aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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"