python-pbr: update to 2.0.0
This commit is contained in:
parent
4785730051
commit
fa5f7d05cc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-pbr'
|
||||
pkgname=python-pbr
|
||||
version=1.10.0
|
||||
revision=2
|
||||
version=2.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pbr-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,10 @@ depends="python"
|
|||
pycompile_module="pbr"
|
||||
short_desc="Python2 build reasonableness"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pypi.python.org/pypi/pbr"
|
||||
homepage="https://docs.openstack.org/developer/pbr/"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz"
|
||||
checksum=186428c270309e6fdfe2d5ab0949ab21ae5f7dea831eab96701b86bd666af39c
|
||||
checksum=0ccd2db529afd070df815b1521f01401d43de03941170f8a800e7531faba265d
|
||||
alternatives="pbr:pbr:/usr/bin/pbr2"
|
||||
|
||||
python3-pbr_package() {
|
||||
|
|
Loading…
Reference in a new issue