python-requests: bump to version 2.32.4
authorAlexandru Ardelean <[email protected]>
Wed, 13 Aug 2025 06:15:26 +0000 (09:15 +0300)
committerAlexandru Ardelean <[email protected]>
Thu, 14 Aug 2025 12:10:10 +0000 (15:10 +0300)
This change updates the Python requests package to version 2.32.4

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-requests/Makefile

index da8b2560f0c1d8725c6a3c4f6c2816dd4e11ab06..5cbb912bbfc83d5bcd3e42e1e7f0889814f76dfc 100644 (file)
@@ -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 <[email protected]>, Alexandru Ardelean <[email protected]>
 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 \