python-stevedore: update to 1.3.0
This commit is contained in:
parent
3d1157bba5
commit
bd6bd7848b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-stevedore'
|
# Template file for 'python-stevedore'
|
||||||
pkgname=python-stevedore
|
pkgname=python-stevedore
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="stevedore-${version}"
|
wrksrc="stevedore-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||||
checksum=3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45
|
checksum=beab2b7f91966d259796392c39ed6f260b32851861561dd9f3b9be2fd0c426a5
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove dependency on argparse; it's in python>=2.7,>=3.2 stdlib
|
# remove dependency on argparse; it's in python>=2.7,>=3.2 stdlib
|
||||||
|
|
Loading…
Reference in a new issue