diff options
Diffstat (limited to 'python/python3-tempora')
-rw-r--r-- | python/python3-tempora/python3-tempora.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-tempora/python3-tempora.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tempora/python3-tempora.SlackBuild b/python/python3-tempora/python3-tempora.SlackBuild index 97848a992e..6301fe2f6b 100644 --- a/python/python3-tempora/python3-tempora.SlackBuild +++ b/python/python3-tempora/python3-tempora.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-tempora -# 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 @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tempora SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.7.0} +VERSION=${VERSION:-5.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-tempora/python3-tempora.info b/python/python3-tempora/python3-tempora.info index 3a3a419c15..5bea39431f 100644 --- a/python/python3-tempora/python3-tempora.info +++ b/python/python3-tempora/python3-tempora.info @@ -1,8 +1,8 @@ PRGNAM="python3-tempora" -VERSION="5.7.0" +VERSION="5.8.0" HOMEPAGE="https://github.com/jaraco/tempora" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.7.0.tar.gz" -MD5SUM="e4ca48a06f4c8b9aa21b8081937353f2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.8.0.tar.gz" +MD5SUM="ca7fb7c9523fb5232b734a19dae05c6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jaraco.functools python3-dateutil" |