git: 8bab09dbcaec - main - www/py-requests-cache93: Relax version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 06:34:47 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8bab09dbcaec300899de1c348e4eea3ee81daf80
commit 8bab09dbcaec300899de1c348e4eea3ee81daf80
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:26:25 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:26:25 +0000
www/py-requests-cache93: Relax version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
---
www/py-requests-cache93/Makefile | 4 ++--
www/py-requests-cache93/files/patch-setup.py | 9 +++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/www/py-requests-cache93/Makefile b/www/py-requests-cache93/Makefile
index 0349bf67e435..c2a5e82ed368 100644
--- a/www/py-requests-cache93/Makefile
+++ b/www/py-requests-cache93/Makefile
@@ -1,6 +1,6 @@
PORTNAME= requests-cache
PORTVERSION= 0.9.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4<2.0.0:devel/py-appdirs@${PY_F
${PYTHON_PKGNAMEPREFIX}cattrs23>=1.8<23.3:devel/py-cattrs23@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.22<3.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}url-normalize>=1.4<2.0:net/py-url-normalize@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.5,1<2.0.0,1:net/py-urllib3@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.5,1<3.0.0,1:net/py-urllib3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
diff --git a/www/py-requests-cache93/files/patch-setup.py b/www/py-requests-cache93/files/patch-setup.py
index dd1300fbb408..3b1c3f06f25a 100644
--- a/www/py-requests-cache93/files/patch-setup.py
+++ b/www/py-requests-cache93/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 1970-01-01 00:00:00 UTC
+--- setup.py.orig 2025-10-09 14:35:58 UTC
+++ setup.py
-@@ -12,7 +12,7 @@ package_data = \
+@@ -12,11 +12,11 @@ install_requires = \
install_requires = \
['appdirs>=1.4.4,<2.0.0',
@@ -9,3 +9,8 @@
'cattrs>=1.8,<23.3',
'requests>=2.22,<3.0',
'url-normalize>=1.4,<2.0',
+- 'urllib3>=1.25.5,<2.0.0']
++ 'urllib3>=1.25.5,<3.0.0']
+
+ extras_require = \
+ {'all': ['boto3>=1.15,<2.0',