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-10-20 20:23:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old)
and /work/SRC/openSUSE:Factory/.python-fakeredis.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fakeredis"
Wed Oct 20 20:23:09 2021 rev:6 rq:926299 version:1.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes
2021-07-10 22:54:00.855984631 +0200
+++
/work/SRC/openSUSE:Factory/.python-fakeredis.new.1890/python-fakeredis.changes
2021-10-20 20:23:45.349358501 +0200
@@ -1,0 +2,11 @@
+Sun Oct 17 13:22:19 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.6.1
+ * #305 Some packaging modernisation
+ * #306 Fix FakeRedisMixin.from_url for unix sockets
+ * #308 Remove use of async_generator from tests
+- Release 1.6.0
+ * #304 Support aioredis 2
+ * #302 Switch CI from Travis CI to Github Actions
+
+-------------------------------------------------------------------
Old:
----
fakeredis-1.5.2.tar.gz
New:
----
fakeredis-1.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fakeredis.spec ++++++
--- /var/tmp/diff_new_pack.NaMLax/_old 2021-10-20 20:23:45.797358778 +0200
+++ /var/tmp/diff_new_pack.NaMLax/_new 2021-10-20 20:23:45.801358781 +0200
@@ -19,29 +19,28 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-fakeredis
-Version: 1.5.2
+Version: 1.6.1
Release: 0
Summary: Fake implementation of redis API for testing purposes
License: BSD-3-Clause AND MIT
URL: https://github.com/jamesls/fakeredis
Source:
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-%{version}.tar.gz
-BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-packaging
Requires: python-redis
Requires: python-six >= 1.12
Requires: python-sortedcontainers
-Recommends: python-future
-Suggests: python-aioredis < 2
+Suggests: python-aioredis
Suggests: python-lupa
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module aioredis < 2}
-BuildRequires: %{python_module async_generator}
+BuildRequires: %{python_module aioredis}
BuildRequires: %{python_module future}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module lupa}
+BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-mock}
@@ -71,6 +70,7 @@
%files %{python_files}
%doc README.rst
%license COPYING
-%{python_sitelib}/*
+%{python_sitelib}/fakeredis
+%{python_sitelib}/fakeredis-%{version}*-info
%changelog
++++++ fakeredis-1.5.2.tar.gz -> fakeredis-1.6.1.tar.gz ++++++
++++ 4901 lines of diff (skipped)