diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile index 76e96e86c1e1..d174ef4ce97e 100644 --- a/devel/py-types-requests/Makefile +++ b/devel/py-types-requests/Makefile @@ -1,24 +1,24 @@ PORTNAME= types-requests -PORTVERSION= 2.33.0.20260513 +PORTVERSION= 2.33.0.20260518 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 e24b188ffba9..fbe227aa951f 100644 --- a/devel/py-types-requests/distinfo +++ b/devel/py-types-requests/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778677918 -SHA256 (types_requests-2.33.0.20260513.tar.gz) = bd845450e954e751373d5d33526742592f298808a3ee3bda7e858e46b839b57f -SIZE (types_requests-2.33.0.20260513.tar.gz) = 24714 +TIMESTAMP = 1779223030 +SHA256 (types_requests-2.33.0.20260518.tar.gz) = df7bd3bfe0ca8402dfb841e7d9be714bb5578203283d66d7dc4ef69343449a5e +SIZE (types_requests-2.33.0.20260518.tar.gz) = 24752 diff --git a/devel/py-types-requests/files/patch-pyproject.toml b/devel/py-types-requests/files/patch-pyproject.toml index 5e2269a3e0ac..931628b1b4f2 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-13 05:39:20 UTC +--- pyproject.toml.orig 2026-05-18 06:07:35 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.20260513" + version = "2.33.0.20260518" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for requests" readme = { text = """\ ## Typing stubs for requests @@ -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']