Date: Tue, 31 Dec 2024 16:02:37 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: 101a5dc20a4f - main - www/py-respx: Update to 0.22.0 Message-ID: <202412311602.4BVG2b8p093798@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=101a5dc20a4f7769839a333806ae6f6a61f67247 commit 101a5dc20a4f7769839a333806ae6f6a61f67247 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:50:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:50:55 +0000 www/py-respx: Update to 0.22.0 Changes: https://github.com/lundberg/respx/releases --- www/py-respx/Makefile | 4 ++-- www/py-respx/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile index 17e4c36845a5..0c1a67e1acb9 100644 --- a/www/py-respx/Makefile +++ b/www/py-respx/Makefile @@ -1,5 +1,5 @@ PORTNAME= respx -PORTVERSION= 0.21.1 +PORTVERSION= 0.22.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.0:www/py-httpx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.0:www/py-httpx@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/www/py-respx/distinfo b/www/py-respx/distinfo index 2f52302f6caa..a9bc9cce9a50 100644 --- a/www/py-respx/distinfo +++ b/www/py-respx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711860547 -SHA256 (respx-0.21.1.tar.gz) = 0bd7fe21bfaa52106caa1223ce61224cf30786985f17c63c5d71eff0307ee8af -SIZE (respx-0.21.1.tar.gz) = 28306 +TIMESTAMP = 1735227984 +SHA256 (respx-0.22.0.tar.gz) = 3c8924caa2a50bd71aefc07aa812f2466ff489f1848c96e954a5362d17095d91 +SIZE (respx-0.22.0.tar.gz) = 28439
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311602.4BVG2b8p093798>