Hello community,

here is the log from the commit of package python-glob2 for openSUSE:Factory 
checked in at 2020-03-26 23:37:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glob2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-glob2.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glob2"

Thu Mar 26 23:37:39 2020 rev:3 rq:788602 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glob2/python-glob2.changes        
2019-06-19 21:14:45.222884127 +0200
+++ /work/SRC/openSUSE:Factory/.python-glob2.new.3160/python-glob2.changes      
2020-03-26 23:37:43.710871544 +0100
@@ -1,0 +2,5 @@
+Thu Mar 26 13:54:35 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Switch from nose to pytest 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-glob2.spec ++++++
--- /var/tmp/diff_new_pack.jKkrkj/_old  2020-03-26 23:37:44.658871886 +0100
+++ /var/tmp/diff_new_pack.jKkrkj/_new  2020-03-26 23:37:44.662871887 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glob2
 #
-# 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
@@ -25,7 +25,7 @@
 Group:          Development/Languages/Python
 URL:            https://pypi.python.org/pypi/glob2
 Source:         
https://files.pythonhosted.org/packages/source/g/glob2/glob2-%{version}.tar.gz
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -55,7 +55,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py nosetests
+%pytest test.py
 
 %files %{python_files}
 %license LICENSE


Reply via email to