diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-10 13:50:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-10 13:50:07 +0700 |
commit | fbe5dfccb3e8e8c80ea5949596d94e0277faa270 (patch) | |
tree | b0e39b688e2d2a3cce60c4b2fdfeb2504ab2d051 /python | |
parent | a7a4a8cb564d5d6a16f7480706e925bd588731d3 (diff) |
python/pbr: Updated for version 5.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pbr/pbr.SlackBuild | 2 | ||||
-rw-r--r-- | python/pbr/pbr.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pbr/pbr.SlackBuild b/python/pbr/pbr.SlackBuild index 757b552209753..4f4a511bcf2cc 100644 --- a/python/pbr/pbr.SlackBuild +++ b/python/pbr/pbr.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pbr -VERSION=${VERSION:-5.1.1} +VERSION=${VERSION:-5.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pbr/pbr.info b/python/pbr/pbr.info index 838072f2e0e0c..07695dad77bd9 100644 --- a/python/pbr/pbr.info +++ b/python/pbr/pbr.info @@ -1,8 +1,8 @@ PRGNAM="pbr" -VERSION="5.1.1" +VERSION="5.6.0" HOMEPAGE="https://pypi.python.org/pypi/pbr" -DOWNLOAD="https://files.pythonhosted.org/packages/33/07/6e68a96ff240a0e7bb1f6e21093532386a98a82d56512e1e3da6d125f7aa/pbr-5.1.1.tar.gz" -MD5SUM="dbc94417a8ff0432d6244501a7f1bd49" +DOWNLOAD="https://files.pythonhosted.org/packages/35/8c/69ed04ae31ad498c9bdea55766ed4c0c72de596e75ac0d70b58aa25e0acf/pbr-5.6.0.tar.gz" +MD5SUM="62565acc6bf3e7e10b082463421f8b46" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |