python3-httpcore: update to 0.14.7.
This commit is contained in:
parent
fbe25b2f7c
commit
8656023913
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-httpcore'
|
# Template file for 'python3-httpcore'
|
||||||
pkgname=python3-httpcore
|
pkgname=python3-httpcore
|
||||||
version=0.14.3
|
version=0.14.7
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="httpcore-$version"
|
wrksrc="httpcore-$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,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=bf299a574a7768e3e042390d9001409914bc769c8d9857dcebe0d82665e56d3c
|
checksum=7f5736b3d1a2382d3b137c8f77d19229f3742789447ef1c1a55bb95918c02277
|
||||||
make_check=no # at least trustme python module is not packaged
|
make_check=no # at least trustme python module is not packaged
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue