python3-httpcore: update to 0.15.0.

This commit is contained in:
Andrew Benson 2022-05-23 09:42:51 -05:00
parent f34afac9cc
commit a46c737fdd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-httpcore'
pkgname=python3-httpcore
version=0.14.7
version=0.15.0
revision=1
wrksrc="httpcore-$version"
build_style=python3-module
@ -12,7 +12,7 @@ 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=7f5736b3d1a2382d3b137c8f77d19229f3742789447ef1c1a55bb95918c02277
checksum=e5458b6342fb6a0cdd58b86c1336516b90ad8879dedc24a9667f9fdf7b4081ea
make_check=no # at least trustme python module is not packaged
post_install() {