network/twine: Updated for version 4.0.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2022-12-02 11:56:39 +02:00 committed by Willy Sudiarto Raharjo
parent e9a2d51d48
commit 440bbc1e02
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=twine
VERSION=${VERSION:-4.0.1}
VERSION=${VERSION:-4.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="twine"
VERSION="4.0.1"
VERSION="4.0.2"
HOMEPAGE="https://github.com/pypa/twine"
DOWNLOAD="https://files.pythonhosted.org/packages/08/2a/e03c20f47c750699063bbb349d68dea8990a0694f7bc65d1a97bf3254fa7/twine-4.0.1.tar.gz"
MD5SUM="a5df863a1f307a21156387d8506390ad"
DOWNLOAD="https://files.pythonhosted.org/packages/b7/1a/a7884359429d801cd63c2c5512ad0a337a509994b0e42d9696d4778d71f6/twine-4.0.2.tar.gz"
MD5SUM="f38ded461689ecb781d107e92ccb7eeb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pkginfo requests-toolbelt readme_renderer python-keyring python-importlib_metadata python3-rfc3986 python3-rich"