aboutsummaryrefslogtreecommitdiff
path: root/python/python3-persistent
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-02-06 21:57:36 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-07 07:39:48 +0700
commit1395e6982d403c9c4555fcb27fb8e762152a02f7 (patch)
treeebef912c6bdba23532e99b81f0f774605ead41cb /python/python3-persistent
parent601810a1ff612502480e9aeaf66ec359490e15cf (diff)
python/python3-persistent: updated for version 6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-persistent')
-rw-r--r--python/python3-persistent/python3-persistent.SlackBuild2
-rw-r--r--python/python3-persistent/python3-persistent.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-persistent/python3-persistent.SlackBuild b/python/python3-persistent/python3-persistent.SlackBuild
index 3a2f7e8c22..98e196f7d6 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:-6.0}
+VERSION=${VERSION:-6.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 084144904e..3bb10bde5e 100644
--- a/python/python3-persistent/python3-persistent.info
+++ b/python/python3-persistent/python3-persistent.info
@@ -1,8 +1,8 @@
PRGNAM="python3-persistent"
-VERSION="6.0"
+VERSION="6.1"
HOMEPAGE="https://github.com/zopefoundation/persistent/"
-DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.0.tar.gz"
-MD5SUM="c27ab3ab8cbce3cafa25759a747000b6"
+DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.1.tar.gz"
+MD5SUM="48ec39a6620f1f838d09b5a42014f4db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.interface"