Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fakeredis for openSUSE:Factory checked in at 2023-01-29 14:10:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old) and /work/SRC/openSUSE:Factory/.python-fakeredis.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fakeredis" Sun Jan 29 14:10:20 2023 rev:11 rq:1061721 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes 2022-10-12 18:23:04.389421882 +0200 +++ /work/SRC/openSUSE:Factory/.python-fakeredis.new.32243/python-fakeredis.changes 2023-01-29 14:14:50.680410610 +0100 @@ -1,0 +2,37 @@ +Mon Jan 23 09:19:15 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- 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 <dmuel...@suse.com> + +- update to v2.4.0: + * Implement LCS (#111), BITOP (#110) + * Fix bug checking type in scan_iter (#109) + * Implement GETEX (#102) + * Implement support for JSON.STRAPPEND (json command) (#98) + * Implement JSON.STRLEN, JSON.TOGGLE and fix bugs with JSON.DEL (#96) + * Implement PUBSUB CHANNELS, PUBSUB NUMSUB + * Implement JSON.CLEAR (#87) + * Support for redis-py v4.4.0 + * Implement json.mget (#85) + * Initial json module support - JSON.GET, JSON.SET and JSON.DEL (#80) + * fix: add nowait for asyncio disconnect (#76) + * Refactor how commands are registered (#79) + * Refactor tests from redispy4_plus (#77) + * Remove support for aioredis separate from redis-py (redis-py versions + 4.1.2 and below). (#65) + * Add support for redis-py v4.4rc4 (#73) + * Add mypy support (#74) + * Implement support for zmscore by @the-wondersmith in #67 + * What's Changed + * implement GETDEL and SINTERCARD support by @cunla in #57 + * Test get float-type behavior by @cunla in #59 + * Implement BZPOPMIN/BZPOPMAX support by @cunla in #60 +- drop fakeredis-pr54-fix-ensure_str.patch (upstream) + +------------------------------------------------------------------- Old: ---- fakeredis-1.9.3-gh.tar.gz fakeredis-pr54-fix-ensure_str.patch New: ---- fakeredis-2.5.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fakeredis.spec ++++++ --- /var/tmp/diff_new_pack.Ncjrgi/_old 2023-01-29 14:14:51.212413505 +0100 +++ /var/tmp/diff_new_pack.Ncjrgi/_new 2023-01-29 14:14:51.216413526 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-fakeredis # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,33 +17,30 @@ Name: python-fakeredis -Version: 1.9.3 +Version: 2.5.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT -URL: https://github.com//dsoftwareinc/fakeredis -Source: https://github.com/dsoftwareinc/fakeredis-py/archive/refs/tags/v%{version}.tar.gz#/fakeredis-%{version}-gh.tar.gz -# PATCH-FIX-UPSTREAM fakeredis-pr54-fix-ensure_str.patch gh#dsoftwareinc/fakeredis#54 -Patch0: fakeredis-pr54-fix-ensure_str.patch +URL: https://github.com/cunla/fakeredis-py +Source: https://github.com/cunla/fakeredis-py/archive/refs/tags/v%{version}.tar.gz#/fakeredis-%{version}-gh.tar.gz BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-redis < 4.4 +Requires: python-redis < 4.5 Requires: python-sortedcontainers >= 2.4.0 -Suggests: (python-aioredis >= 2.0.1) -Suggests: python-lupa >= 1.13 +Suggests: python-lupa >= 1.14 BuildArch: noarch # SECTION test requirements -# technically requires hypothesis >= 6.47.1, but we don't have it yet +# technically requires hypothesis >= 6.56, but we don't have it yet BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module lupa >= 1.13} +BuildRequires: %{python_module lupa >= 1.14} BuildRequires: %{python_module pytest >= 7.1.2} BuildRequires: %{python_module pytest-asyncio >= 0.19.0} # technically requires pytest-mock >= 3.7.0, but we don't have it yet BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module redis < 4.4} +BuildRequires: %{python_module redis < 4.5} BuildRequires: %{python_module sortedcontainers >= 2.4.0} # /SECTION %python_subpackages ++++++ fakeredis-1.9.3-gh.tar.gz -> fakeredis-2.5.0-gh.tar.gz ++++++ ++++ 23652 lines of diff (skipped)