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 2023-12-17 21:31:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-daemon.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-daemon"

Sun Dec 17 21:31:38 2023 rev:30 rq:1133522 version:3.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes    
    2023-05-06 22:09:28.380810695 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-daemon.new.25432/python-python-daemon.changes
     2023-12-17 21:34:09.769591249 +0100
@@ -1,0 +2,18 @@
+Fri Dec 15 21:27:04 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 3.0.1:
+  * Declare dependency on Setuptools >= 62.4.0.
+  * Refactor calculation of file descriptor ranges to close.
+  * When the range of candidate file descriptors is very large,
+    the code that computes file descriptors to close when the
+    daemon starts attempted to allocate a large amount of memory
+    and took a long time to compute.
+  * Document a `ServiceRunner` class as an example of using
+    `DaemonContext`.
+  * Raise a TypeError if any `exclude` values are not valid file
+    descriptors.
+  * Remove the obsolete `runner` module.
+    This module was deprecated starting in `python-daemon`
+    version 2.1.2, and is now removed as unmaintained.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-python-daemon.spec ++++++
--- /var/tmp/diff_new_pack.3CglJD/_old  2023-12-17 21:34:10.277609706 +0100
+++ /var/tmp/diff_new_pack.3CglJD/_new  2023-12-17 21:34:10.277609706 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-python-daemon
-Version:        2.3.2
+Version:        3.0.1
 Release:        0
 Summary:        Library to implement a well-behaved Unix daemon process
 License:        Apache-2.0 AND GPL-3.0-only
@@ -28,23 +28,25 @@
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module importlib_resources}
 BuildRequires:  %{python_module lockfile >= 0.10}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module testscenarios >= 0.4}
 BuildRequires:  %{python_module testtools}
-BuildRequires:  %{python_module twine}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-lockfile >= 0.10
+Requires:       python-setuptools >= 62.4.0
 BuildArch:      noarch
 %python_subpackages
 
 %description
-This library implements the well-behaved daemon specification of PEP 3143, 
"Standard daemon
-process library".
+This library implements the well-behaved daemon specification of PEP 3143,
+"Standard daemon process library".
 
-A well-behaved Unix daemon process is tricky to get right, but the required 
steps are much the
-same for every daemon program. A DaemonContext instance holds the behaviour 
and configured
-process environment for the program; use the instance as a context manager to 
enter a daemon state.
+A well-behaved Unix daemon process is tricky to get right, but the required
+steps are much the same for every daemon program. A DaemonContext instance
+holds the behaviour and configured process environment for the program; use the
+instance as a context manager to enter a daemon state.
 
 %prep
 %autosetup -p1 -n python-daemon-%{version}
@@ -52,10 +54,10 @@
 sed -i '/docutils/d' setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -64,5 +66,6 @@
 %files %{python_files}
 %license LICENSE.ASF-2 LICENSE.GPL-3
 %doc README ChangeLog doc/*
-%{python_sitelib}/*
+%{python_sitelib}/daemon
+%{python_sitelib}/python_daemon-%{version}.dist-info
 

++++++ python-daemon-2.3.2.tar.gz -> python-daemon-3.0.1.tar.gz ++++++
++++ 2477 lines of diff (skipped)

Reply via email to