python/python3-BTrees: updated for version 6.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-05-31 13:23:05 +02:00 committed by Willy Sudiarto Raharjo
parent c10ebd4c3e
commit 987723c857
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"