python/tzdata: Updated for version 2024.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-02-21 12:48:37 -07:00 committed by Willy Sudiarto Raharjo
parent 9c45def0cd
commit b5a58fa9bf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for tzdata
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tzdata
VERSION=${VERSION:-2023.4}
VERSION=${VERSION:-2024.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="tzdata"
VERSION="2023.4"
VERSION="2024.1"
HOMEPAGE="https://github.com/python/tzdata"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2023.4.tar.gz"
MD5SUM="ffa9d848d7e4f67f30479af0acd7a465"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2024.1.tar.gz"
MD5SUM="6ffd87c74f67524f8e58ae32868c1a95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"