Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:47:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ccde4beb8b70 - main - www/py-requests-cache: Update to 1.1.0
Message-ID:  <202307311647.36VGlgWo081445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccde4beb8b700fbb18ee05cfb8a234e3044e76e6

commit ccde4beb8b700fbb18ee05cfb8a234e3044e76e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:33:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:40:18 +0000

    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
---
 www/py-requests-cache/Makefile | 9 +++++----
 www/py-requests-cache/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/www/py-requests-cache/Makefile b/www/py-requests-cache/Makefile
index 5f943352e909..1c83ef7c438e 100644
--- a/www/py-requests-cache/Makefile
+++ b/www/py-requests-cache/Makefile
@@ -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}
diff --git a/www/py-requests-cache/distinfo b/www/py-requests-cache/distinfo
index cf4d1c1c4305..110855e83439 100644
--- a/www/py-requests-cache/distinfo
+++ b/www/py-requests-cache/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311647.36VGlgWo081445>