libvirt-python: update to 3.4.0.

This commit is contained in:
Andrea Brancaleoni 2017-06-06 08:02:32 +02:00
parent 977e912eb5
commit aeaafb881f

View file

@ -1,6 +1,6 @@
# Template file for 'libvirt-python' # Template file for 'libvirt-python'
pkgname=libvirt-python pkgname=libvirt-python
version=3.3.0 version=3.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.python.org/pypi/libvirt-python" homepage="https://pypi.python.org/pypi/libvirt-python"
distfiles="${PYPI_SITE}/l/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/l/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=e0bb7dcb98bef4933bb9d5e6e944388cdb002515eb9053a42447e89e4642fe57 checksum=afa77781f518988f164dd5f99d1844034ca807a8e731e07cbae18474d250b511
libvirt-python3_package() { libvirt-python3_package() {
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"