diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:35:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:16 +0700 |
commit | b03c4fc05000f78162b99891e702f5c0036bfb7c (patch) | |
tree | 172511f0cc2f55fc52bc4f4c60660f1deb84ddf4 | |
parent | 395838bfdcbb996dba904bceaec7dfdbedbbd741 (diff) |
python/python3-tempora: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-tempora/python3-tempora.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tempora/python3-tempora.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tempora/python3-tempora.SlackBuild b/python/python3-tempora/python3-tempora.SlackBuild index 01b90a776a1f..8f0769605244 100644 --- a/python/python3-tempora/python3-tempora.SlackBuild +++ b/python/python3-tempora/python3-tempora.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tempora SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-5.0.2} +VERSION=${VERSION:-5.1.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 acb1cd2b63cf..34b4879054e7 100644 --- a/python/python3-tempora/python3-tempora.info +++ b/python/python3-tempora/python3-tempora.info @@ -1,8 +1,8 @@ PRGNAM="python3-tempora" -VERSION="5.0.2" +VERSION="5.1.0" HOMEPAGE="https://github.com/jaraco/tempora" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.0.2.tar.gz" -MD5SUM="24b77c173a7e89084004a38fe44e3ce3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.1.0.tar.gz" +MD5SUM="f9954a8c3b091f9769eb7bbe0faddccf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jaraco.functools pytz" |