git: 529ce1476c2a - main - devel/py-types-requests: Update to 2.32.4.20250913

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 13 Oct 2025 06:30:59 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=529ce1476c2af27a088f337cb13b9524918eb280

commit 529ce1476c2af27a088f337cb13b9524918eb280
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:18:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:18:09 +0000

    devel/py-types-requests: Update to 2.32.4.20250913
    
    - Add LICENSE_FILE
    
    Changes:        https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/requests.md
---
 devel/py-types-requests/Makefile                   |  7 ++++---
 devel/py-types-requests/distinfo                   |  6 +++---
 devel/py-types-requests/files/patch-pyproject.toml | 23 ++++++++++++++++++++++
 3 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile
index 4f0d7396618d..9db4311b1c09 100644
--- a/devel/py-types-requests/Makefile
+++ b/devel/py-types-requests/Makefile
@@ -1,19 +1,20 @@
 PORTNAME=	types-requests
-PORTVERSION=	2.31.0.6
-PORTREVISION=	2
+PORTVERSION=	2.32.4.20250913
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	types_requests-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Typing stubs for requests
 WWW=		https://github.com/python/typeshed/tree/main/stubs/requests
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}types-urllib3>=0:devel/py-types-urllib3@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=2,1:net/py-urllib3@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-types-requests/distinfo b/devel/py-types-requests/distinfo
index b0c9c3b9d3b3..e92f36020d7d 100644
--- a/devel/py-types-requests/distinfo
+++ b/devel/py-types-requests/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695849937
-SHA256 (types-requests-2.31.0.6.tar.gz) = cd74ce3b53c461f1228a9b783929ac73a666658f223e28ed29753771477b3bd0
-SIZE (types-requests-2.31.0.6.tar.gz) = 15535
+TIMESTAMP = 1759816688
+SHA256 (types_requests-2.32.4.20250913.tar.gz) = abd6d4f9ce3a9383f269775a9835a4c24e5cd6b9f647d64f88aa4613c33def5d
+SIZE (types_requests-2.32.4.20250913.tar.gz) = 23113
diff --git a/devel/py-types-requests/files/patch-pyproject.toml b/devel/py-types-requests/files/patch-pyproject.toml
new file mode 100644
index 000000000000..1db988f262a0
--- /dev/null
+++ b/devel/py-types-requests/files/patch-pyproject.toml
@@ -0,0 +1,23 @@
+--- pyproject.toml.orig	2025-09-13 02:39:59 UTC
++++ pyproject.toml
+@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
+ [build-system]
+ build-backend = "setuptools.build_meta"
+-requires = ["setuptools>=77.0.3"]
++requires = ["setuptools>=61"]
+ 
+ [project]
+ name = "types-requests"
+ version = "2.32.4.20250913"
+-license = "Apache-2.0"
+-license-files = ["LICENSE"]
++license = { text = "Apache-2.0" }
+ description = "Typing stubs for requests"
+ readme = { text = """\
+ ## Typing stubs for requests
+@@ -48,5 +47,4 @@ dependencies = ['urllib3>=2']
+ "Chat" = "https://gitter.im/python/typing"
+ 
+ [tool.setuptools]
+-packages = ['requests-stubs']
+ include-package-data = false