libvirt-python: update to 4.4.0.

This commit is contained in:
Andrea Brancaleoni 2018-06-06 13:58:42 +02:00
parent c7db278e2b
commit fbcb9dd48f

View file

@ -1,6 +1,6 @@
# Template file for 'libvirt-python' # Template file for 'libvirt-python'
pkgname=libvirt-python pkgname=libvirt-python
version=4.3.0 version=4.4.0
revision=1 revision=1
build_style=python-module build_style=python-module
hostmakedepends="pkg-config python-devel python3-devel libvirt-devel" hostmakedepends="pkg-config python-devel python3-devel libvirt-devel"
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="https://pypi.org/project/libvirt-python/" homepage="https://pypi.org/project/libvirt-python/"
distfiles="${PYPI_SITE}/l/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/l/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=efe384479a0bf74b1b83bba208887b263cc0061fd4f87759cf3067a403618ea9 checksum=3142f247a8aecedefd1f9fe4682cf94f5c886cbb6135b3ea4d4c74da425871d5
libvirt-python3_package() { libvirt-python3_package() {
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"