Accepting request 1008710 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1008710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-json-logger?expand=0&rev=7
This commit is contained in:
Richard Brown 2022-10-07 23:25:28 +00:00 committed by Git OBS Bridge
commit bc49eeee05
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096
size 9546

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd
size 9856

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Oct 6 22:41:33 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com> Sat Nov 6 18:37:44 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-python-json-logger # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-python-json-logger Name: python-python-json-logger
Version: 2.0.2 Version: 2.0.4
Release: 0 Release: 0
Summary: A python library adding a json log formatter Summary: A python library adding a json log formatter
License: BSD-2-Clause License: BSD-2-Clause