diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-02-19 22:13:12 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 10:01:29 +0700 |
commit | 2d5894cd603e6f0376f310fe6b388e9fbd530aa4 (patch) | |
tree | 7870b0ba114553f083fa9e636e4b831a25723b21 /python | |
parent | fca56f308247b5dab328ae5d1d46a5c152de0b10 (diff) |
python/python3-pytz: Version bump to 2025.1 + New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pytz/python3-pytz.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-pytz/python3-pytz.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python3-pytz/python3-pytz.SlackBuild b/python/python3-pytz/python3-pytz.SlackBuild index a9248cd575..7a5668c72a 100644 --- a/python/python3-pytz/python3-pytz.SlackBuild +++ b/python/python3-pytz/python3-pytz.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2009-2021 Heinz Wiesinger, Amsterdam, The Netherlands <pprkut@slackbuilds.org> # Copyright 2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytz -VERSION=${VERSION:-2024.2} +VERSION=${VERSION:-2025.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pytz/python3-pytz.info b/python/python3-pytz/python3-pytz.info index 9e781a317d..50056215ea 100644 --- a/python/python3-pytz/python3-pytz.info +++ b/python/python3-pytz/python3-pytz.info @@ -1,10 +1,10 @@ PRGNAM="python3-pytz" -VERSION="2024.2" +VERSION="2025.1" HOMEPAGE="https://pypi.org/project/pytz/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytz/pytz-2024.2.tar.gz" -MD5SUM="efcb554763a36b3e18acee074f44d1a5" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytz/pytz-2025.1.tar.gz" +MD5SUM="b51879337eb45a56947f91e82ec83ef1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu@protonmail.com" +MAINTAINER="Jeremy Hansen" +EMAIL="jebrhansen+SBo@gmail.com" |