From 5525ebb18a1aaed3618d7d16b0afb1de9e9de87b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 19 May 2023 06:13:29 -0500 Subject: [PATCH] python3-httpx: update to 0.24.1. --- srcpkgs/python3-httpx/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 6bcc96207d1..639bb45d5a2 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,7 +1,7 @@ # Template file for 'python3-httpx' pkgname=python3-httpx -version=0.24.0 -revision=2 +version=0.24.1 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling" depends="python3-idna python3-certifi python3-h2 python3-Brotli @@ -12,7 +12,7 @@ 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=507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e +checksum=5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd # the pypi tarball doesn't contain tests # the tests need unpackaged dependencies trustme and uvicorn make_check=no