diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2018-08-05 08:38:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:22:23 +0700 |
commit | ecebdff501b3dca66c2168f2c24b731078ffc440 (patch) | |
tree | d0fd770942788531bf7493a6c0bc2af6806e499c /python/packaging | |
parent | d2671c39de13cc7ac52586522a3f886054cc31fd (diff) |
python/packaging: Updated for version 17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/packaging')
-rw-r--r-- | python/packaging/packaging.SlackBuild | 4 | ||||
-rw-r--r-- | python/packaging/packaging.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/packaging/packaging.SlackBuild b/python/packaging/packaging.SlackBuild index 7245be672739..b977bbb29ba6 100644 --- a/python/packaging/packaging.SlackBuild +++ b/python/packaging/packaging.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for packaging # -# Copyright 2017 Markus Reichelt, Aachen, DE +# Copyright 2017,2018 Markus Reichelt, Aachen, DE # 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=packaging -VERSION=${VERSION:-16.8} +VERSION=${VERSION:-17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/packaging/packaging.info b/python/packaging/packaging.info index bf5cd78eb919..247e0c930518 100644 --- a/python/packaging/packaging.info +++ b/python/packaging/packaging.info @@ -1,8 +1,8 @@ PRGNAM="packaging" -VERSION="16.8" +VERSION="17.1" HOMEPAGE="https://pypi.python.org/pypi/packaging" -DOWNLOAD="https://pypi.python.org/packages/c6/70/bb32913de251017e266c5114d0a645f262fb10ebc9bf6de894966d124e35/packaging-16.8.tar.gz" -MD5SUM="53895cdca04ecff80b54128e475b5d3b" +DOWNLOAD="https://files.pythonhosted.org/packages/77/32/439f47be99809c12ef2da8b60a2c47987786d2c6c9205549dd6ef95df8bd/packaging-17.1.tar.gz" +MD5SUM="8baf8241d1b6b0a5fae9b00f359976a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyparsing six" |