diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 15:38:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:44 +0700 |
commit | 4e95b230780d38cbe83cb333e251565a651bc9b0 (patch) | |
tree | c163478096e509150a82151cca2bf0cbfd5b44b0 /python/python3-tempora | |
parent | 6870b1f1c09d5952a6747ca4fa9e82fd24a7481a (diff) |
python/python3-tempora: Updated for version 5.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tempora')
-rw-r--r-- | python/python3-tempora/python3-tempora.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tempora/python3-tempora.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tempora/python3-tempora.SlackBuild b/python/python3-tempora/python3-tempora.SlackBuild index 89487a7a41..97848a992e 100644 --- a/python/python3-tempora/python3-tempora.SlackBuild +++ b/python/python3-tempora/python3-tempora.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tempora SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.5.1} +VERSION=${VERSION:-5.7.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 526f78d603..3a3a419c15 100644 --- a/python/python3-tempora/python3-tempora.info +++ b/python/python3-tempora/python3-tempora.info @@ -1,10 +1,10 @@ PRGNAM="python3-tempora" -VERSION="5.5.1" +VERSION="5.7.0" HOMEPAGE="https://github.com/jaraco/tempora" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.5.1.tar.gz" -MD5SUM="a904fca738bc16b31f28472379987e6a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.7.0.tar.gz" +MD5SUM="e4ca48a06f4c8b9aa21b8081937353f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jaraco.functools python3-pytz python3-setuptools-opt" +REQUIRES="python3-jaraco.functools python3-dateutil" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |