aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tempora
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 02:42:24 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:21 +0700
commitc6208b6ec8a99e231cf228b8642c1608af8ce065 (patch)
tree4787b8058e40ed8e52fcd10e4c996626efce589c /python/python3-tempora
parentf46b415ad993409ec12084f6f577b8674e7e1a0a (diff)
python/python3-tempora: Updated for version 5.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tempora')
-rw-r--r--python/python3-tempora/python3-tempora.SlackBuild4
-rw-r--r--python/python3-tempora/python3-tempora.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tempora/python3-tempora.SlackBuild b/python/python3-tempora/python3-tempora.SlackBuild
index a36931ea8554..401b2e83e1b8 100644
--- a/python/python3-tempora/python3-tempora.SlackBuild
+++ b/python/python3-tempora/python3-tempora.SlackBuild
@@ -30,8 +30,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tempora
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-5.2.1}
+SRCNAM=${PRGNAM#python3-*}
+VERSION=${VERSION:-5.2.2}
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 b79f26d29eb1..a3afd7b972f1 100644
--- a/python/python3-tempora/python3-tempora.info
+++ b/python/python3-tempora/python3-tempora.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tempora"
-VERSION="5.2.1"
+VERSION="5.2.2"
HOMEPAGE="https://github.com/jaraco/tempora"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.2.1.tar.gz"
-MD5SUM="a4b09c1285680f8491c4a574ae7201db"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.2.2.tar.gz"
+MD5SUM="1669df924e6445ee681a349ff507fdbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.functools pytz"