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