libvirt-python3: update to 8.6.0.
This commit is contained in:
parent
eb5b7fa726
commit
e6838e663e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvirt-python3'
|
# Template file for 'libvirt-python3'
|
||||||
pkgname=libvirt-python3
|
pkgname=libvirt-python3
|
||||||
version=8.5.0
|
version=8.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libvirt-python-${version}"
|
wrksrc="libvirt-python-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://pypi.org/project/libvirt-python/"
|
homepage="https://pypi.org/project/libvirt-python/"
|
||||||
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
|
distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
|
||||||
checksum=5ceb23983bb0968250b95110f4e7a5321cc30044d7d89209654413315452777f
|
checksum=81f49a648a4f3fbebf4abf3f8d4b1468654689d4df6fd21a303d1c1ca9344871
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
PYTHONPATH="$(cd build/lib.* && pwd)" pytest
|
||||||
|
|
Loading…
Reference in New Issue