diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-04 23:55:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:51 +0700 |
commit | 540f6aed11772b8c7c187bef20c7d047d51c4a49 (patch) | |
tree | af1a9e885a1d3e27863c25dec791522da992ba00 /python | |
parent | 0c3637c25f4c4ab2a68689d93415c39494086265 (diff) |
python/python3-packaging: Updated for version 20.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-packaging/python3-packaging.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-packaging/python3-packaging.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-packaging/python3-packaging.SlackBuild b/python/python3-packaging/python3-packaging.SlackBuild index 30bebdd2626d..9e3c7b12775b 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-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2021 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:-20.4} +VERSION=${VERSION:-20.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-packaging/python3-packaging.info b/python/python3-packaging/python3-packaging.info index a9d1131a6e0d..4561ff8764e0 100644 --- a/python/python3-packaging/python3-packaging.info +++ b/python/python3-packaging/python3-packaging.info @@ -1,8 +1,8 @@ PRGNAM="python3-packaging" -VERSION="20.4" +VERSION="20.9" HOMEPAGE="https://pypi.python.org/pypi/packaging" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/packaging/packaging-20.4.tar.gz" -MD5SUM="3208229da731c5d8e29d4d8941e75005" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/packaging/packaging-20.9.tar.gz" +MD5SUM="5377308b3ba89f2d78c05e7f485be65d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-attrs python3-pyparsing python3-six" |