From 9becdebc0f2e20a78fdf33c5a62dd8d0fb7e49af9fba9e4d03bcdc1ca86eea14 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 23 Jan 2023 09:25:14 +0000 Subject: [PATCH] - update to v2.5.0: * Implement support for BITPOS (bitmap command) (#112) * Fix json mget when dict is returned (#114) * fix: properly export (#116) * Extract param handling (#113) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=22 --- fakeredis-2.4.0-gh.tar.gz | 3 --- fakeredis-2.5.0-gh.tar.gz | 3 +++ python-fakeredis.changes | 9 +++++++++ python-fakeredis.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fakeredis-2.4.0-gh.tar.gz create mode 100644 fakeredis-2.5.0-gh.tar.gz diff --git a/fakeredis-2.4.0-gh.tar.gz b/fakeredis-2.4.0-gh.tar.gz deleted file mode 100644 index 27b8eef..0000000 --- a/fakeredis-2.4.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2069ab09d85c1f2ea4787b64f74f04826197bda2503b30a867f052d7c760bb95 -size 132163 diff --git a/fakeredis-2.5.0-gh.tar.gz b/fakeredis-2.5.0-gh.tar.gz new file mode 100644 index 0000000..acc8fbe --- /dev/null +++ b/fakeredis-2.5.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b64f49830123fa0089fcb516db575a2590a605249a1d185938965464818fdfc +size 139911 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index a490dec..a78455d 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 23 09:19:15 UTC 2023 - Dirk Müller + +- update to v2.5.0: + * Implement support for BITPOS (bitmap command) (#112) + * Fix json mget when dict is returned (#114) + * fix: properly export (#116) + * Extract param handling (#113) + ------------------------------------------------------------------- Fri Jan 6 11:11:54 UTC 2023 - Dirk Müller diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 41efe04..9b80511 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -17,7 +17,7 @@ Name: python-fakeredis -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT