python/python-dateutil: Updated for version 2.8.0

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2019-10-02 19:52:14 -07:00 committed by Willy Sudiarto Raharjo
parent 3c156e44fd
commit c315aeafdd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"