Hello community,

here is the log from the commit of package python-python-daemon for 
openSUSE:Factory checked in at 2019-03-22 15:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-daemon.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-daemon"

Fri Mar 22 15:12:00 2019 rev:19 rq:687566 version:2.2.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes    
    2018-08-24 17:04:09.422075164 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-daemon.new.25356/python-python-daemon.changes
     2019-03-22 15:12:07.157293490 +0100
@@ -1,0 +2,38 @@
+Thu Mar 21 18:40:39 UTC 2019 - John Vandenberg <[email protected]>
+
+- Add missing GPL license file
+- Add README to %doc
+- Drop extra 'doc' subdirectory under %doc
+- Remove docutils from installed egg-info
+
+-------------------------------------------------------------------
+Thu Mar 21 14:39:49 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove unnecessary dependency on python-devel
+- Remove unnecessary runtime dependency on docutils
+- Update URL to https://pagure.io/python-daemon/
+- Update to v2.2.3
+  * Use custom fake file type for testing `fileno` behaviour.
+    This works around an incompatibility in Python 2.7 `file` type that
+    caused test cases to fail.
+  * Promote the warning for `runner` module to a `DeprecationWarning`.
+    This has been an unofficial example module from the beginning, and
+    it will be removed in a future version.
+- from v2.2.2
+  * Remove from the build system specification a white space character
+    not permitted in TOML format.
+  * Implement test suite automation in virtualenvs, using Tox.
+- from v2.2.1
+  * Add a :PEP:`518` conformant build system specification (the
+    ``pyproject.toml`` file).
+- from v2.2.0
+  * Correct the description of the return value for
+    `daemon.is_detach_process_context_required`.
+  * Set a sensible default for `Distribution.script_name`.
+    This works around a bug in Setuptools which calls commands before
+    the `Distribution` is initialised.
+  * The test suite now relies on the test discovery feature in
+    ‘unittest’. This feature is in Python version 2.7 and later.
+  * Improve performance of `daemon.close_all_open_files`.
+
+-------------------------------------------------------------------

Old:
----
  python-daemon-2.1.2.tar.gz

New:
----
  python-daemon-2.2.3.tar.gz

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

Other differences:
------------------
++++++ python-python-daemon.spec ++++++
--- /var/tmp/diff_new_pack.YSJIDb/_old  2019-03-22 15:12:08.137293364 +0100
+++ /var/tmp/diff_new_pack.YSJIDb/_new  2019-03-22 15:12:08.137293364 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-daemon
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-python-daemon
-Version:        2.1.2
+Version:        2.2.3
 Release:        0
 Summary:        Library to implement a well-behaved Unix daemon process
 License:        Apache-2.0 AND GPL-3.0-only
 Group:          Development/Languages/Python
-URL:            http://pypi.python.org/pypi/python-daemon/
+URL:            https://pagure.io/python-daemon/
 Source:         
https://files.pythonhosted.org/packages/source/p/python-daemon/python-daemon-%{version}.tar.gz
-BuildRequires:  %{python_module devel >= 2.7}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module lockfile >= 0.10}
-BuildRequires:  %{python_module mock >= 1.0}
+BuildRequires:  %{python_module mock >= 1.3}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testscenarios >= 0.4}
 BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-docutils
 Requires:       python-lockfile >= 0.10
 BuildArch:      noarch
 %ifpython2
@@ -55,6 +53,7 @@
 
 %prep
 %setup -q -n python-daemon-%{version}
+sed -i '/docutils/d' setup.py
 
 %build
 %python_build
@@ -64,11 +63,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m pytest test
+# test_returns_standard_stream_file_descriptors fails
+%python_exec -m pytest -k 'not test_returns_standard_stream_file_descriptors'
 
 %files %{python_files}
-%license LICENSE.ASF-2
-%doc ChangeLog doc
+%license LICENSE.ASF-2 LICENSE.GPL-3
+%doc README ChangeLog doc/*
 %{python_sitelib}/*
 
 %changelog

++++++ python-daemon-2.1.2.tar.gz -> python-daemon-2.2.3.tar.gz ++++++
++++ 2742 lines of diff (skipped)


Reply via email to