diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-19 09:38:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 09:38:11 +0700 |
commit | 7c8f0075cc5a55ffbf0465e94c9474cdd6946d5a (patch) | |
tree | fc9a7d1b6491a6ca907ba1a763c013ce0a00bc32 | |
parent | 9f4540ca7419edde15afe71b3da6bf5f0ffcf584 (diff) |
python/python3-APScheduler: Updated for version 3.9.1.post1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-APScheduler/python3-APScheduler.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-APScheduler/python3-APScheduler.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-APScheduler/python3-APScheduler.SlackBuild b/python/python3-APScheduler/python3-APScheduler.SlackBuild index b9809c6778fd0..ccacefc662ac7 100644 --- a/python/python3-APScheduler/python3-APScheduler.SlackBuild +++ b/python/python3-APScheduler/python3-APScheduler.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-APScheduler SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-3.9.1} +VERSION=${VERSION:-3.9.1.post1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-APScheduler/python3-APScheduler.info b/python/python3-APScheduler/python3-APScheduler.info index 7f3a929c2de0c..e321c32138670 100644 --- a/python/python3-APScheduler/python3-APScheduler.info +++ b/python/python3-APScheduler/python3-APScheduler.info @@ -1,8 +1,8 @@ PRGNAM="python3-APScheduler" -VERSION="3.9.1" +VERSION="3.9.1.post1" HOMEPAGE="https://pypi.python.org/pypi/APScheduler/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/apscheduler/APScheduler-3.9.1.tar.gz" -MD5SUM="bdf3d90556514b99e2104dbf9a206546" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/apscheduler/APScheduler-3.9.1.post1.tar.gz" +MD5SUM="c08d806f83f46c088a2312580170535a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal" |