diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile index 96ff5c37961c..76e96e86c1e1 100644 --- a/devel/py-types-requests/Makefile +++ b/devel/py-types-requests/Makefile @@ -1,24 +1,24 @@ PORTNAME= types-requests -PORTVERSION= 2.33.0.20260508 +PORTVERSION= 2.33.0.20260513 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}urllib3>=2,1:net/py-urllib3@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-requests/distinfo b/devel/py-types-requests/distinfo index f00a32c45a7d..e24b188ffba9 100644 --- a/devel/py-types-requests/distinfo +++ b/devel/py-types-requests/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778246835 -SHA256 (types_requests-2.33.0.20260508.tar.gz) = 81b2ae5f0d20967714a6aa5ef9284c05570d7cb06b7de8f2a77b918b63ddd411 -SIZE (types_requests-2.33.0.20260508.tar.gz) = 23991 +TIMESTAMP = 1778677918 +SHA256 (types_requests-2.33.0.20260513.tar.gz) = bd845450e954e751373d5d33526742592f298808a3ee3bda7e858e46b839b57f +SIZE (types_requests-2.33.0.20260513.tar.gz) = 24714 diff --git a/devel/py-types-requests/files/patch-pyproject.toml b/devel/py-types-requests/files/patch-pyproject.toml index 6d5815635c8a..5e2269a3e0ac 100644 --- a/devel/py-types-requests/files/patch-pyproject.toml +++ b/devel/py-types-requests/files/patch-pyproject.toml @@ -1,26 +1,26 @@ ---- pyproject.toml.orig 2026-05-08 04:50:53 UTC +--- pyproject.toml.orig 2026-05-13 05:39:20 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61"] [project] name = "types-requests" - version = "2.33.0.20260508" + version = "2.33.0.20260513" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for requests" readme = { text = """\ ## Typing stubs for requests -@@ -48,8 +47,4 @@ dependencies = ['urllib3>=2'] +@@ -53,8 +52,4 @@ dependencies = ['urllib3>=2'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['requests-stubs'] include-package-data = false - -[tool.setuptools.package-data] -'requests-stubs' = ['__init__.pyi', '__version__.pyi', 'adapters.pyi', 'api.pyi', 'auth.pyi', 'certs.pyi', 'compat.pyi', 'cookies.pyi', 'exceptions.pyi', 'help.pyi', 'hooks.pyi', 'models.pyi', 'packages.pyi', 'sessions.pyi', 'status_codes.pyi', 'structures.pyi', 'utils.pyi', 'METADATA.toml', 'py.typed']