git: 6323bc79ba9c - main - www/py-requests-cache: Update to 0.9.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 18:51:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6323bc79ba9c0b2c60954640a1886937c8318aa1 commit 6323bc79ba9c0b2c60954640a1886937c8318aa1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 18:28:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 18:49:46 +0000 www/py-requests-cache: Update to 0.9.6 Changes: https://github.com/requests-cache/requests-cache/releases https://github.com/requests-cache/requests-cache/blob/main/HISTORY.md --- www/py-requests-cache/Makefile | 13 ++++++------- www/py-requests-cache/distinfo | 6 +++--- www/py-requests-cache/files/patch-setup.py | 11 ----------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/www/py-requests-cache/Makefile b/www/py-requests-cache/Makefile index 78005afe7db0..a0d55505c995 100644 --- a/www/py-requests-cache/Makefile +++ b/www/py-requests-cache/Makefile @@ -1,6 +1,5 @@ PORTNAME= requests-cache -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +10,12 @@ COMMENT= Transparent persistent cache for the requests library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4<2.0.0:devel/py-appdirs@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=21.2:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cattrs>=1.8<22.2.1: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} + ${PYTHON_PKGNAMEPREFIX}cattrs>=1.8:devel/py-cattrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.22:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}url-normalize>=1.4:net/py-url-normalize@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.5,1:net/py-urllib3@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-requests-cache/distinfo b/www/py-requests-cache/distinfo index 32c5559f18f1..ee94ce3488c5 100644 --- a/www/py-requests-cache/distinfo +++ b/www/py-requests-cache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656702534 -SHA256 (requests-cache-0.9.5.tar.gz) = bd67575f541f9c10f44f8b49d8d449fb55db8af2e27d93c56349f227b78e4b70 -SIZE (requests-cache-0.9.5.tar.gz) = 1506795 +TIMESTAMP = 1661950956 +SHA256 (requests-cache-0.9.6.tar.gz) = b1672c99ccce9ee53b49504c9f6a6d6de5cf6a9956bda46cf7dda0a4a5fc1bb5 +SIZE (requests-cache-0.9.6.tar.gz) = 1506683 diff --git a/www/py-requests-cache/files/patch-setup.py b/www/py-requests-cache/files/patch-setup.py deleted file mode 100644 index 9352e4674fa6..000000000000 --- a/www/py-requests-cache/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 1970-01-01 00:00:00 UTC -+++ setup.py -@@ -12,7 +12,7 @@ package_data = \ - - install_requires = \ - ['appdirs>=1.4.4,<2.0.0', -- 'attrs>=21.2,<22.0', -+ 'attrs>=21.2', - 'cattrs>=1.8,<=22.2', - 'requests>=2.22,<3.0', - 'url-normalize>=1.4,<2.0',