From 9ebe576da4e79dc5c71502385f9c080cee024f08 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 10 Jan 2024 21:54:05 -0700 Subject: [PATCH] package/python-redis: bump to version 5.0.1 License hash changed due to year update: https://github.com/redis/redis-py/commit/28cc65c18cc4fb37ef14497c963eb181dba8d25d Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle --- package/python-redis/Config.in | 4 ++-- package/python-redis/python-redis.hash | 6 +++--- package/python-redis/python-redis.mk | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/python-redis/Config.in b/package/python-redis/Config.in index 4143e1f1c1..e22959cf7b 100644 --- a/package/python-redis/Config.in +++ b/package/python-redis/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PYTHON_REDIS bool "python-redis" help - Python client for Redis key-value store. + Python client for Redis database and key-value store. - https://github.com/andymccurdy/redis-py + https://github.com/redis/redis-py diff --git a/package/python-redis/python-redis.hash b/package/python-redis/python-redis.hash index e27f87bd50..2d9df87a10 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 ad365234df634680d15294ddc87c42de redis-4.5.5.tar.gz -sha256 dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880 redis-4.5.5.tar.gz +md5 f4bff9e3819ec832bb789b8b58363d6b redis-5.0.1.tar.gz +sha256 0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f redis-5.0.1.tar.gz # Locally computed sha256 checksums -sha256 7801a39e3a1aec58a7ea7c9f4dc1238cf0922c36a1fc8eff0bb7d684ff6dd354 LICENSE +sha256 a57b250a5bf03d7afe55b74063313f2adb7b00d546c0ab149a89398333fe3cc8 LICENSE diff --git a/package/python-redis/python-redis.mk b/package/python-redis/python-redis.mk index 186702dc83..067a754352 100644 --- a/package/python-redis/python-redis.mk +++ b/package/python-redis/python-redis.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_REDIS_VERSION = 4.5.5 +PYTHON_REDIS_VERSION = 5.0.1 PYTHON_REDIS_SOURCE = redis-$(PYTHON_REDIS_VERSION).tar.gz -PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/53/30/128c5599bc3fa61488866be0228326b3e486be34480126f70e572043adf8 +PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/4a/4c/3c3b766f4ecbb3f0bec91ef342ee98d179e040c25b6ecc99e510c2570f2a PYTHON_REDIS_SETUP_TYPE = setuptools PYTHON_REDIS_LICENSE = MIT PYTHON_REDIS_LICENSE_FILES = LICENSE