Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-logging-journald for
openSUSE:Factory checked in at 2023-12-08 22:32:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logging-journald (Old)
and /work/SRC/openSUSE:Factory/.python-logging-journald.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logging-journald"
Fri Dec 8 22:32:10 2023 rev:2 rq:1131737 version:0.6.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-logging-journald/python-logging-journald.changes
2023-05-13 17:17:54.690474405 +0200
+++
/work/SRC/openSUSE:Factory/.python-logging-journald.new.25432/python-logging-journald.changes
2023-12-08 22:32:40.941388344 +0100
@@ -1,0 +2,6 @@
+Thu Dec 7 22:41:17 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.6.6:
+ * python 3.11 support
+
+-------------------------------------------------------------------
Old:
----
logging_journald-0.6.5.tar.gz
New:
----
logging_journald-0.6.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logging-journald.spec ++++++
--- /var/tmp/diff_new_pack.FrAGGJ/_old 2023-12-08 22:32:41.869422491 +0100
+++ /var/tmp/diff_new_pack.FrAGGJ/_new 2023-12-08 22:32:41.869422491 +0100
@@ -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
++++++ logging_journald-0.6.5.tar.gz -> logging_journald-0.6.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/logging_journald-0.6.5/PKG-INFO
new/logging_journald-0.6.6/PKG-INFO
--- old/logging_journald-0.6.5/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/logging_journald-0.6.6/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: logging-journald
-Version: 0.6.5
+Version: 0.6.6
Summary: Pure python logging handler for writing logs to the journald using
native protocol
Home-page: https://github.com/mosquito/logging-journald
License: MIT
@@ -19,6 +19,7 @@
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
@@ -30,6 +31,8 @@
logging-journald
================
+[](https://pypi.org/project/logging-journald)
[](https://pypi.org/project/logging-journald)
[](https://pypi.org/project/logging-journald)
[](https://pypi.org/project/logging-journald)
[](https://coveralls.io/github/mosquito/logging-journald?branch=master)

+
Pure python logging handler for writing logs to the journald using
native protocol.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/logging_journald-0.6.5/README.md
new/logging_journald-0.6.6/README.md
--- old/logging_journald-0.6.5/README.md 2022-11-30 20:52:18.876197600
+0100
+++ new/logging_journald-0.6.6/README.md 2023-05-12 23:05:35.769108800
+0200
@@ -1,6 +1,8 @@
logging-journald
================
+[](https://pypi.org/project/logging-journald)
[](https://pypi.org/project/logging-journald)
[](https://pypi.org/project/logging-journald)
[](https://pypi.org/project/logging-journald)
[](https://coveralls.io/github/mosquito/logging-journald?branch=master)

+
Pure python logging handler for writing logs to the journald using
native protocol.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/logging_journald-0.6.5/logging_journald.py
new/logging_journald-0.6.6/logging_journald.py
--- old/logging_journald-0.6.5/logging_journald.py 2022-11-30
20:52:18.876955000 +0100
+++ new/logging_journald-0.6.6/logging_journald.py 2023-05-12
23:32:58.290693300 +0200
@@ -262,6 +262,7 @@
__all__ = (
+ "Facility",
"JournaldLogHandler",
"check_journal_stream",
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/logging_journald-0.6.5/pyproject.toml
new/logging_journald-0.6.6/pyproject.toml
--- old/logging_journald-0.6.5/pyproject.toml 2023-05-12 20:03:39.791353700
+0200
+++ new/logging_journald-0.6.6/pyproject.toml 2023-05-12 23:19:01.387410600
+0200
@@ -1,6 +1,6 @@
[tool.poetry]
name = "logging-journald"
-version = "0.6.5"
+version = "0.6.6"
license = "MIT"
description = "Pure python logging handler for writing logs to the journald
using native protocol"
authors = ["Dmitry Orlov <[email protected]>"]
@@ -15,6 +15,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
]
packages = [
@@ -33,6 +34,9 @@
pytest-subtests = "^0.9.0"
aiomisc = "^16.2.10"
mypy = "^0.991"
+coveralls = "^3.3.1"
+pytest-cov = "^4.0.0"
+pylama = {extras = ["toml"], version = "^8.4.1"}
[build-system]
requires = ["poetry-core"]
@@ -49,3 +53,10 @@
strict = true
warn_return_any = false
files = "logging_journald.py, tests"
+
+[tool.pylama]
+max_line_length = 80
+skip = "*/.venv/*, */.tox/*, */mypy_cache/*, ./dist, ./docs"
+
+[tool.pylama.linter.mccabe]
+max-complexity = 15