diff options
author | Arn0 <yth@ythogtha.org> | 2024-05-31 13:23:05 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-31 23:57:01 +0700 |
commit | 987723c85750bc3e78f3d491142a25bb5963e0d4 (patch) | |
tree | ead58f31b41628b6885f46085900ed0ed793f52b /python | |
parent | c10ebd4c3e3e4769bfe63d148c5d556ca54bced2 (diff) |
python/python3-BTrees: updated for version 6.0
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 3d23e3e78bb76..b90d9b60cbc1e 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.2} +VERSION=${VERSION:-6.0} 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 88eac0b5d8b89..ffad0a87e1d15 100644 --- a/python/python3-BTrees/python3-BTrees.info +++ b/python/python3-BTrees/python3-BTrees.info @@ -1,8 +1,8 @@ PRGNAM="python3-BTrees" -VERSION="5.2" +VERSION="6.0" HOMEPAGE="https://github.com/zopefoundation/BTrees" -DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.2.tar.gz" -MD5SUM="71b67855d9ed0ac416f62218ec9333da" +DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-6.0.tar.gz" +MD5SUM="f48da3b13040324f3ad5db51347687e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-persistent" |