Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-daemon for openSUSE:Factory checked in at 2022-10-03 13:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-daemon (Old) and /work/SRC/openSUSE:Factory/.python-python-daemon.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-daemon" Mon Oct 3 13:45:40 2022 rev:27 rq:1007473 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes 2022-03-22 19:36:10.646835916 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-daemon.new.2275/python-python-daemon.changes 2022-10-03 13:46:06.525527186 +0200 @@ -1,0 +2,22 @@ +Sat Oct 1 17:17:04 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.3.1: + * Avoid operations on a closed stream file when detecting a socket. + * Correct use of names to allow `from daemon import *`. + Changed: + * Speed daemon start time by computing candidate file descriptors once. + * Remove incorrect double-patch of objects in test cases. + * Deprecate helper function `is_socket`. + * Drop backward-compatible helpers that provided Python 2 support. + * declaration of source encoding ???utf-8??? + * absolute_import + * unicode_literals + * module-level metaclass `type` + * unification of str with unicode type + * renamed standard library exceptions and modules + * raise exception from context exception + All these are default behaviour in Python 3 and need no special + handling. +- drop remove_safe_hasattr.patch, remove_double_patch.patch (upstream) + +------------------------------------------------------------------- Old: ---- python-daemon-2.3.0.tar.gz remove_double_patch.patch remove_safe_hasattr.patch New: ---- python-daemon-2.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-daemon.spec ++++++ --- /var/tmp/diff_new_pack.iquLYx/_old 2022-10-03 13:46:09.861534526 +0200 +++ /var/tmp/diff_new_pack.iquLYx/_new 2022-10-03 13:46:09.865534534 +0200 @@ -19,19 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-python-daemon -Version: 2.3.0 +Version: 2.3.1 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: https://pagure.io/python-daemon/ Source: https://files.pythonhosted.org/packages/source/p/python-daemon/python-daemon-%{version}.tar.gz -# PATCH-FIX-UPSTREAM remove_safe_hasattr.patch https://pagure.io/python-daemon/issue/53 mc...@suse.com -# testtools.helpers.safe_hasattr has been removed and should never be mentioned again -Patch0: remove_safe_hasattr.patch -# PATCH-FIX-UPSTREAM remove_double_patch.patch https://pagure.io/python-daemon/issue/62 mc...@suse.com -# some objects were mocked twice -Patch1: remove_double_patch.patch BuildRequires: %{python_module docutils} BuildRequires: %{python_module importlib_resources} BuildRequires: %{python_module lockfile >= 0.10} ++++++ python-daemon-2.3.0.tar.gz -> python-daemon-2.3.1.tar.gz ++++++ ++++ 2445 lines of diff (skipped)