From 470a3e17961a6da6b8a932af0c3623d61f0b77b0 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 20 Dec 2024 14:40:26 -0600 Subject: [PATCH] python3-httpx: update to 0.28.1. --- srcpkgs/python3-httpx/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index e4275ea32d3..f1d62d92a6b 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,18 +1,19 @@ # Template file for 'python3-httpx' pkgname=python3-httpx -version=0.27.2 -revision=2 +version=0.28.1 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-fancy-pypi-readme" depends="python3-idna python3-certifi python3-h2 python3-Brotli - python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments" + python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments + python3-anyio" short_desc="Next generation HTTP client for Python" maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://www.python-httpx.org" changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md" distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz" -checksum=f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2 +checksum=75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc # the pypi tarball doesn't contain tests # the tests need unpackaged dependencies trustme and uvicorn make_check=no