python/python3-ZODB: updated for version 6.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-04-02 09:31:35 +02:00 committed by Willy Sudiarto Raharjo
parent 837ab1fed2
commit 286bc69df6
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-ZODB
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-5.8.1}
VERSION=${VERSION:-6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-ZODB"
VERSION="5.8.1"
VERSION="6.0"
HOMEPAGE="http://www.zodb.org"
DOWNLOAD="https://pypi.python.org/packages/source/Z/ZODB/ZODB-5.8.1.tar.gz"
MD5SUM="3d95891e2993d81d4d5b0358c5ce72cb"
DOWNLOAD="https://pypi.python.org/packages/source/Z/ZODB/ZODB-6.0.tar.gz"
MD5SUM="93c060a9e7367ede5fb8a9f3442dbefc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-BTrees python3-transaction python3-zc.lockfile python3-ZConfig python3-zodbpickle"