diff mbox series

[meta-python] python3-redis: update version 5.0.0 -> 5.0.1

Message ID 20230927043924.1678476-1-derek@asterius.io
State Under Review
Headers show
Series [meta-python] python3-redis: update version 5.0.0 -> 5.0.1 | expand

Commit Message

Derek Straka Sept. 27, 2023, 4:39 a.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python3-redis_5.0.0.bb => python3-redis_5.0.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-redis_5.0.0.bb => python3-redis_5.0.1.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-redis_5.0.0.bb b/meta-python/recipes-devtools/python/python3-redis_5.0.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-redis_5.0.0.bb
rename to meta-python/recipes-devtools/python/python3-redis_5.0.1.bb
index f04e04bbe..2c473c03e 100644
--- a/meta-python/recipes-devtools/python/python3-redis_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_5.0.1.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "http://github.com/andymccurdy/redis-py"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8"
 
-SRC_URI[sha256sum] = "5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"
+SRC_URI[sha256sum] = "0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f"
 
 inherit pypi setuptools3