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-05-30 22:02:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old)
and /work/SRC/openSUSE:Factory/.python-fakeredis.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fakeredis"
Tue May 30 22:02:04 2023 rev:16 rq:1089578 version:2.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes
2023-05-16 14:27:13.515672956 +0200
+++
/work/SRC/openSUSE:Factory/.python-fakeredis.new.1533/python-fakeredis.changes
2023-05-30 22:02:12.722928834 +0200
@@ -1,0 +2,13 @@
+Mon May 29 13:33:12 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2.13.0:
+ * Fixed xadd timestamp (fixes #151) (#152)
+ * Implement XDEL #153
+ * Improve test code
+ * Fix reported security issue
+ * Add support for `Connection.read_response` arguments used in
+ redis-py 4.5.5 and 5.0.0
+ * Adding state for scan commands (#99)
+ * Improved documentation (added async sample, etc.)
+
+-------------------------------------------------------------------
Old:
----
fakeredis-2.12.0-gh.tar.gz
New:
----
fakeredis-2.13.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fakeredis.spec ++++++
--- /var/tmp/diff_new_pack.HLGlO4/_old 2023-05-30 22:02:13.202931664 +0200
+++ /var/tmp/diff_new_pack.HLGlO4/_new 2023-05-30 22:02:13.210931711 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-fakeredis
-Version: 2.12.0
+Version: 2.13.0
Release: 0
Summary: Fake implementation of redis API for testing purposes
License: BSD-3-Clause AND MIT
@@ -39,8 +39,7 @@
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 pytest-mock >= 3.7.0}
BuildRequires: %{python_module redis >= 4}
BuildRequires: %{python_module sortedcontainers >= 2.4.0}
# /SECTION
@@ -61,7 +60,8 @@
%check
export LANG="en_US.UTF8"
-%pytest
+rm -v test/test_redis_asyncio.py
+%pytest -m "not slow"
%files %{python_files}
%doc README.md
++++++ fakeredis-2.12.0-gh.tar.gz -> fakeredis-2.13.0-gh.tar.gz ++++++
++++ 5762 lines of diff (skipped)