mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
python/python-dateutil: Updated for version 2.8.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
3c156e44fd
commit
c315aeafdd
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-dateutil
|
||||
|
||||
# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2012-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# 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=python-dateutil
|
||||
VERSION=${VERSION:-2.7.5}
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-dateutil"
|
||||
VERSION="2.7.5"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="http://labix.org/python-dateutil"
|
||||
DOWNLOAD="https://pypi.io/packages/source/p/python-dateutil/python-dateutil-2.7.5.tar.gz"
|
||||
MD5SUM="6357f8f42cbe0e0e0b1e543f3aad07b7"
|
||||
DOWNLOAD="https://pypi.io/packages/source/p/python-dateutil/python-dateutil-2.8.0.tar.gz"
|
||||
MD5SUM="354db28843d949f1bc3e49e8458e22df"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="setuptools-scm six"
|
||||
|
|
Loading…
Reference in a new issue