1
0

4 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
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 8 16:41:50 UTC 2024 - Dirk Müller <dmueller@suse.com> Sun Sep 8 16:41:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zdaemon # spec file for package python-zdaemon
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%define modname zdaemon %define modname zdaemon
Name: python-%{modname} Name: python-%{modname}
Version: 5.1 Version: 5.2.1
Release: 0 Release: 0
Summary: Daemon process control library and tools Summary: Daemon process control library and tools
License: ZPL-2.1 License: ZPL-2.1
@@ -29,7 +29,6 @@ BuildRequires: %{python_module ZConfig}
BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module manuel} BuildRequires: %{python_module manuel}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zc.customdoctests} BuildRequires: %{python_module zc.customdoctests}
BuildRequires: %{python_module zope.testing} BuildRequires: %{python_module zope.testing}

View File

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

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