From e14c4a08131bd4c4d6d6e6e0cbd2c0667a3108a7 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 7 May 2022 09:29:31 +0200 Subject: [PATCH] libvirt-python3: update to 8.3.0. --- srcpkgs/libvirt-python3/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template index 2aea5df86fe..e9d77cf4359 100644 --- a/srcpkgs/libvirt-python3/template +++ b/srcpkgs/libvirt-python3/template @@ -1,10 +1,11 @@ # Template file for 'libvirt-python3' pkgname=libvirt-python3 -version=8.2.0 +version=8.3.0 revision=1 wrksrc="libvirt-python-${version}" build_style=python3-module -hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel" +hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel + libapparmor-devel" makedepends="libvirt-devel python3-devel" checkdepends="python3-pytest python3-lxml python3-nose" short_desc="Libvirt virtualization API Python3 binding" @@ -12,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=f8b8cea67ff0d64d63029cc3410a4656e04ee9f26837a856bc0c287da55d053a +checksum=e936ff747c1d72b6618eebb7236ae69c255ca9e0de6e4153d95d8b9c6b2ecfc1 do_check() { PYTHONPATH="$(cd build/lib.* && pwd)" pytest