Browse Source
python/python3-persistent: updated for version 6.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/291/head
Arn0
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-persistent/python3-persistent.SlackBuild
-
python/python3-persistent/python3-persistent.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-persistent |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-6.1} |
|
|
|
VERSION=${VERSION:-6.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-persistent" |
|
|
|
VERSION="6.1" |
|
|
|
VERSION="6.1.1" |
|
|
|
HOMEPAGE="https://github.com/zopefoundation/persistent/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.1.tar.gz" |
|
|
|
MD5SUM="48ec39a6620f1f838d09b5a42014f4db" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.1.1.tar.gz" |
|
|
|
MD5SUM="6aba4288accd8016622e03e20a2e6ca5" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="zope.interface" |
|
|
|