Hello community,
here is the log from the commit of package python-daemonize for
openSUSE:Factory checked in at 2020-06-04 17:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-daemonize (Old)
and /work/SRC/openSUSE:Factory/.python-daemonize.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-daemonize"
Thu Jun 4 17:56:27 2020 rev:6 rq:811399 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-daemonize/python-daemonize.changes
2020-05-01 11:13:13.319830327 +0200
+++
/work/SRC/openSUSE:Factory/.python-daemonize.new.3606/python-daemonize.changes
2020-06-04 17:56:28.733009722 +0200
@@ -1,0 +2,5 @@
+Thu Jun 4 10:01:47 UTC 2020 - Matej Cepl <[email protected]>
+
+- Don't use nose, switch to pytest.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-daemonize.spec ++++++
--- /var/tmp/diff_new_pack.pgq7b8/_old 2020-06-04 17:56:30.373014858 +0200
+++ /var/tmp/diff_new_pack.pgq7b8/_new 2020-06-04 17:56:30.377014870 +0200
@@ -25,7 +25,7 @@
URL: https://github.com/thesharp/daemonize
Source:
https://github.com/thesharp/daemonize/archive/v%{version}.tar.gz
Patch0: no-python2.patch
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: procps
@@ -49,7 +49,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
nosetests-%{$python_bin_suffix} -v
+%pytest tests/test.py
%files %{python_files}
%license LICENSE