diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-11 07:09:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 17:49:51 +0700 |
commit | c0bbbca9e798081e16e1ec787c2b73ccb9cffd40 (patch) | |
tree | 92afcc29c852fc925bcdd574ecf69c83f5b60b97 | |
parent | eb2861515a845cdfa41b8593b675bb8cd8e68ed0 (diff) |
python/APScheduler: Updated for version 3.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/APScheduler/APScheduler.SlackBuild | 2 | ||||
-rw-r--r-- | python/APScheduler/APScheduler.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/APScheduler/APScheduler.SlackBuild b/python/APScheduler/APScheduler.SlackBuild index cc5c34b87b78..bd02fff28d95 100644 --- a/python/APScheduler/APScheduler.SlackBuild +++ b/python/APScheduler/APScheduler.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=APScheduler -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/APScheduler/APScheduler.info b/python/APScheduler/APScheduler.info index a684e14bd0b8..dea8b954f88b 100644 --- a/python/APScheduler/APScheduler.info +++ b/python/APScheduler/APScheduler.info @@ -1,8 +1,8 @@ PRGNAM="APScheduler" -VERSION="3.0.0" +VERSION="3.0.1" HOMEPAGE="http://pypi.python.org/pypi/APScheduler/" -DOWNLOAD="https://pypi.python.org/packages/source/A/APScheduler/APScheduler-3.0.0.tar.gz" -MD5SUM="9197028946b2b6191ed648c67e7112b2" +DOWNLOAD="https://pypi.python.org/packages/source/A/APScheduler/APScheduler-3.0.1.tar.gz" +MD5SUM="7c3687b3dcd645fe9df48e34eb7a7592" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal six futures" |