diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-30 10:28:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-30 20:35:13 +0700 |
commit | 9aa0490d60ba599a1c1eb416264933f16e475e19 (patch) | |
tree | cff13dfb0716d1c216351b35701018709c30cf48 | |
parent | 1c7584196b7acc23fd232c3f38620022e3c18f4d (diff) |
python/python3-pastedeploy: updated for version 3.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pastedeploy/python3-pastedeploy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pastedeploy/python3-pastedeploy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pastedeploy/python3-pastedeploy.SlackBuild b/python/python3-pastedeploy/python3-pastedeploy.SlackBuild index 68ac202fe5b58..b3c29e26c9599 100644 --- a/python/python3-pastedeploy/python3-pastedeploy.SlackBuild +++ b/python/python3-pastedeploy/python3-pastedeploy.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pastedeploy SRCNAM=PasteDeploy -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pastedeploy/python3-pastedeploy.info b/python/python3-pastedeploy/python3-pastedeploy.info index ef5955fb5ae75..b29cd04fc8b75 100644 --- a/python/python3-pastedeploy/python3-pastedeploy.info +++ b/python/python3-pastedeploy/python3-pastedeploy.info @@ -1,8 +1,8 @@ PRGNAM="python3-pastedeploy" -VERSION="3.0.1" +VERSION="3.1.0" HOMEPAGE="https://pylonsproject.org/" -DOWNLOAD="https://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-3.0.1.tar.gz" -MD5SUM="361186ab5e4fc003bec3417824f950bd" +DOWNLOAD="https://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-3.1.0.tar.gz" +MD5SUM="9eab40afbb5e3d5ee17a23785543c8cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |