[Buildroot] [git commit] package/python-redis: bump version to 7.3.0
Julien Olivain
ju.o at free.fr
Sun Mar 15 20:34:39 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/8c4e2c944ff43e7d28e930332251956f35f40a80
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master
https://github.com/redis/redis-py/releases
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-redis/python-redis.hash | 4 ++--
package/python-redis/python-redis.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-redis/python-redis.hash b/package/python-redis/python-redis.hash
index 007c1d79a8..ac284e56f0 100644
--- a/package/python-redis/python-redis.hash
+++ b/package/python-redis/python-redis.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/redis/json
-md5 cd185322335c0842a457bde1daf87fd0 redis-7.1.0.tar.gz
-sha256 b1cc3cfa5a2cb9c2ab3ba700864fb0ad75617b41f01352ce5779dabf6d5f9c3c redis-7.1.0.tar.gz
+md5 fbec5721d85318b31ba62d11e4b08022 redis-7.3.0.tar.gz
+sha256 4d1b768aafcf41b01022410b3cc4f15a07d9b3d6fe0c66fc967da2c88e551034 redis-7.3.0.tar.gz
# Locally computed sha256 checksums
sha256 a57b250a5bf03d7afe55b74063313f2adb7b00d546c0ab149a89398333fe3cc8 LICENSE
diff --git a/package/python-redis/python-redis.mk b/package/python-redis/python-redis.mk
index a8d58c94c5..ca2e165948 100644
--- a/package/python-redis/python-redis.mk
+++ b/package/python-redis/python-redis.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_REDIS_VERSION = 7.1.0
+PYTHON_REDIS_VERSION = 7.3.0
PYTHON_REDIS_SOURCE = redis-$(PYTHON_REDIS_VERSION).tar.gz
-PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/43/c8/983d5c6579a411d8a99bc5823cc5712768859b5ce2c8afe1a65b37832c81
+PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/da/82/4d1a5279f6c1251d3d2a603a798a1137c657de9b12cfc1fba4858232c4d2
PYTHON_REDIS_SETUP_TYPE = hatch
PYTHON_REDIS_LICENSE = MIT
PYTHON_REDIS_LICENSE_FILES = LICENSE
More information about the buildroot
mailing list