Hello community, here is the log from the commit of package python-EasyProcess for openSUSE:Factory checked in at 2020-07-15 12:04:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old) and /work/SRC/openSUSE:Factory/.python-EasyProcess.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-EasyProcess" Wed Jul 15 12:04:33 2020 rev:21 rq:819618 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes 2020-03-27 00:30:32.180416029 +0100 +++ /work/SRC/openSUSE:Factory/.python-EasyProcess.new.3060/python-EasyProcess.changes 2020-07-15 12:05:05.644159654 +0200 @@ -1,0 +2,6 @@ +Thu Jul 9 00:07:33 UTC 2020 - Ondřej Súkup <[email protected]> + +- update to 0.3 + * relpace nose with pytest + +------------------------------------------------------------------- Old: ---- 0.2.10.tar.gz New: ---- 0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-EasyProcess.spec ++++++ --- /var/tmp/diff_new_pack.kOwjcl/_old 2020-07-15 12:05:11.188165459 +0200 +++ /var/tmp/diff_new_pack.kOwjcl/_new 2020-07-15 12:05:11.188165459 +0200 @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-EasyProcess%{psuffix} -Version: 0.2.10 +Version: 0.3 Release: 0 Summary: Python subprocess interface License: BSD-2-Clause @@ -39,7 +39,7 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module PyVirtualDisplay} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} %endif %python_subpackages @@ -81,13 +81,13 @@ %check %if %{with test} export LANG=en_US.UTF-8 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v tests/ +%pytest %endif %if !%{with test} %files %{python_files} %license LICENSE.txt -%doc README.rst +%doc README.md %{python_sitelib}/* %endif ++++++ 0.2.10.tar.gz -> 0.3.tar.gz ++++++ ++++ 1633 lines of diff (skipped)
