diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:30:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:16 +0700 |
commit | f690659c3ed800ddc1588ba784e640f920709293 (patch) | |
tree | d646f8e4df9dfc9be0efbf3ca9e1ff1c6d29619b /python/python3-jaraco.context | |
parent | 24fc35ee593c05d10eed2506002aa49f058974a7 (diff) |
python/python3-jaraco.context: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.context')
-rw-r--r-- | python/python3-jaraco.context/python3-jaraco.context.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jaraco.context/python3-jaraco.context.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild index a47396c085f66..7323d8b2bf6d4 100644 --- a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild +++ b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.context SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-4.1.2} +VERSION=${VERSION:-4.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-jaraco.context/python3-jaraco.context.info b/python/python3-jaraco.context/python3-jaraco.context.info index da12500ecb8a9..0f140eae81e6e 100644 --- a/python/python3-jaraco.context/python3-jaraco.context.info +++ b/python/python3-jaraco.context/python3-jaraco.context.info @@ -1,8 +1,8 @@ PRGNAM="python3-jaraco.context" -VERSION="4.1.2" +VERSION="4.2.0" HOMEPAGE="https://github.com/jaraco/jaraco.context" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-4.1.2.tar.gz" -MD5SUM="82cb02f561ab5afe4f7c9e07574aef57" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-4.2.0.tar.gz" +MD5SUM="645ba317606355e949c172f1afeac4cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer wheel" |