python/python3-persistent: updated for version 6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
987723c857
commit
e9b7417765
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-persistent
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-5.2}
|
||||
VERSION=${VERSION:-6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-persistent"
|
||||
VERSION="5.2"
|
||||
VERSION="6.0"
|
||||
HOMEPAGE="https://github.com/zopefoundation/persistent/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-5.2.tar.gz"
|
||||
MD5SUM="c220001a706fa6d595ac39c444fb7134"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.0.tar.gz"
|
||||
MD5SUM="c27ab3ab8cbce3cafa25759a747000b6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zope.interface"
|
||||
|
|
Loading…
Reference in New Issue