From 4264e24df72fad2fcb0633b8266105ff1b005faea68a5c684f8f16dfe423db7c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:41:34 +0000 Subject: [PATCH] - update to 0.6.6: * python 3.11 support - Initial package (0.6.5) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logging-journald?expand=0&rev=6 --- logging_journald-0.6.5.tar.gz | 3 --- logging_journald-0.6.6.tar.gz | 3 +++ python-logging-journald.changes | 8 +++++++- python-logging-journald.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 logging_journald-0.6.5.tar.gz create mode 100644 logging_journald-0.6.6.tar.gz diff --git a/logging_journald-0.6.5.tar.gz b/logging_journald-0.6.5.tar.gz deleted file mode 100644 index d143e24..0000000 --- a/logging_journald-0.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80d7ea349a688a5dfaf22d79593243260cfa46a68eb3c3eba794b85018ea071d -size 3732 diff --git a/logging_journald-0.6.6.tar.gz b/logging_journald-0.6.6.tar.gz new file mode 100644 index 0000000..018568e --- /dev/null +++ b/logging_journald-0.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba71558cd10d07fe06a9713342026215a7ac792a55658d078d8f4d88964b350b +size 4067 diff --git a/python-logging-journald.changes b/python-logging-journald.changes index dd1c306..d958793 100644 --- a/python-logging-journald.changes +++ b/python-logging-journald.changes @@ -1,4 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 7 22:41:17 UTC 2023 - Dirk Müller + +- update to 0.6.6: + * python 3.11 support + ------------------------------------------------------------------- Fri May 12 20:28:11 UTC 2023 - Dirk Müller -- Initial package (0.6.5) +- Initial package (0.6.5) diff --git a/python-logging-journald.spec b/python-logging-journald.spec index 622e390..19fa436 100644 --- a/python-logging-journald.spec +++ b/python-logging-journald.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-logging-journald -Version: 0.6.5 +Version: 0.6.6 Release: 0 Summary: Pure python logging handler for writing logs to the journald using native protocol License: MIT