diff options
author | Arn0 <yth@ythogtha.org> | 2024-05-03 10:19:21 +0200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2024-05-04 08:01:43 +0900 |
commit | f9e47b9b3927ed20b7c5bcd54dc0a93efba70191 (patch) | |
tree | 71b8ac55bd3f9225319e5b87cfe90952e2638d61 /python/python3-ZConfig | |
parent | 30b83f8c1786789c3e445013dc11e584bd05c19e (diff) |
python/python3-ZConfig: Updated for version 4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-ZConfig')
-rw-r--r-- | python/python3-ZConfig/python3-ZConfig.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-ZConfig/python3-ZConfig.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-ZConfig/python3-ZConfig.SlackBuild b/python/python3-ZConfig/python3-ZConfig.SlackBuild index 42efe8023f6f1..b96b71c9cd5d8 100644 --- a/python/python3-ZConfig/python3-ZConfig.SlackBuild +++ b/python/python3-ZConfig/python3-ZConfig.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ZConfig -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-4.0} +SRCNAM=zconfig +VERSION=${VERSION:-4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-ZConfig/python3-ZConfig.info b/python/python3-ZConfig/python3-ZConfig.info index f338c0ce30b7f..8d77e17bb18c0 100644 --- a/python/python3-ZConfig/python3-ZConfig.info +++ b/python/python3-ZConfig/python3-ZConfig.info @@ -1,8 +1,8 @@ PRGNAM="python3-ZConfig" -VERSION="4.0" +VERSION="4.1" HOMEPAGE="https://github.com/zopefoundation/ZConfig/" -DOWNLOAD="https://pypi.python.org/packages/source/Z/ZConfig/ZConfig-4.0.tar.gz" -MD5SUM="10b37b49d50a5006a7135cb086b72184" +DOWNLOAD="https://pypi.python.org/packages/source/z/zconfig/zconfig-4.1.tar.gz" +MD5SUM="2f0fd6de7d56ca7931453f486f347a39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |