From cccd1ec3e628069c66503e22d1de37217ee72d56 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 31 Jan 2022 17:51:06 -0700 Subject: [PATCH] python3-httpx: update to 0.22.0. --- srcpkgs/python3-httpx/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 8c2d0a7ba44..a940099d2eb 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,6 +1,6 @@ # Template file for 'python3-httpx' pkgname=python3-httpx -version=0.21.3 +version=0.22.0 revision=1 wrksrc="httpx-${version}" build_style=python3-module @@ -14,7 +14,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=7a3eb67ef0b8abbd6d9402248ef2f84a76080fa1c839f8662e6eb385640e445a +checksum=d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4 # the pypi tarball doesn't contain tests # the tests need unpackaged dependencies trustme and uvicorn make_check=no