Hello community,

here is the log from the commit of package python-fakeredis for 
openSUSE:Factory checked in at 2020-04-19 21:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fakeredis (Old)
 and      /work/SRC/openSUSE:Factory/.python-fakeredis.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fakeredis"

Sun Apr 19 21:42:50 2020 rev:4 rq:786873 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fakeredis/python-fakeredis.changes        
2019-09-13 15:04:40.153265016 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fakeredis.new.2738/python-fakeredis.changes  
    2020-04-19 21:43:28.487359071 +0200
@@ -1,0 +2,13 @@
+Fri Mar 20 12:31:00 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Disable py2 as upstream actually disabled python2 support competely
+  * The syntax simply is not compatible
+
+-------------------------------------------------------------------
+Thu Mar 19 22:43:55 UTC 2020 - Hans-Peter Jansen <h...@urpla.net>
+
+- Update to 1.3.0:
+  * No upstream changelog
+- python2 tests are dysfunctional, test with python3 only
+
+-------------------------------------------------------------------

Old:
----
  fakeredis-1.0.5.tar.gz

New:
----
  fakeredis-1.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fakeredis.spec ++++++
--- /var/tmp/diff_new_pack.3DjGTt/_old  2020-04-19 21:43:35.039372217 +0200
+++ /var/tmp/diff_new_pack.3DjGTt/_new  2020-04-19 21:43:35.043372225 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fakeredis
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-fakeredis
-Version:        1.0.5
+Version:        1.3.0
 Release:        0
 Summary:        Fake implementation of redis API for testing purposes
 License:        BSD-3-Clause AND MIT
-Group:          Development/Languages/Python
 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 nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -38,7 +37,9 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module future}
+BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module lupa}
+BuildRequires:  %{python_module pytest >= 4.0}
 BuildRequires:  %{python_module redis}
 BuildRequires:  %{python_module six >= 1.12}
 BuildRequires:  %{python_module sortedcontainers}
@@ -59,7 +60,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+export LANG="en_US.UTF8"
+%pytest
 
 %files %{python_files}
 %doc README.rst

++++++ fakeredis-1.0.5.tar.gz -> fakeredis-1.3.0.tar.gz ++++++
++++ 2334 lines of diff (skipped)


Reply via email to