From d1a89fa5746bb2c437d5e2b0af57f062e609c08130f232fc499c342243537983 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jan 2022 20:37:19 +0000 Subject: [PATCH] - update to 1.7.0 * Change a number of corner-case behaviours to match Redis 6.2.6. * Fix DeprecationWarning for sampling from a set * Improved support for constructor arguments * Support redis-py 4 * Add support for GET option to SET * PERSIST and EXPIRE should invalidate watches OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=14 --- fakeredis-1.6.1.tar.gz | 3 --- fakeredis-1.7.0.tar.gz | 3 +++ python-fakeredis.changes | 11 +++++++++++ python-fakeredis.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 fakeredis-1.6.1.tar.gz create mode 100644 fakeredis-1.7.0.tar.gz diff --git a/fakeredis-1.6.1.tar.gz b/fakeredis-1.6.1.tar.gz deleted file mode 100644 index a571c44..0000000 --- a/fakeredis-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d06a9384fb79da9f2164ce96e34eb9d4e2ea46215070805ea6fd3c174590b47 -size 79775 diff --git a/fakeredis-1.7.0.tar.gz b/fakeredis-1.7.0.tar.gz new file mode 100644 index 0000000..1404e18 --- /dev/null +++ b/fakeredis-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bd12e430336cbd3e189fae0e91eb99997b93e76dbfdd6ed67fa352dc684c71 +size 80902 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index f63221e..db0e01a 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 23 20:36:18 UTC 2022 - Dirk Müller + +- update to 1.7.0 + * Change a number of corner-case behaviours to match Redis 6.2.6. + * Fix DeprecationWarning for sampling from a set + * Improved support for constructor arguments + * Support redis-py 4 + * Add support for GET option to SET + * PERSIST and EXPIRE should invalidate watches + ------------------------------------------------------------------- Sun Oct 17 13:22:19 UTC 2021 - Ben Greiner diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 18a548c..5c82315 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -1,7 +1,7 @@ # # spec file for package python-fakeredis # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fakeredis -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT