14
0

- 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
This commit is contained in:
2025-05-30 09:29:58 +00:00
committed by Git OBS Bridge
parent 5a23fe8dc9
commit f0b7d92ca1
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define modname zdaemon
Name: python-%{modname}
Version: 5.1
Version: 5.2
Release: 0
Summary: Daemon process control library and tools
License: ZPL-2.1

View File

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

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

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