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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-10-03 19:59:56 -06:00 committed by Willy Sudiarto Raharjo
parent 1a84463b9c
commit 762bf76759
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.context
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-5.3.0}
SRCNAM=jaraco_context
VERSION=${VERSION:-6.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.context"
VERSION="5.3.0"
VERSION="6.0.1"
HOMEPAGE="https://github.com/jaraco/jaraco.context"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-5.3.0.tar.gz"
MD5SUM="e876ac2f03352e21f59878702ceb26d8"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco_context-6.0.1.tar.gz"
MD5SUM="bb22ef027077b1fa8528ef1d9840b838"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-backports_tarfile"