From 4ca55f561e922cf5debf50cd5789149c366b4676 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 19 Aug 2025 06:05:47 +0200 Subject: [PATCH] python-requests: update to 2.32.5 --- mingw-w64-python-requests/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-requests/PKGBUILD b/mingw-w64-python-requests/PKGBUILD index 9bd1f347cc..80fa3eb499 100644 --- a/mingw-w64-python-requests/PKGBUILD +++ b/mingw-w64-python-requests/PKGBUILD @@ -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}"