diff --git a/fakeredis-2.13.0-gh.tar.gz b/fakeredis-2.13.0-gh.tar.gz deleted file mode 100644 index 8686e8a..0000000 --- a/fakeredis-2.13.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:593204bdaaa9710e07e2c1a21a4f44040934e3078997fbf581b9441e8f261630 -size 165498 diff --git a/fakeredis-2.15.0-gh.tar.gz b/fakeredis-2.15.0-gh.tar.gz new file mode 100644 index 0000000..e981cbb --- /dev/null +++ b/fakeredis-2.15.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8b420304dba278776dca9824521de8c00c5d9e31fdd00a166cfdea3c35d7a3 +size 182723 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index b3023d6..08aad7d 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Jul 1 20:33:29 UTC 2023 - Dirk Müller + +- update to 2.15.0: + * Implemented support for various stream groups commands: + * `XGROUP CREATE` #161, `XGROUP DESTROY` #164, `XGROUP SETID` + #165, `XGROUP DELCONSUMER` #162, + * `XGROUP CREATECONSUMER` #163, `XINFO GROUPS` #168, `XINFO + CONSUMERS` #168, `XINFO STREAM` #169, `XREADGROUP` #171, + * `XACK` #157, `XPENDING` #170, `XCLAIM` #159, `XAUTOCLAIM` + * Implemented sorted set commands: + * `ZRANDMEMBER` #192, `ZDIFF` #187, `ZINTER` #189, `ZUNION` + #194, `ZDIFFSTORE` #188, + * `ZINTERCARD` #190, `ZRANGESTORE` #193 + * Implemented list commands: + * `BLMOVE` #182, + * Improved documentation. + * Fix documentation link + * Fix requirement for packaging.Version #177 + * Implement `HRANDFIELD` #156 + * Implement `JSON.MSET` + * Improve streams code + ------------------------------------------------------------------- Mon May 29 13:33:12 UTC 2023 - Dirk Müller diff --git a/python-fakeredis.spec b/python-fakeredis.spec index bd0fea5..ba2e412 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-fakeredis -Version: 2.13.0 +Version: 2.15.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT @@ -29,6 +29,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-packaging >= 23.1 Requires: python-redis >= 4 Requires: python-sortedcontainers >= 2.4.0 Suggests: python-lupa >= 1.14