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 2025-06-13 18:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old)
and /work/SRC/openSUSE:Factory/.python-fakeredis.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fakeredis"
Fri Jun 13 18:42:25 2025 rev:28 rq:1285183 version:2.29.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes
2024-10-09 22:03:13.053861808 +0200
+++
/work/SRC/openSUSE:Factory/.python-fakeredis.new.19631/python-fakeredis.changes
2025-06-13 18:42:30.847671299 +0200
@@ -1,0 +2,20 @@
+Thu Jun 12 12:23:04 UTC 2025 - Antonio Teixeira <[email protected]>
+
+- Update to 2.29.0:
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.29.0
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.28.1
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.28.0
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.27.0
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.26.2
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.26.1
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.26.0
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.25.1
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.25.0
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.24.1
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.24.0
+ * https://github.com/cunla/fakeredis-py/releases/tag/v2.23.5
+- Add redis build requirement and run redis server for test suite
+- Drop fix-tests.patch
+ * Included in upstream release
+
+-------------------------------------------------------------------
Old:
----
fakeredis-2.23.4-gh.tar.gz
fix-tests.patch
New:
----
fakeredis-2.29.0-gh.tar.gz
BETA DEBUG BEGIN:
Old:- Add redis build requirement and run redis server for test suite
- Drop fix-tests.patch
* Included in upstream release
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fakeredis.spec ++++++
--- /var/tmp/diff_new_pack.IxgyGW/_old 2025-06-13 18:42:31.567700806 +0200
+++ /var/tmp/diff_new_pack.IxgyGW/_new 2025-06-13 18:42:31.571700969 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-fakeredis
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-fakeredis
-Version: 2.23.4
+Version: 2.29.0
Release: 0
Summary: Fake implementation of redis API for testing purposes
License: BSD-3-Clause AND MIT
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
-# PATCH-FIX-UPSTREAM
https://github.com/cunla/fakeredis-py/commit/b6c0140e17fb571906251e0fb300a52735427bf7
fix:tests for redis 5.1.0
-# there is a new version, but the update failed for me
-Patch: fix-tests.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
@@ -45,6 +42,7 @@
BuildRequires: %{python_module redis >= 4}
BuildRequires: %{python_module sortedcontainers >= 2.4.0}
BuildRequires: %{python_module typing_extensions >= 4.7}
+BuildRequires: redis
# /SECTION
%python_subpackages
@@ -63,6 +61,7 @@
%check
export LANG="en_US.UTF8"
+%{_sbindir}/redis-server --port 6390 --save &
%pytest -m "not slow"
%files %{python_files}
++++++ fakeredis-2.23.4-gh.tar.gz -> fakeredis-2.29.0-gh.tar.gz ++++++
++++ 24626 lines of diff (skipped)