python/APScheduler: Updated for version 3.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
020a929cb0
commit
2d8ee40fc7
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue