Ver código fonte

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 <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
James Hilliard 1 ano atrás
pai
commit
9ebe576da4

+ 2 - 2
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

+ 3 - 3
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

+ 2 - 2
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