diff options
Diffstat (limited to 'python/python3-ZODB')
-rw-r--r-- | python/python3-ZODB/python3-ZODB.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-ZODB/python3-ZODB.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-ZODB/python3-ZODB.SlackBuild b/python/python3-ZODB/python3-ZODB.SlackBuild index 957e81647e..32e6ad152e 100644 --- a/python/python3-ZODB/python3-ZODB.SlackBuild +++ b/python/python3-ZODB/python3-ZODB.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ZODB SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.8.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-ZODB/python3-ZODB.info b/python/python3-ZODB/python3-ZODB.info index eb2eff9d59..c70826f85c 100644 --- a/python/python3-ZODB/python3-ZODB.info +++ b/python/python3-ZODB/python3-ZODB.info @@ -1,8 +1,8 @@ PRGNAM="python3-ZODB" -VERSION="5.8.0" +VERSION="5.8.1" HOMEPAGE="http://www.zodb.org" -DOWNLOAD="https://pypi.python.org/packages/source/Z/ZODB/ZODB-5.8.0.tar.gz" -MD5SUM="233a6ada056ad02c96f7d5ea3faf9909" +DOWNLOAD="https://pypi.python.org/packages/source/Z/ZODB/ZODB-5.8.1.tar.gz" +MD5SUM="3d95891e2993d81d4d5b0358c5ce72cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-BTrees python3-transaction python3-zc.lockfile python3-ZConfig python3-zodbpickle" |