summaryrefslogtreecommitdiffstats
path: root/python/python3-BTrees
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-02-08 11:30:48 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:17:14 +0700
commitcee69add52853e6efd9a3ecc417bc0934ea88bd0 (patch)
treee7b48a8c1a0e1de64b9af877cf2ab982d9d6110e /python/python3-BTrees
parentcce089dfbd601adab2b67844240b6679849e5432 (diff)
downloadslackbuilds-cee69add52853e6efd9a3ecc417bc0934ea88bd0.tar.gz
slackbuilds-cee69add52853e6efd9a3ecc417bc0934ea88bd0.tar.xz
python/python3-BTrees: Updated for version 5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-BTrees')
-rw-r--r--python/python3-BTrees/python3-BTrees.SlackBuild2
-rw-r--r--python/python3-BTrees/python3-BTrees.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-BTrees/python3-BTrees.SlackBuild b/python/python3-BTrees/python3-BTrees.SlackBuild
index 77721233d5..3d23e3e78b 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.1}
+VERSION=${VERSION:-5.2}
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 3d217a5503..88eac0b5d8 100644
--- a/python/python3-BTrees/python3-BTrees.info
+++ b/python/python3-BTrees/python3-BTrees.info
@@ -1,8 +1,8 @@
PRGNAM="python3-BTrees"
-VERSION="5.1"
+VERSION="5.2"
HOMEPAGE="https://github.com/zopefoundation/BTrees"
-DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.1.tar.gz"
-MD5SUM="e3e9d41f32646156f488e1d42195466d"
+DOWNLOAD="https://pypi.python.org/packages/source/B/BTrees/BTrees-5.2.tar.gz"
+MD5SUM="71b67855d9ed0ac416f62218ec9333da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-persistent"