From 936c449454c859ca47c5fe544b908bef908b92df Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sat, 12 Nov 2022 15:18:22 -0600 Subject: [PATCH] python3-httpcore: update to 0.16.0. --- srcpkgs/python3-httpcore/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-httpcore/template b/srcpkgs/python3-httpcore/template index 8acb01c63d6..c7ddf3b28d1 100644 --- a/srcpkgs/python3-httpcore/template +++ b/srcpkgs/python3-httpcore/template @@ -1,18 +1,18 @@ # Template file for 'python3-httpcore' pkgname=python3-httpcore -version=0.15.0 -revision=2 +version=0.16.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi" +depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi python3-trio" +checkdepends="$depends python3-pytest python3-trustme" short_desc="Minimal HTTP client" maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://www.encode.io/httpcore/" changelog="https://raw.githubusercontent.com/encode/httpcore/master/CHANGELOG.md" distfiles="https://github.com/encode/httpcore/archive/refs/tags/$version.tar.gz" -checksum=e5458b6342fb6a0cdd58b86c1336516b90ad8879dedc24a9667f9fdf7b4081ea -make_check=no # at least trustme python module is not packaged +checksum=4823603836ccb1b84868d1b784eb31d6f4c5ce9255f3315cd5a28bc3db5a0538 post_install() { vlicense LICENSE.md