Browse Source
python/python3-stevedore: Version bump to 5.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/324/head
Jeremy Hansen
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-stevedore/python3-stevedore.SlackBuild
-
python/python3-stevedore/python3-stevedore.info
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-stevedore |
|
|
|
VERSION=${VERSION:-5.4.1} |
|
|
|
VERSION=${VERSION:-5.5.0} |
|
|
|
SRCNAM=${SRCNAM:-stevedore} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-stevedore" |
|
|
|
VERSION="5.4.1" |
|
|
|
VERSION="5.5.0" |
|
|
|
HOMEPAGE="https://opendev.org/openstack/stevedore/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-5.4.1.tar.gz" |
|
|
|
MD5SUM="d8ce49d9a513d454bec0e897ce10062b" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-5.5.0.tar.gz" |
|
|
|
MD5SUM="22f145ddfda2e375ffead01c2f379a27" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|