summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2019-10-03 04:52:14 +0200
committer Willy Sudiarto Raharjo2019-10-05 08:51:56 +0200
commitc315aeafdd77e57db2155c9510a4a0c82c027b71 (patch)
tree97b8aa57a9d13c40ae481a03cc96464ab8d8d41a
parent3c156e44fd4a4d63542b73ff7794b19b19831ebc (diff)
downloadslackbuilds-c315aeafdd77e57db2155c9510a4a0c82c027b71.tar.gz
python/python-dateutil: Updated for version 2.8.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--python/python-dateutil/python-dateutil.SlackBuild4
-rw-r--r--python/python-dateutil/python-dateutil.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-dateutil/python-dateutil.SlackBuild b/python/python-dateutil/python-dateutil.SlackBuild
index 799e8b70cc..580ecce267 100644
--- a/python/python-dateutil/python-dateutil.SlackBuild
+++ b/python/python-dateutil/python-dateutil.SlackBuild
@@ -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}
diff --git a/python/python-dateutil/python-dateutil.info b/python/python-dateutil/python-dateutil.info
index e2902653d7..c638ef66fa 100644
--- a/python/python-dateutil/python-dateutil.info
+++ b/python/python-dateutil/python-dateutil.info
@@ -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"