14
0

Compare commits

7 Commits

Author SHA256 Message Date
78e8dd899e Accepting request 1304818 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1304818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zdaemon?expand=0&rev=29
2025-09-15 17:53:30 +00:00
f8e82bae62 - Update to 5.2.1
* Replace ``pkg_resources`` with ``importlib.metadata`` to access
    package metadata.
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=47
2025-09-15 12:53:23 +00:00
49295b3a0f Accepting request 1281337 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1281337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zdaemon?expand=0&rev=28
2025-05-31 17:15:57 +00:00
b7badd5798 - Update to 5.2
* Add support for Python 3.13.
  * Drop support for Python 3.7, 3.8.
  * Fix a deprecation warning by using logger.warning
    rather than logger.warn (fixes #40).
  * Fix logging to compute the message lazily.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=45
2025-05-30 09:29:58 +00:00
c20705f95a Accepting request 1199499 from devel:languages:python
- 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/request/show/1199499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zdaemon?expand=0&rev=27
2024-09-09 12:44:46 +00:00
2d9a7c2d61 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=43 2024-09-08 16:44:18 +00:00
547556b3e7 - 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
2024-09-08 16:42:49 +00:00
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 15 11:39:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.2.1
* Replace ``pkg_resources`` with ``importlib.metadata`` to access
package metadata.
- Update BuildRequires from setup.py
-------------------------------------------------------------------
Fri May 30 08:54:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define modname zdaemon
Name: python-%{modname}
Version: 5.2
Version: 5.2.1
Release: 0
Summary: Daemon process control library and tools
License: ZPL-2.1
@@ -29,7 +29,6 @@ BuildRequires: %{python_module ZConfig}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module manuel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zc.customdoctests}
BuildRequires: %{python_module zope.testing}

3
zdaemon-5.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f06c2c7caf519c760834f8fe26e5735950d5017f72d5c208dc8b1900140594cd
size 61428

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8bba436df695e16b5f269a3280da27d4e53a6701120a93000c3fd00c14b8a89
size 61303