14
0
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:
2025-02-13 11:00:13 +00:00
committed by Git OBS Bridge
parent 665c3bd84d
commit 8ad4f46272
5 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%{?sle15_python_module_pythons}
Name: python-redis
Version: 5.2.0
Version: 5.2.1
Release: 0
Summary: Python client for Redis key-value store
License: MIT