Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2022 18:18:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 815098f62fb6 - main - devel/py-twine: Update to 3.8.0
Message-ID:  <202203071818.227II83u061264@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=815098f62fb64113ebfc20b9b266791be9f83e52

commit 815098f62fb64113ebfc20b9b266791be9f83e52
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 17:53:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:11:18 +0000

    devel/py-twine: Update to 3.8.0
    
    Changes:        https://github.com/pypa/twine/releases
                    https://github.com/pypa/twine/blob/main/docs/changelog.rst
                    https://twine.readthedocs.io/en/stable/changelog.html
---
 devel/py-twine/Makefile | 5 +++--
 devel/py-twine/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-twine/Makefile b/devel/py-twine/Makefile
index 774f081fd413..e608746a9cb8 100644
--- a/devel/py-twine/Makefile
+++ b/devel/py-twine/Makefile
@@ -1,7 +1,7 @@
 # Created by: Tom Judge <tj@FreeBSD.org>
 
 PORTNAME=	twine
-PORTVERSION=	3.7.1
+PORTVERSION=	3.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0.4.3:devel/py-colorama@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.8.0:www/py-requests-toolbelt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.4.0:www/py-rfc3986@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tqdm>=4.14:misc/py-tqdm@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tqdm>=4.14:misc/py-tqdm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.1.26.0,1:net/py-urllib3@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-twine/distinfo b/devel/py-twine/distinfo
index cd5e0344e2fa..8d24358eeb68 100644
--- a/devel/py-twine/distinfo
+++ b/devel/py-twine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641045972
-SHA256 (twine-3.7.1.tar.gz) = 28460a3db6b4532bde6a5db6755cf2dce6c5020bada8a641bb2c5c7a9b1f35b8
-SIZE (twine-3.7.1.tar.gz) = 231946
+TIMESTAMP = 1646058046
+SHA256 (twine-3.8.0.tar.gz) = 8efa52658e0ae770686a13b675569328f1fba9837e5de1867bfe5f46a9aefe19
+SIZE (twine-3.8.0.tar.gz) = 214568



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071818.227II83u061264>