python/tzdata: Updated for version 2022.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-10 19:39:34 -07:00 committed by Willy Sudiarto Raharjo
parent db4c8e606c
commit 05f4126133
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tzdata
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-2022.6}
VERSION=${VERSION:-2022.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="tzdata"
VERSION="2022.6"
VERSION="2022.7"
HOMEPAGE="https://github.com/python/tzdata"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2022.6.tar.gz"
MD5SUM="2ad4652fecc6ef4f6794726d3f367363"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2022.7.tar.gz"
MD5SUM="e2ba3171df69993f945a4bb70a2e443f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer wheel"