forked from pool/python-redis
- Update to 5.2.1:
* Fixed unsecured tempfile.mktemp() command usage (#3446) * Fixed bug with SLOWLOG GET response parsing on Redis Software (#3441) * Fixed issue with invoking _close() on closed event loop (#3438) * Migrate test infrastructure to new custom docker images (#3415) * Fixed flacky test with HEXPIREAT command (#3437) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=98
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
addopts = -s
|
addopts = -s
|
||||||
markers =
|
markers =
|
||||||
redismod: run only the redis module tests
|
redismod: run only the redis module tests
|
||||||
|
graph: run only the redisgraph tests
|
||||||
pipeline: pipeline tests
|
pipeline: pipeline tests
|
||||||
onlycluster: marks tests to be run only with cluster mode redis
|
onlycluster: marks tests to be run only with cluster mode redis
|
||||||
onlynoncluster: marks tests to be run only with standalone redis
|
onlynoncluster: marks tests to be run only with standalone redis
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 13 10:59:14 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.2.1:
|
||||||
|
* Fixed unsecured tempfile.mktemp() command usage (#3446)
|
||||||
|
* Fixed bug with SLOWLOG GET response parsing on Redis Software (#3441)
|
||||||
|
* Fixed issue with invoking _close() on closed event loop (#3438)
|
||||||
|
* Migrate test infrastructure to new custom docker images (#3415)
|
||||||
|
* Fixed flacky test with HEXPIREAT command (#3437)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 28 10:52:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Nov 28 10:52:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-redis
|
# spec file for package python-redis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-redis
|
Name: python-redis
|
||||||
Version: 5.2.0
|
Version: 5.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python client for Redis key-value store
|
Summary: Python client for Redis key-value store
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0
|
|
||||||
size 4607878
|
|
BIN
redis-5.2.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
redis-5.2.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user