diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile index 9db4311b1c09..adacae30fcdb 100644 --- a/devel/py-types-requests/Makefile +++ b/devel/py-types-requests/Makefile @@ -1,24 +1,24 @@ PORTNAME= types-requests -PORTVERSION= 2.32.4.20250913 +PORTVERSION= 2.32.4.20260107 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 e92f36020d7d..11434fe7e677 100644 --- a/devel/py-types-requests/distinfo +++ b/devel/py-types-requests/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816688 -SHA256 (types_requests-2.32.4.20250913.tar.gz) = abd6d4f9ce3a9383f269775a9835a4c24e5cd6b9f647d64f88aa4613c33def5d -SIZE (types_requests-2.32.4.20250913.tar.gz) = 23113 +TIMESTAMP = 1768625707 +SHA256 (types_requests-2.32.4.20260107.tar.gz) = 018a11ac158f801bfa84857ddec1650750e393df8a004a8a9ae2a9bec6fcb24f +SIZE (types_requests-2.32.4.20260107.tar.gz) = 23165 diff --git a/devel/py-types-requests/files/patch-pyproject.toml b/devel/py-types-requests/files/patch-pyproject.toml index 1db988f262a0..cc7cb588ea9d 100644 --- a/devel/py-types-requests/files/patch-pyproject.toml +++ b/devel/py-types-requests/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-09-13 02:39:59 UTC +--- pyproject.toml.orig 2026-01-07 03:20:51 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" + version = "2.32.4.20260107" -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