git: 52e564dc9b95 - main - www/py-requests-cache93: Allow build with py-cattrs 23.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 10:45:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52e564dc9b954c648e3b8b7dee32686d8551db97
commit 52e564dc9b954c648e3b8b7dee32686d8551db97
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 10:09:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 10:30:09 +0000
www/py-requests-cache93: Allow build with py-cattrs 23.2.2
- Bump PORTREVISION for package change
---
www/py-requests-cache93/Makefile | 4 ++--
www/py-requests-cache93/files/patch-cattrs | 2 +-
www/py-requests-cache93/files/patch-setup.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/py-requests-cache93/Makefile b/www/py-requests-cache93/Makefile
index 825381ef397e..8e25b0734224 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= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4<2.0.0:devel/py-appdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}attrs>=21.2:devel/py-attrs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cattrs>=1.8<22.3:devel/py-cattrs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cattrs>=1.8<23.3:devel/py-cattrs@${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}
diff --git a/www/py-requests-cache93/files/patch-cattrs b/www/py-requests-cache93/files/patch-cattrs
index 6318c6e8082e..039f7877d7ac 100644
--- a/www/py-requests-cache93/files/patch-cattrs
+++ b/www/py-requests-cache93/files/patch-cattrs
@@ -212,7 +212,7 @@ Obtained from: https://github.com/requests-cache/requests-cache/commit/66550b535
['appdirs>=1.4.4,<2.0.0',
'attrs>=21.2,<22.0',
- 'cattrs>=1.8,<2.0',
-+ 'cattrs>=1.8,<22.3',
++ 'cattrs>=1.8,<23.3',
'requests>=2.22,<3.0',
'url-normalize>=1.4,<2.0',
'urllib3>=1.25.5,<2.0.0']
diff --git a/www/py-requests-cache93/files/patch-setup.py b/www/py-requests-cache93/files/patch-setup.py
index 1bb030ad70ea..dd1300fbb408 100644
--- a/www/py-requests-cache93/files/patch-setup.py
+++ b/www/py-requests-cache93/files/patch-setup.py
@@ -6,6 +6,6 @@
['appdirs>=1.4.4,<2.0.0',
- 'attrs>=21.2,<22.0',
+ 'attrs>=21.2',
- 'cattrs>=1.8,<22.3',
+ 'cattrs>=1.8,<23.3',
'requests>=2.22,<3.0',
'url-normalize>=1.4,<2.0',