From 79927854e5925721eda88fcb00603ecc434c7e16 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 23 Feb 2024 18:20:17 -0600 Subject: [PATCH] python3-httpx: update to 0.27.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 230dedc2a2e..8388ff07107 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.26.0 +version=0.27.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" @@ -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=451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf +checksum=a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5 # the pypi tarball doesn't contain tests # the tests need unpackaged dependencies trustme and uvicorn make_check=no