[Buildroot] [PATCH 2/2] package/python-urllib3: bump to version 2.4.0
Raphaël Mélotte
raphael.melotte at mind.be
Mon Apr 14 17:09:19 UTC 2025
Release notes: https://github.com/urllib3/urllib3/releases/tag/2.4.0
Signed-off-by: Raphaël Mélotte <raphael.melotte at mind.be>
---
package/python-urllib3/python-urllib3.hash | 4 ++--
package/python-urllib3/python-urllib3.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-urllib3/python-urllib3.hash b/package/python-urllib3/python-urllib3.hash
index f80ed6eafc..2391108e26 100644
--- a/package/python-urllib3/python-urllib3.hash
+++ b/package/python-urllib3/python-urllib3.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/urllib3/json
-md5 6388afd062cf2e1ef27843738629dbc1 urllib3-2.3.0.tar.gz
-sha256 f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d urllib3-2.3.0.tar.gz
+md5 787104cdecd70e6688713f8a079ffd3f urllib3-2.4.0.tar.gz
+sha256 414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466 urllib3-2.4.0.tar.gz
# Locally computed sha256 checksums
sha256 130e3a64d5fdd5d096a752694634a7d9df284469de86e5732100268041e3d686 LICENSE.txt
diff --git a/package/python-urllib3/python-urllib3.mk b/package/python-urllib3/python-urllib3.mk
index 911ccab445..7294742909 100644
--- a/package/python-urllib3/python-urllib3.mk
+++ b/package/python-urllib3/python-urllib3.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_URLLIB3_VERSION = 2.3.0
+PYTHON_URLLIB3_VERSION = 2.4.0
PYTHON_URLLIB3_SOURCE = urllib3-$(PYTHON_URLLIB3_VERSION).tar.gz
-PYTHON_URLLIB3_SITE = https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66
+PYTHON_URLLIB3_SITE = https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0
PYTHON_URLLIB3_LICENSE = MIT
PYTHON_URLLIB3_LICENSE_FILES = LICENSE.txt
PYTHON_URLLIB3_CPE_ID_VENDOR = python
--
2.49.0
More information about the buildroot
mailing list