python3-httpcore: update to 1.0.7.

This commit is contained in:
Andrew Benson 2024-11-16 09:47:16 -06:00
parent b7ca82f8b4
commit 9b4acb192a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-httpcore' # Template file for 'python3-httpcore'
pkgname=python3-httpcore pkgname=python3-httpcore
version=1.0.6 version=1.0.7
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling hatch-fancy-pypi-readme" hostmakedepends="python3-poetry-core hatchling hatch-fancy-pypi-readme"
@ -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=c17be5ee13c8be65bbcba4f5e7b512bd69c3382d64552841988799b5261b6cfe checksum=f1826de42becefb334468cc3dd470601352e6c8c7b63d713e73b8073086ecb8b
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md