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 | 6f26010f9dc10bbc4c2f5280c20832662dd1b796 (patch) | |
tree | 87f0898adc726e36d8daede9fbfd5174170040f7 /python | |
parent | 450730a41de16d0ca927bfb7ece03b9f7fd1c4ca (diff) |
python/python3-BTrees: updated for version 5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-BTrees/python3-BTrees.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-BTrees/python3-BTrees.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-BTrees/python3-BTrees.SlackBuild b/python/python3-BTrees/python3-BTrees.SlackBuild index 192ec44fd6a2..77721233d52e 100644 --- a/python/python3-BTrees/python3-BTrees.SlackBuild +++ b/python/python3-BTrees/python3-BTrees.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-BTrees 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-BTrees/python3-BTrees.info b/python/python3-BTrees/python3-BTrees.info index 717d44bdc50c..3d217a550315 100644 --- a/python/python3-BTrees/python3-BTrees.info +++ b/python/python3-BTrees/python3-BTrees.info @@ -1,8 +1,8 @@ PRGNAM="python3-BTrees" -VERSION="5.0" +VERSION="5.1" HOMEPAGE="https://github.com/zopefoundation/BTrees" -DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.0.tar.gz" -MD5SUM="49be933d67bf34a8f954d6a4d995cbb7" +DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.1.tar.gz" +MD5SUM="e3e9d41f32646156f488e1d42195466d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-persistent" |