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 2021-07-10 22:53:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old)
and /work/SRC/openSUSE:Factory/.python-fakeredis.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fakeredis"
Sat Jul 10 22:53:51 2021 rev:5 rq:903056 version:1.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes
2020-04-19 21:43:28.487359071 +0200
+++
/work/SRC/openSUSE:Factory/.python-fakeredis.new.2625/python-fakeredis.changes
2021-07-10 22:54:00.855984631 +0200
@@ -1,0 +2,7 @@
+Tue Jun 29 10:49:15 UTC 2021 - Ond??ej S??kup <[email protected]>
+
+- update to 1.5.2
+ * support python 3.9
+ * support aioredis
+
+-------------------------------------------------------------------
Old:
----
fakeredis-1.3.0.tar.gz
New:
----
fakeredis-1.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fakeredis.spec ++++++
--- /var/tmp/diff_new_pack.Cya0E8/_old 2021-07-10 22:54:01.319981050 +0200
+++ /var/tmp/diff_new_pack.Cya0E8/_new 2021-07-10 22:54:01.323981019 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-fakeredis
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-fakeredis
-Version: 1.3.0
+Version: 1.5.2
Release: 0
Summary: Fake implementation of redis API for testing purposes
License: BSD-3-Clause AND MIT
@@ -33,13 +33,18 @@
Requires: python-six >= 1.12
Requires: python-sortedcontainers
Recommends: python-future
+Suggests: python-aioredis < 2
Suggests: python-lupa
BuildArch: noarch
# SECTION test requirements
+BuildRequires: %{python_module aioredis < 2}
+BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module future}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module lupa}
BuildRequires: %{python_module pytest >= 4.0}
+BuildRequires: %{python_module pytest-asyncio}
+BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module redis}
BuildRequires: %{python_module six >= 1.12}
BuildRequires: %{python_module sortedcontainers}
++++++ fakeredis-1.3.0.tar.gz -> fakeredis-1.5.2.tar.gz ++++++
++++ 14819 lines of diff (skipped)