summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-01-07 07:49:31 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:53 +0100
commit8c8c670c475515d633878d7a32aa3665b00d7958 (patch)
tree138b8eed30ceda6aee42f025c2af599ffba5c6c4 /python
parentd483e52220eb12cae05e30f8c10801e877b1a5fd (diff)
downloadslackbuilds-8c8c670c475515d633878d7a32aa3665b00d7958.tar.gz
python/python3-packaging: Updated for version 20.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python')
-rw-r--r--python/python3-packaging/python3-packaging.SlackBuild4
-rw-r--r--python/python3-packaging/python3-packaging.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-packaging/python3-packaging.SlackBuild b/python/python3-packaging/python3-packaging.SlackBuild
index 108c3a0a6d..54266f1913 100644
--- a/python/python3-packaging/python3-packaging.SlackBuild
+++ b/python/python3-packaging/python3-packaging.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-packaging
-# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=python3-packaging
-VERSION=${VERSION:-19.2}
+VERSION=${VERSION:-20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-packaging/python3-packaging.info b/python/python3-packaging/python3-packaging.info
index f98647984b..274e234ce3 100644
--- a/python/python3-packaging/python3-packaging.info
+++ b/python/python3-packaging/python3-packaging.info
@@ -1,8 +1,8 @@
PRGNAM="python3-packaging"
-VERSION="19.2"
+VERSION="20.0"
HOMEPAGE="https://github.com/pypa/python3-packaging"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/packaging/packaging-19.2.tar.gz"
-MD5SUM="867ce70984dc7b89bbbc3cac2a72b171"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/packaging/packaging-20.0.tar.gz"
+MD5SUM="93d6ccbdfcb5b7697b6ecea53ecc294b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs python3-pyparsing python3-six"