diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-01-19 02:16:39 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:40 +0700 |
commit | 2d8ee40fc7b064fc99eea7acaf67ac36692c8fc0 (patch) | |
tree | 0d58f8aa5133ce6f72dd6ca90b8599ae4841ed4c /python/APScheduler | |
parent | 020a929cb0c70f65ad89c98799218879a325ba7e (diff) |
python/APScheduler: Updated for version 3.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/APScheduler')
-rw-r--r-- | python/APScheduler/APScheduler.SlackBuild | 4 | ||||
-rw-r--r-- | python/APScheduler/APScheduler.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/APScheduler/APScheduler.SlackBuild b/python/APScheduler/APScheduler.SlackBuild index 663fef3a41b6..a3493e9a8e33 100644 --- a/python/APScheduler/APScheduler.SlackBuild +++ b/python/APScheduler/APScheduler.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for APScheduler -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=APScheduler -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/APScheduler/APScheduler.info b/python/APScheduler/APScheduler.info index e1ae3fb90a76..91de1a2608e7 100644 --- a/python/APScheduler/APScheduler.info +++ b/python/APScheduler/APScheduler.info @@ -1,8 +1,8 @@ PRGNAM="APScheduler" -VERSION="3.3.0" +VERSION="3.3.1" HOMEPAGE="http://pypi.python.org/pypi/APScheduler/" -DOWNLOAD="https://pypi.python.org/packages/33/1f/67c56dddfebb8c7e6f96705284f18ce529e4bc48dec0ae42718550d52714/APScheduler-3.3.0.tar.gz" -MD5SUM="67ff7f68a8fce66676fc28a488f029f2" +DOWNLOAD="https://pypi.python.org/packages/43/20/7131b30b6476366a536f46095a31750b77aa4b643984f7bcbbed96cf2126/APScheduler-3.3.1.tar.gz" +MD5SUM="6342b3b78b41920a8aa54fd3cd4a299d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal six futures funcsigs" |