- Disable broken test test_xautoclaim gh#redis/redis-py#2554
- udpate to 4.3.5: * 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) * 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) * 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=64
This commit is contained in:
parent
8ed8f54ea4
commit
4274d7b8f5
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 13:09:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Disable broken test test_xautoclaim gh#redis/redis-py#2554
|
||||
- udpate to 4.3.5:
|
||||
* 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)
|
||||
* 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)
|
||||
* 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 17:22:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-redis
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-redis
|
||||
Version: 4.3.4
|
||||
Version: 4.3.5
|
||||
Release: 0
|
||||
Summary: Python client for Redis key-value store
|
||||
License: MIT
|
||||
@ -93,6 +92,8 @@ if [ $(getconf LONG_BIT) -ne 64 ]; then
|
||||
# reference precision issues on 32-bit
|
||||
donttest=" or test_geopos"
|
||||
fi
|
||||
# gh#redis/redis-py#2554
|
||||
donttest=" or test_xautoclaim"
|
||||
%pytest -m 'not (onlycluster or redismod)' -k "not (dummyprefix $donttest)" --ignore tests/test_ssl.py
|
||||
|
||||
%files %{python_files}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880
|
||||
size 4569389
|
3
redis-4.3.5.tar.gz
Normal file
3
redis-4.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12
|
||||
size 4577422
|
Loading…
Reference in New Issue
Block a user