summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorzhengrq.fnst@fujitsu.com <zhengrq.fnst@fujitsu.com>2022-11-30 12:29:51 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-30 09:46:47 -0800
commite83748da7cc86deb9afb40ce5f050a222a8fb047 (patch)
treee5dcd2dd0fc0cc4219d9317590ca892b3cebb028 /meta-python
parente54b8f8f56cf66ca62b11b6475cd4cc06133562a (diff)
downloadmeta-openembedded-e83748da7cc86deb9afb40ce5f050a222a8fb047.tar.gz
python3-redis: upgrade 4.3.4 -> 4.3.5
Changelog: ========= * New Features -------------- Add support for TIMESERIES 1.8 (#2296) Graph - add counters for removed labels and properties (#2292) Add support for TDIGEST.QUANTILE extensions (#2317) Add TDIGEST.TRIMMED_MEAN (#2300) Add support for async GRAPH module (#2273) Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#2319) Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESERVE accuratenly supported (#2331) * Bug Fixes -------------- Fix async connection.is_connected to return a boolean value (#2278) Fix: workaround asyncio bug on connection reset by peer (#2259) Fix crash: key expire while search (#2270) Async cluster: fix concurrent pipeline (#2280) Fix async SEARCH pipeline (#2316) Fix KeyError in async cluster - initialize before execute multi key commands (#2439) * Maintenance ---------------- Supply chain risk reduction: remove dependency on library named deprecated (#2386) Search test - Ignore order of the items in the response (#2322) Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335) Fix TimeSeries range aggregation (twa) tests (#2358) Mark TOPK.COUNT as deprecated (#2363) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-redis_4.3.5.bb (renamed from meta-python/recipes-devtools/python/python3-redis_4.3.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-redis_4.3.4.bb b/meta-python/recipes-devtools/python/python3-redis_4.3.5.bb
index e0f953ca4..f6dcebb16 100644
--- a/meta-python/recipes-devtools/python/python3-redis_4.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.3.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
6 6
7SRC_URI[sha256sum] = "ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880" 7SRC_URI[sha256sum] = "30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10