diff options
author | Arn0 <yth@ythogtha.org> | 2023-10-09 14:06:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-09 19:09:41 +0700 |
commit | fc70046fe0c54c9cc529ff2bab70ec2df02e9c51 (patch) | |
tree | f972866822e3ce55455b75e8d51f31fc8e85ef1d /python/python3-persistent | |
parent | 6f26010f9dc10bbc4c2f5280c20832662dd1b796 (diff) |
python/python3-persistent: updated for version 5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-persistent')
-rw-r--r-- | python/python3-persistent/python3-persistent.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-persistent/python3-persistent.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-persistent/python3-persistent.SlackBuild b/python/python3-persistent/python3-persistent.SlackBuild index 444814680478d..561562261ade9 100644 --- a/python/python3-persistent/python3-persistent.SlackBuild +++ b/python/python3-persistent/python3-persistent.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-persistent SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.0} +VERSION=${VERSION:-5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-persistent/python3-persistent.info b/python/python3-persistent/python3-persistent.info index 10bb187d47614..2db6f3f7f20e8 100644 --- a/python/python3-persistent/python3-persistent.info +++ b/python/python3-persistent/python3-persistent.info @@ -1,8 +1,8 @@ PRGNAM="python3-persistent" -VERSION="5.0" +VERSION="5.1" HOMEPAGE="https://github.com/zopefoundation/persistent/" -DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-5.0.tar.gz" -MD5SUM="d26c2c04ac016f0a078354f6d885b1b5" +DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-5.1.tar.gz" +MD5SUM="35a0a1146d4bd779429729f56ac41966" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zope.interface" |