diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-12 11:08:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:35 +0700 |
commit | b7b2706a234852f30390129c887090b62526f745 (patch) | |
tree | c3ed1c7ab96e21152fe5bd08eadc98a8e56c5a9d /python | |
parent | 64403a255855ca8dc34e901c45ecd87cea4d4b8c (diff) | |
download | slackbuilds-b7b2706a234852f30390129c887090b62526f745.tar.gz |
python/python3-dateutil: Updated for version 2.8.0.
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-dateutil/python3-dateutil.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-dateutil/python3-dateutil.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-dateutil/python3-dateutil.SlackBuild b/python/python3-dateutil/python3-dateutil.SlackBuild index 7504d4176e..ab8cc5330f 100644 --- a/python/python3-dateutil/python3-dateutil.SlackBuild +++ b/python/python3-dateutil/python3-dateutil.SlackBuild @@ -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} diff --git a/python/python3-dateutil/python3-dateutil.info b/python/python3-dateutil/python3-dateutil.info index cc7a323bfa..8fe8fc0b97 100644 --- a/python/python3-dateutil/python3-dateutil.info +++ b/python/python3-dateutil/python3-dateutil.info @@ -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" |