python-httpcore: Update to 1.0.7

This commit is contained in:
Christoph Reiter
2025-01-06 17:45:44 +01:00
parent 93ddf33455
commit 899a265e31

View File

@@ -3,8 +3,8 @@
_realname=httpcore
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.0.5
pkgrel=2
pkgver=1.0.7
pkgrel=1
pkgdesc="A minimal HTTP client (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61')
sha256sums=('8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c')
prepare() {
rm -rf python-build-${MSYSTEM} | true