python/python3-dateutil: Updated for version 2.8.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-02-12 11:08:55 -08:00 committed by Willy Sudiarto Raharjo
parent 64403a2558
commit b7b2706a23
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 python3-dateutil
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
@ -26,7 +26,7 @@
PKGNAM=dateutil
SRCNAM=python-$PKGNAM
PRGNAM=python3-$PKGNAM
VERSION=${VERSION:-2.7.5}
VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-dateutil"
VERSION="2.7.5"
VERSION="2.8.0"
HOMEPAGE="https://dateutil.readthedocs.io/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-2.7.5.tar.gz"
MD5SUM="6357f8f42cbe0e0e0b1e543f3aad07b7"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-2.8.0.tar.gz"
MD5SUM="354db28843d949f1bc3e49e8458e22df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm python3-six"