Hello community,

here is the log from the commit of package python-sure for openSUSE:Factory 
checked in at 2020-06-21 18:50:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sure (Old)
 and      /work/SRC/openSUSE:Factory/.python-sure.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sure"

Sun Jun 21 18:50:34 2020 rev:7 rq:814132 version:1.4.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sure/python-sure.changes  2018-08-31 
10:46:34.311356810 +0200
+++ /work/SRC/openSUSE:Factory/.python-sure.new.3606/python-sure.changes        
2020-06-21 19:06:35.621043463 +0200
@@ -1,0 +2,5 @@
+Fri Jun 12 07:59:31 UTC 2020 - [email protected]
+
+- switch to pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sure.spec ++++++
--- /var/tmp/diff_new_pack.UxgW0C/_old  2020-06-21 19:06:36.009044723 +0200
+++ /var/tmp/diff_new_pack.UxgW0C/_new  2020-06-21 19:06:36.013044736 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sure
 #
-# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,7 @@
 URL:            https://github.com/gabrielfalcao/sure
 Source:         
https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz
 BuildRequires:  %{python_module mock >= 2.0.0}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10.0}
 BuildRequires:  fdupes
@@ -52,7 +52,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+# requires nose
+rm tests/test_old_api.py
+%pytest
 
 %files %{python_files}
 %license COPYING


Reply via email to