diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-01-23 14:49:08 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-25 09:03:42 +0700 |
commit | f5172cf7e476f635b9a7819904ceea609dea9d84 (patch) | |
tree | 422b976b48c0c4125a9740fed5ce7ce07d9e045d /python | |
parent | e890313b9651a332775cb1499465793c525f9f30 (diff) |
python/tzdata: Updated for version 2025.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 71cd303886..183686f9e2 100644 --- a/python/tzdata/tzdata.SlackBuild +++ b/python/tzdata/tzdata.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tzdata -# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2025 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:-2024.2} +VERSION=${VERSION:-2025.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/tzdata/tzdata.info b/python/tzdata/tzdata.info index 8ca9efefe7..9c5a65438e 100644 --- a/python/tzdata/tzdata.info +++ b/python/tzdata/tzdata.info @@ -1,8 +1,8 @@ PRGNAM="tzdata" -VERSION="2024.2" +VERSION="2025.1" HOMEPAGE="https://github.com/python/tzdata" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2024.2.tar.gz" -MD5SUM="bda38291e705ce8329a2d49128f072fa" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2025.1.tar.gz" +MD5SUM="013118ba85241776241aa07d8029660a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |