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>