Hello community, here is the log from the commit of package python-preggy for openSUSE:Factory checked in at 2020-08-17 14:39:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-preggy (Old) and /work/SRC/openSUSE:Factory/.python-preggy.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-preggy" Mon Aug 17 14:39:50 2020 rev:3 rq:827155 version:1.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-preggy/python-preggy.changes 2020-03-19 19:53:45.584276539 +0100 +++ /work/SRC/openSUSE:Factory/.python-preggy.new.3399/python-preggy.changes 2020-08-17 14:39:57.502571787 +0200 @@ -1,0 +2,5 @@ +Sun Aug 16 17:07:56 UTC 2020 - John Vandenberg <[email protected]> + +- Replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-preggy.spec ++++++ --- /var/tmp/diff_new_pack.usz79G/_old 2020-08-17 14:39:58.458572183 +0200 +++ /var/tmp/diff_new_pack.usz79G/_new 2020-08-17 14:39:58.462572184 +0200 @@ -28,7 +28,7 @@ # https://github.com/heynemann/preggy/issues/32 re LICENSE Patch0: split-readme.patch BuildRequires: %{python_module Unidecode} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -45,6 +45,7 @@ %prep %setup -q -n preggy-%{version} %patch0 -p1 +sed -i "s/'nose', //" setup.py sed -i '/^#!/d' preggy/__main__.py %build @@ -55,7 +56,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m nose +%pytest %files %{python_files} %license LICENSE
