python/aniso8601: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cf81ea24a9
commit
a8d9688fd5
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for aniso8601
|
||||
|
||||
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-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=aniso8601
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aniso8601"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601"
|
||||
DOWNLOAD="https://pypi.python.org/packages/5b/fb/251a0dd2f4710e60664ddd8bd3485bd8362530f47af9e88f4061fe589ebf/aniso8601-1.2.0.tar.gz"
|
||||
MD5SUM="bb678d20e4b2c701d7c38a7fc4b7cff5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/07/2e/63316d28874c0207de3dbb85cca21a1dd7be06082952a907a7638311a925/aniso8601-1.3.0.tar.gz"
|
||||
MD5SUM="d3c987293e4b5acf2004edf48cd19e9f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-dateutil"
|
||||
|
|
Loading…
Reference in New Issue