From 8ad4f462725dc2ce019be9ac312213c66154d17285bfedc9cd26270a8c555cee Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 13 Feb 2025 11:00:13 +0000 Subject: [PATCH] - 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 --- pytest.ini | 1 + python-redis.changes | 10 ++++++++++ python-redis.spec | 4 ++-- redis-5.2.0.tar.gz | 3 --- redis-5.2.1.tar.gz | 3 +++ 5 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 redis-5.2.0.tar.gz create mode 100644 redis-5.2.1.tar.gz diff --git a/pytest.ini b/pytest.ini index c7ba3cb..0c3feca 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,7 @@ addopts = -s markers = redismod: run only the redis module tests + graph: run only the redisgraph tests pipeline: pipeline tests onlycluster: marks tests to be run only with cluster mode redis onlynoncluster: marks tests to be run only with standalone redis diff --git a/python-redis.changes b/python-redis.changes index 2d7b8e0..5f33ffb 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 13 10:59:14 UTC 2025 - Daniel Garcia + +- 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 diff --git a/python-redis.spec b/python-redis.spec index b461042..c66c5ff 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -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 diff --git a/redis-5.2.0.tar.gz b/redis-5.2.0.tar.gz deleted file mode 100644 index 99a56ac..0000000 --- a/redis-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0 -size 4607878 diff --git a/redis-5.2.1.tar.gz b/redis-5.2.1.tar.gz new file mode 100644 index 0000000..6ae2d37 --- /dev/null +++ b/redis-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f +size 4608355