From e9118f2ac0c3ff6219b7ecee09336cc881ea9bfe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:24:23 +0800 Subject: python3-redis: upgrade 4.4.1 -> 4.4.2 Changelog: =========== Experimental Features --------------------- Add support for BF.CARD (#2545) New Features ------------ Add support for custom connection pool class in NodesManager (#2547) Bug Fixes --------- Allow replica to master promotion in nodes_cache (#2549) Security Fix: Updating graph parser for potential injection cases (#2548) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-redis_4.4.1.bb | 16 ---------------- .../recipes-devtools/python/python3-redis_4.4.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-redis_4.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-redis_4.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-redis_4.4.1.bb b/meta-python/recipes-devtools/python/python3-redis_4.4.1.bb deleted file mode 100644 index d805a6ef2a..0000000000 --- a/meta-python/recipes-devtools/python/python3-redis_4.4.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Python client for Redis key-value store" -DESCRIPTION = "The Python interface to the Redis key-value store." -HOMEPAGE = "http://github.com/andymccurdy/redis-py" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1db1f331d351900707368237cc4880cf" - -SRC_URI[sha256sum] = "f7a870c44868ab87bbecd6211c6d7c8720b1e9a796b743fbc4725d7ec75651c3" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-cryptography \ - ${PYTHON_PN}-packaging \ - ${PYTHON_PN}-asyncio \ -" diff --git a/meta-python/recipes-devtools/python/python3-redis_4.4.2.bb b/meta-python/recipes-devtools/python/python3-redis_4.4.2.bb new file mode 100644 index 0000000000..37c64b11ff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-redis_4.4.2.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python client for Redis key-value store" +DESCRIPTION = "The Python interface to the Redis key-value store." +HOMEPAGE = "http://github.com/andymccurdy/redis-py" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1db1f331d351900707368237cc4880cf" + +SRC_URI[sha256sum] = "a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-cryptography \ + ${PYTHON_PN}-packaging \ + ${PYTHON_PN}-asyncio \ +" -- cgit v1.2.3-54-g00ecf