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 2022-06-17 21:20:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old)
and /work/SRC/openSUSE:Factory/.python-fakeredis.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fakeredis"
Fri Jun 17 21:20:14 2022 rev:8 rq:982345 version:1.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes
2022-02-03 23:17:00.248400757 +0100
+++
/work/SRC/openSUSE:Factory/.python-fakeredis.new.1548/python-fakeredis.changes
2022-06-17 21:22:36.922776706 +0200
@@ -1,0 +2,18 @@
+Sat Jun 11 11:17:33 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 1.8.1
+ * fix: allow redis 4.3.* by @terencehonles in #30
+- Release 1.8
+ * Fix handling url with username and password by @cunla in #27
+ * Refactor tests by @cunla in #28
+- Release 1.7.6
+ * add IMOVE operation by @BGroever in #11
+ * Add SMISMEMBER command by @OlegZv in #20
+ * fix: work with redis.asyncio by @zhongkechen in #10
+ * Migrate to poetry by @cunla in #12
+ * Create annotation for redis4+ tests by @cunla in #14
+ * Make aioredis and lupa optional dependencies by @cunla in #16
+ * Remove aioredis requirement if redis-py 4.2+ by @ikornaselur in
+ #19
+
+-------------------------------------------------------------------
Old:
----
fakeredis-1.7.0.tar.gz
New:
----
fakeredis-1.8.1-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fakeredis.spec ++++++
--- /var/tmp/diff_new_pack.XJkpsT/_old 2022-06-17 21:22:37.370776949 +0200
+++ /var/tmp/diff_new_pack.XJkpsT/_new 2022-06-17 21:22:37.378776954 +0200
@@ -16,37 +16,34 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-fakeredis
-Version: 1.7.0
+Version: 1.8.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 setuptools}
+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
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-packaging
Requires: python-redis
-Requires: python-six >= 1.12
-Requires: python-sortedcontainers
-Suggests: python-aioredis
+Requires: python-six >= 1.16
+Requires: python-sortedcontainers >= 2.4.0
+Suggests: (python-aioredis if python-redis < 4.2)
Suggests: python-lupa
BuildArch: noarch
# SECTION test requirements
-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}
BuildRequires: %{python_module redis}
-BuildRequires: %{python_module six >= 1.12}
-BuildRequires: %{python_module sortedcontainers}
+BuildRequires: %{python_module six >= 1.16}
+BuildRequires: %{python_module sortedcontainers >= 2.4.0}
# /SECTION
%python_subpackages
@@ -54,13 +51,13 @@
Fake implementation of redis API for testing purposes.
%prep
-%setup -q -n fakeredis-%{version}
+%setup -q -n fakeredis-py-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -68,8 +65,8 @@
%pytest
%files %{python_files}
-%doc README.rst
-%license COPYING
+%doc README.md
+%license LICENSE
%{python_sitelib}/fakeredis
%{python_sitelib}/fakeredis-%{version}*-info