From a1914f7d7f21332bb77ec0d93b6bea14ca23fa5609bf21af70397368d18d5b0e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:55:06 +0000 Subject: [PATCH] Accepting request 1008612 from home:yarunachalam:branches:devel:languages:python - Update to 2.0.4 - 2022-07-11 Changed Fix too strict regex for percentage style logging - @aberres - Update to 2.0.3 - 2022-07-08 Added Add PEP 561 marker/basic mypy configuration. - @bringhurst Workaround logging.LogRecord.msg type of string. - @bringhurst Changed Changed a link archive of the reference page in case it's down. - @ahonnecke Removed unnecessary try-except around OrderedDict usage - @sozofaan Update documentation link to json module + use https - @deronnax Dropped 3.5 support. - @bringhurst OBS-URL: https://build.opensuse.org/request/show/1008612 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-json-logger?expand=0&rev=14 --- python-json-logger-2.0.2.tar.gz | 3 --- python-json-logger-2.0.4.tar.gz | 3 +++ python-python-json-logger.changes | 17 +++++++++++++++++ python-python-json-logger.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 python-json-logger-2.0.2.tar.gz create mode 100644 python-json-logger-2.0.4.tar.gz diff --git a/python-json-logger-2.0.2.tar.gz b/python-json-logger-2.0.2.tar.gz deleted file mode 100644 index e3979c3..0000000 --- a/python-json-logger-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096 -size 9546 diff --git a/python-json-logger-2.0.4.tar.gz b/python-json-logger-2.0.4.tar.gz new file mode 100644 index 0000000..72b8070 --- /dev/null +++ b/python-json-logger-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd +size 9856 diff --git a/python-python-json-logger.changes b/python-python-json-logger.changes index 502f684..e7c3a1a 100644 --- a/python-python-json-logger.changes +++ b/python-python-json-logger.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Oct 6 22:41:33 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2.0.4 - 2022-07-11 + Changed + Fix too strict regex for percentage style logging - @aberres + +- Update to 2.0.3 - 2022-07-08 + Added + Add PEP 561 marker/basic mypy configuration. - @bringhurst + Workaround logging.LogRecord.msg type of string. - @bringhurst + Changed + Changed a link archive of the reference page in case it's down. - @ahonnecke + Removed unnecessary try-except around OrderedDict usage - @sozofaan + Update documentation link to json module + use https - @deronnax + Dropped 3.5 support. - @bringhurst + ------------------------------------------------------------------- Sat Nov 6 18:37:44 UTC 2021 - Dirk Müller diff --git a/python-python-json-logger.spec b/python-python-json-logger.spec index 5c150ec..5e19de7 100644 --- a/python-python-json-logger.spec +++ b/python-python-json-logger.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-json-logger # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-python-json-logger -Version: 2.0.2 +Version: 2.0.4 Release: 0 Summary: A python library adding a json log formatter License: BSD-2-Clause