Date: Sat, 18 Oct 2025 14:35:54 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 13ac17b7f277 - main - www/py-httpx-aiohttp: update to 0.1.9 Message-ID: <202510181435.59IEZsxs014261@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=13ac17b7f2777afe55dc13f6054e00401246b6ec commit 13ac17b7f2777afe55dc13f6054e00401246b6ec Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-10-18 14:34:36 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-10-18 14:34:36 +0000 www/py-httpx-aiohttp: update to 0.1.9 While here, add USE_PYTHON=pytest and necessary dependencies to enable tests. Changelog: https://github.com/karpetrosyan/httpx-aiohttp/blob/0.1.9/CHANGELOG.md Reported by: portscout --- www/py-httpx-aiohttp/Makefile | 7 +++++-- www/py-httpx-aiohttp/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www/py-httpx-aiohttp/Makefile b/www/py-httpx-aiohttp/Makefile index 4b7bacc9e4aa..70c821188175 100644 --- a/www/py-httpx-aiohttp/Makefile +++ b/www/py-httpx-aiohttp/Makefile @@ -1,5 +1,5 @@ PORTNAME= httpx-aiohttp -DISTVERSION= 0.1.8 +DISTVERSION= 0.1.9 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +16,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.10.0<4:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0:www/py-httpx@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.24.0:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trio>=0.27.0:net/py-trio@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes diff --git a/www/py-httpx-aiohttp/distinfo b/www/py-httpx-aiohttp/distinfo index f6bd48c61f87..11f7b839d7ec 100644 --- a/www/py-httpx-aiohttp/distinfo +++ b/www/py-httpx-aiohttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751698327 -SHA256 (httpx_aiohttp-0.1.8.tar.gz) = 756c5e74cdb568c3248ba63fe82bfe8bbe64b928728720f7eaac64b3cf46f308 -SIZE (httpx_aiohttp-0.1.8.tar.gz) = 25401 +TIMESTAMP = 1760796176 +SHA256 (httpx_aiohttp-0.1.9.tar.gz) = 4ee8b22e6f2e7c80cd03be29eff98bfe7d89bd77f021ce0b578ee76b73b4bfe6 +SIZE (httpx_aiohttp-0.1.9.tar.gz) = 206023home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510181435.59IEZsxs014261>
