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 2026-03-16 14:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-daemon.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-daemon"

Mon Mar 16 14:17:19 2026 rev:33 rq:1339193 version:3.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes    
    2024-09-17 18:17:49.734070649 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-daemon.new.8177/python-python-daemon.changes
      2026-03-16 14:20:41.613667606 +0100
@@ -1,0 +2,15 @@
+Mon Mar 16 01:11:12 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 3.1.2:
+  * In wheel, distribute only the Python packages that should be installed.
+  * Migrate project code base from “flat layout” to “src layout”.
+  * Remove unused run-time dependency on Setuptools.
+  * Restore inclusion of documentation source in source distribution.
+  * Correct a non-deterministic test case that would sometimes fail.
+  * Increase minimum Python version required, to “>= 3.7”.
+  * Get metadata from Change Log at build time only.
+  * Migrate optional dependencies to PEP 621 declarations.
+  * Remove dynamically-constructed non-standard metadata attributes.
+- Drop patch explicit-packaging.patch, no longer required.
+
+-------------------------------------------------------------------

Old:
----
  explicit-packaging.patch
  python-daemon-3.0.1.tar.gz

New:
----
  python_daemon-3.1.2.tar.gz

----------(Old B)----------
  Old:  * Remove dynamically-constructed non-standard metadata attributes.
- Drop patch explicit-packaging.patch, no longer required.
----------(Old E)----------

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

Other differences:
------------------
++++++ python-python-daemon.spec ++++++
--- /var/tmp/diff_new_pack.uAy8lT/_old  2026-03-16 14:20:42.077686900 +0100
+++ /var/tmp/diff_new_pack.uAy8lT/_new  2026-03-16 14:20:42.081687067 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-daemon
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,15 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-python-daemon
-Version:        3.0.1
+Version:        3.1.2
 Release:        0
 Summary:        Library to implement a well-behaved Unix daemon process
 License:        Apache-2.0 AND GPL-3.0-only
 URL:            https://pagure.io/python-daemon/
-Source:         
https://files.pythonhosted.org/packages/source/p/python-daemon/python-daemon-%{version}.tar.gz
-# Available since 3.0.2, that was yanked because of 
https://pagure.io/python-daemon/issue/94
-# Source:         
https://releases.pagure.org/python-daemon/python_daemon-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM explicit-packaging.patch 
https://pagure.io/python-daemon/c/d7bac6e
-Patch0:         explicit-packaging.patch
+Source:         
https://files.pythonhosted.org/packages/source/p/python-daemon/python_daemon-%{version}.tar.gz
+BuildRequires:  %{python_module changelog-chug}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module lockfile >= 0.10}
-BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testscenarios >= 0.4}
@@ -39,8 +35,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-lockfile >= 0.10
-Requires:       python-packaging
-Requires:       python-setuptools >= 62.4.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -54,9 +48,7 @@
 instance as a context manager to enter a daemon state.
 
 %prep
-%autosetup -p1 -n python-daemon-%{version}
-
-sed -i '/docutils/d' setup.py
+%autosetup -p1 -n python_daemon-%{version}
 
 %build
 %pyproject_wheel
@@ -72,5 +64,5 @@
 %license LICENSE.ASF-2 LICENSE.GPL-3
 %doc README ChangeLog doc/*
 %{python_sitelib}/daemon
-%{python_sitelib}/python_daemon-%{version}*-info
+%{python_sitelib}/python_daemon-%{version}.dist-info
 

Reply via email to