Hello community, here is the log from the commit of package python-glob2 for openSUSE:Leap:15.2 checked in at 2020-03-27 16:48:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-glob2 (Old) and /work/SRC/openSUSE:Leap:15.2/.python-glob2.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-glob2" Fri Mar 27 16:48:18 2020 rev:2 rq:788899 version:0.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-glob2/python-glob2.changes 2020-02-16 18:29:27.066753516 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-glob2.new.3160/python-glob2.changes 2020-03-27 16:48:31.707947577 +0100 @@ -1,0 +2,5 @@ +Thu Mar 26 13:54:35 UTC 2020 - Paolo Stivanin <[email protected]> + +- Switch from nose to pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-glob2.spec ++++++ --- /var/tmp/diff_new_pack.50nQ5o/_old 2020-03-27 16:48:32.579948089 +0100 +++ /var/tmp/diff_new_pack.50nQ5o/_new 2020-03-27 16:48:32.591948096 +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
