Date: Mon, 3 Feb 2025 15:58:58 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: a76620336a81 - main - security/py-httpx-auth: Update to 0.23.1 Message-ID: <202502031558.513FwwmG013437@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=a76620336a81f020c94e95b77264301e6ea22ba9 commit a76620336a81f020c94e95b77264301e6ea22ba9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:20:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:51:31 +0000 security/py-httpx-auth: Update to 0.23.1 Changes: https://github.com/Colin-b/httpx_auth/releases --- security/py-httpx-auth/Makefile | 5 ++--- security/py-httpx-auth/distinfo | 6 +++--- security/py-httpx-auth/files/patch-pyproject.toml | 18 ------------------ 3 files changed, 5 insertions(+), 24 deletions(-) diff --git a/security/py-httpx-auth/Makefile b/security/py-httpx-auth/Makefile index 3afe679819be..8eb942d15b60 100644 --- a/security/py-httpx-auth/Makefile +++ b/security/py-httpx-auth/Makefile @@ -1,6 +1,5 @@ PORTNAME= httpx-auth -PORTVERSION= 0.22.0 -PORTREVISION= 1 +PORTVERSION= 0.23.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0:www/py-httpx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.0<0.29:www/py-httpx@${PY_FLAVOR} USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 diff --git a/security/py-httpx-auth/distinfo b/security/py-httpx-auth/distinfo index a249ab3687a4..b160cbd3209e 100644 --- a/security/py-httpx-auth/distinfo +++ b/security/py-httpx-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390722 -SHA256 (httpx_auth-0.22.0.tar.gz) = 5dc2d18cd3a0788015fd22714048e59f5eca6aa3051bfbd8d9dd0d2e6254c095 -SIZE (httpx_auth-0.22.0.tar.gz) = 116355 +TIMESTAMP = 1738089140 +SHA256 (httpx_auth-0.23.1.tar.gz) = 27b5a6022ad1b41a303b8737fa2e3e4bce6bbbe7ab67fed0b261359be62e0434 +SIZE (httpx_auth-0.23.1.tar.gz) = 121418 diff --git a/security/py-httpx-auth/files/patch-pyproject.toml b/security/py-httpx-auth/files/patch-pyproject.toml deleted file mode 100644 index 025fcacd3db8..000000000000 --- a/security/py-httpx-auth/files/patch-pyproject.toml +++ /dev/null @@ -1,18 +0,0 @@ ---- pyproject.toml.orig 2024-03-02 12:09:14 UTC -+++ pyproject.toml -@@ -30,7 +30,7 @@ dependencies = [ - "Topic :: Software Development :: Build Tools", - ] - dependencies = [ -- "httpx==0.27.*", -+ "httpx>=0.27", - ] - dynamic = ["version"] - -@@ -63,4 +63,4 @@ filterwarnings = [ - [tool.pytest.ini_options] - filterwarnings = [ - "error", --] -\ No newline at end of file -+]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031558.513FwwmG013437>