14
0

- update to 5.1:

* Add support for Python 3.12.
  * Fix SIGCHLD/wait raise condition associated with the start-
    test-program option. For details see #33.
- drop obs-timeout.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=42
This commit is contained in:
2024-09-08 16:42:49 +00:00
committed by Git OBS Bridge
parent bd77e80ffb
commit bfa1d327e9
4 changed files with 13 additions and 5 deletions

View File

@@ -19,13 +19,12 @@
%{?sle15_python_module_pythons}
%define modname zdaemon
Name: python-%{modname}
Version: 5.0
Version: 5.1
Release: 0
Summary: Daemon process control library and tools
License: ZPL-2.1
URL: https://github.com/zopefoundation/zdaemon
Source: https://files.pythonhosted.org/packages/source/z/zdaemon/%{modname}-%{version}.tar.gz
Patch0: obs-timeout.patch
BuildRequires: %{python_module ZConfig}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module manuel}