From 34adf9f7d52b21c6e7ca4426d1b304ea3bce6920 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 20 Jan 2023 16:02:59 +0100 Subject: [PATCH] libvirt-python3: update to 9.0.0. --- srcpkgs/libvirt-python3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template index 5c4a6734ff0..c1120c94143 100644 --- a/srcpkgs/libvirt-python3/template +++ b/srcpkgs/libvirt-python3/template @@ -1,7 +1,7 @@ # Template file for 'libvirt-python3' pkgname=libvirt-python3 -version=8.10.0 -revision=2 +version=9.0.0 +revision=1 build_style=python3-module hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel libapparmor-devel" @@ -13,7 +13,7 @@ maintainer="Helmut Pozimski " license="LGPL-2.1-or-later" homepage="https://pypi.org/project/libvirt-python/" distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz" -checksum=fc30f136abe0b8228029a90814c8f44ac2947433c12f211363051c57df2d5401 +checksum=49702d33fa8cbcae19fa727467a69f7ae2241b3091324085ca1cc752b2b414ce do_check() { PYTHONPATH="$(cd build/lib.* && pwd)" pytest