Date: Fri, 22 Sep 2023 03:25:07 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: 8fdf5f87238f - main - www/py-httpx-cache: Update to 0.13.0 Message-ID: <202309220325.38M3P7EH094385@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=8fdf5f87238ff7786b0150f66328eba9f864322d commit 8fdf5f87238ff7786b0150f66328eba9f864322d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:19:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:19:51 +0000 www/py-httpx-cache: Update to 0.13.0 Changes: https://github.com/obendidi/httpx-cache/releases --- www/py-httpx-cache/Makefile | 3 +-- www/py-httpx-cache/distinfo | 6 +++--- www/py-httpx-cache/files/patch-pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/py-httpx-cache/Makefile b/www/py-httpx-cache/Makefile index 8d68212c8e66..bc6b3558859b 100644 --- a/www/py-httpx-cache/Makefile +++ b/www/py-httpx-cache/Makefile @@ -1,6 +1,5 @@ PORTNAME= httpx-cache -PORTVERSION= 0.12.0 -PORTREVISION= 3 +PORTVERSION= 0.13.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-httpx-cache/distinfo b/www/py-httpx-cache/distinfo index 309268b73ef2..26efc9a432ec 100644 --- a/www/py-httpx-cache/distinfo +++ b/www/py-httpx-cache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070182 -SHA256 (httpx_cache-0.12.0.tar.gz) = 7da09e0ee9e0c33a8768f9f118cbc91edb87d6cd32507a69d3b2f35b43ee4bd2 -SIZE (httpx_cache-0.12.0.tar.gz) = 58411 +TIMESTAMP = 1695143387 +SHA256 (httpx_cache-0.13.0.tar.gz) = 12a2798f968100f985b5d05600609fb96fc7053ec46063555f041e9a1c5f8306 +SIZE (httpx_cache-0.13.0.tar.gz) = 58821 diff --git a/www/py-httpx-cache/files/patch-pyproject.toml b/www/py-httpx-cache/files/patch-pyproject.toml index 1af8ad0281f8..03d4e2170354 100644 --- a/www/py-httpx-cache/files/patch-pyproject.toml +++ b/www/py-httpx-cache/files/patch-pyproject.toml @@ -10,5 +10,5 @@ - "fasteners>=0.16.3,<0.18.0", + "fasteners>=0.16.3", "attrs>=21.4,<24.0", - "aiorwlock~=1.2" + "aiorwlock~=1.2", ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309220325.38M3P7EH094385>