python/python3-packaging: Updated for version 19.2.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2019-11-06 12:12:33 -08:00 committed by Willy Sudiarto Raharjo
parent 0d77b1d93a
commit f43509c543
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
SRCNAM=packaging
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-19.1}
VERSION=${VERSION:-19.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-packaging"
VERSION="19.1"
VERSION="19.2"
HOMEPAGE="https://github.com/pypa/python3-packaging"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/packaging/packaging-19.1.tar.gz"
MD5SUM="3eb3089f82710e222125b1db08c67edd"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/packaging/packaging-19.2.tar.gz"
MD5SUM="867ce70984dc7b89bbbc3cac2a72b171"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs python3-pyparsing python3-six"