Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 16:13:53 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: ed3ed558935d - main - www/py-requests: Update to 2.30.0
Message-ID:  <202305071613.347GDr1i040889@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=ed3ed558935dfee97bc6c23aefc3f7fd40709591

commit ed3ed558935dfee97bc6c23aefc3f7fd40709591
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 16:04:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 16:04:20 +0000

    www/py-requests: Update to 2.30.0
    
    Changes:        https://github.com/psf/requests/releases
---
 www/py-requests/Makefile | 4 ++--
 www/py-requests/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile
index 10d87ee66e79..7b89c4f6c85d 100644
--- a/www/py-requests/Makefile
+++ b/www/py-requests/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	requests
-PORTVERSION=	2.29.0
+PORTVERSION=	2.30.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2<4:textproc/py-charset-normalizer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>=2.5<4:dns/py-idna@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1<1.27,1:net/py-urllib3@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1<3,1:net/py-urllib3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-httpbin>=0.0.7:devel/py-pytest-httpbin@${PY_FLAVOR} \
diff --git a/www/py-requests/distinfo b/www/py-requests/distinfo
index 96d08fbfa88d..e19389272a87 100644
--- a/www/py-requests/distinfo
+++ b/www/py-requests/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682616708
-SHA256 (requests-2.29.0.tar.gz) = f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059
-SIZE (requests-2.29.0.tar.gz) = 108279
+TIMESTAMP = 1683227651
+SHA256 (requests-2.30.0.tar.gz) = 239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4
+SIZE (requests-2.30.0.tar.gz) = 108411



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