python/python3-backports_tarfile: Updated for version 1.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-06-21 01:28:36 -06:00 committed by Willy Sudiarto Raharjo
parent 715c17afff
commit 82abb5c914
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-backports_tarfile
SRCNAM=backports_tarfile
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-backports_tarfile"
VERSION="1.1.1"
VERSION="1.2.0"
HOMEPAGE="https://github.com/jaraco/backports.tarfile"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/backports_tarfile/backports_tarfile-1.1.1.tar.gz"
MD5SUM="170fa2ce05030f85bf50caf111d83ed4"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/backports_tarfile/backports_tarfile-1.2.0.tar.gz"
MD5SUM="6fa4cba424a2bf48a7764412e9e65dcd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"