From f0b7d92ca12384ea095b23b6cbed58ab28a6165f46ff6dd1d7b77089706d7f03 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 30 May 2025 09:29:58 +0000 Subject: [PATCH] - 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 --- python-zdaemon.changes | 10 ++++++++++ python-zdaemon.spec | 4 ++-- zdaemon-5.1.tar.gz | 3 --- zdaemon-5.2.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 zdaemon-5.1.tar.gz create mode 100644 zdaemon-5.2.tar.gz diff --git a/python-zdaemon.changes b/python-zdaemon.changes index 7c90608..8282613 100644 --- a/python-zdaemon.changes +++ b/python-zdaemon.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 30 08:54:24 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-zdaemon.spec b/python-zdaemon.spec index f271910..e06321a 100644 --- a/python-zdaemon.spec +++ b/python-zdaemon.spec @@ -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 diff --git a/zdaemon-5.1.tar.gz b/zdaemon-5.1.tar.gz deleted file mode 100644 index 9512ca6..0000000 --- a/zdaemon-5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e9fe5050eaebb9e03d9ad64e4f63ccd85e04c38fdb351cf113bef6f68db7a4 -size 60726 diff --git a/zdaemon-5.2.tar.gz b/zdaemon-5.2.tar.gz new file mode 100644 index 0000000..0485ab9 --- /dev/null +++ b/zdaemon-5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bba436df695e16b5f269a3280da27d4e53a6701120a93000c3fd00c14b8a89 +size 61303