diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-10-02 19:52:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:56 +0700 |
commit | c315aeafdd77e57db2155c9510a4a0c82c027b71 (patch) | |
tree | 97b8aa57a9d13c40ae481a03cc96464ab8d8d41a /python | |
parent | 3c156e44fd4a4d63542b73ff7794b19b19831ebc (diff) |
python/python-dateutil: Updated for version 2.8.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-dateutil/python-dateutil.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-dateutil/python-dateutil.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-dateutil/python-dateutil.SlackBuild b/python/python-dateutil/python-dateutil.SlackBuild index 799e8b70cc35e..580ecce267e7f 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 e2902653d79f9..c638ef66fac72 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" |