python/python3-jaraco.context: Updated for version 4.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-10 21:30:26 -07:00 committed by Willy Sudiarto Raharjo
parent 24fc35ee59
commit f690659c3e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"