From: Alexandru Ardelean Date: Wed, 13 Aug 2025 06:15:26 +0000 (+0300) Subject: python-requests: bump to version 2.32.4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=52620adeed8d890dad92e44a3e50b9bbe01e5d8f;p=feed%2Fpackages.git python-requests: bump to version 2.32.4 This change updates the Python requests package to version 2.32.4 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index da8b2560f0..5cbb912bbf 100644 --- a/lang/python/python-requests/Makefile +++ b/lang/python/python-requests/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-requests -PKG_VERSION:=2.32.3 -PKG_RELEASE:=2 +PKG_VERSION:=2.32.4 +PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer , Alexandru Ardelean PKG_LICENSE:=Apache-2.0 @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:python:requests PYPI_NAME:=requests -PKG_HASH:=55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 +PKG_HASH:=27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422 HOST_BUILD_DEPENDS:= \ python-chardet/host \