diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-21 12:48:37 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:58 +0700 |
commit | b5a58fa9bf5f6f1c215761690bec57c924666df2 (patch) | |
tree | c716f579686f77eeb303cebbbc47881c8a126741 /python | |
parent | 9c45def0cda066704b235db04fb8c15e5632f44b (diff) |
python/tzdata: Updated for version 2024.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/tzdata/tzdata.SlackBuild | 4 | ||||
-rw-r--r-- | python/tzdata/tzdata.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/tzdata/tzdata.SlackBuild b/python/tzdata/tzdata.SlackBuild index 80055d0766d3a..e631274e59073 100644 --- a/python/tzdata/tzdata.SlackBuild +++ b/python/tzdata/tzdata.SlackBuild @@ -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} diff --git a/python/tzdata/tzdata.info b/python/tzdata/tzdata.info index 18de746945605..f2abb2cb6a5df 100644 --- a/python/tzdata/tzdata.info +++ b/python/tzdata/tzdata.info @@ -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" |