python-requests: update to 2.32.5

This commit is contained in:
Dirk Stolle 2025-08-19 06:05:47 +02:00
parent 3b1456f032
commit 4ca55f561e

View File

@ -3,7 +3,7 @@
_realname=requests
pkgbase=mingw-w64-python-${_realname}
pkgver=2.32.4
pkgver=2.32.5
pkgrel=1
pkgdesc="Requests is the only Non-GMO HTTP library for Python, safe for human consumption (mingw-w64)"
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-httpbin"
"${MINGW_PACKAGE_PREFIX}-python-pysocks")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-pysocks: SOCKS proxy support")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422')
sha256sums=('dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"