mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/py-requests-cache: Update to 1.1.0
- Update WWW Changes: https://github.com/requests-cache/requests-cache/releases https://github.com/requests-cache/requests-cache/blob/main/HISTORY.md https://requests-cache.readthedocs.io/en/stable/project_info/history.html
This commit is contained in:
parent
7bd35e8e85
commit
ccde4beb8b
2 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= requests-cache
|
||||
PORTVERSION= 0.9.8
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -7,15 +7,16 @@ DISTNAME= requests_cache-${PORTVERSION}
|
|||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Persistent cache for python requests
|
||||
WWW= https://github.com/requests-cache/requests-cache
|
||||
WWW= https://requests-cache.readthedocs.io/en/stable/ \
|
||||
https://github.com/requests-cache/requests-cache
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${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} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=21.2:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cattrs>=22.2:devel/py-cattrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}platformdirs>=2.5:devel/py-platformdirs@${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}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1688166360
|
||||
SHA256 (requests_cache-0.9.8.tar.gz) = eaed4eb5fd5c392ba5e7cfa000d4ab96b1d32c1a1620f37aa558c43741ac362b
|
||||
SIZE (requests_cache-0.9.8.tar.gz) = 1508006
|
||||
TIMESTAMP = 1689398913
|
||||
SHA256 (requests_cache-1.1.0.tar.gz) = 41b79166aa8e300cc4de982f7ab7c52af914a785160be1eda25c6e9265969a67
|
||||
SIZE (requests_cache-1.1.0.tar.gz) = 2876295
|
||||
|
|
Loading…
Add table
Reference in a new issue