summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Markus Reichelt2018-08-05 03:38:45 +0200
committer Willy Sudiarto Raharjo2018-08-11 02:22:23 +0200
commitecebdff501b3dca66c2168f2c24b731078ffc440 (patch)
treed0fd770942788531bf7493a6c0bc2af6806e499c /python
parentd2671c39de13cc7ac52586522a3f886054cc31fd (diff)
downloadslackbuilds-ecebdff501b3dca66c2168f2c24b731078ffc440.tar.gz
python/packaging: Updated for version 17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/packaging/packaging.SlackBuild4
-rw-r--r--python/packaging/packaging.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/packaging/packaging.SlackBuild b/python/packaging/packaging.SlackBuild
index 7245be6727..b977bbb29b 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 bf5cd78eb9..247e0c9305 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"