python3-httpcore: update to 0.17.2.

This commit is contained in:
Andrew Benson 2023-05-23 10:43:54 -05:00
parent f12d25aac8
commit efd454cedc

View file

@ -1,6 +1,6 @@
# Template file for 'python3-httpcore' # Template file for 'python3-httpcore'
pkgname=python3-httpcore pkgname=python3-httpcore
version=0.17.1 version=0.17.2
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://www.encode.io/httpcore/" homepage="https://www.encode.io/httpcore/"
changelog="https://raw.githubusercontent.com/encode/httpcore/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/encode/httpcore/master/CHANGELOG.md"
distfiles="https://github.com/encode/httpcore/archive/refs/tags/$version.tar.gz" distfiles="https://github.com/encode/httpcore/archive/refs/tags/$version.tar.gz"
checksum=233c2c773433b9e9bd8cc1bc67e9157dc7541933962d8770d56882e0daa9a562 checksum=fcb7514420747c40a2cbb69337159e1cd5a03db0879051cf384c5c0be1a3a1d8
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md