diff --git a/python-json-logger-2.0.4.tar.gz b/python-json-logger-2.0.4.tar.gz deleted file mode 100644 index 72b8070..0000000 --- a/python-json-logger-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd -size 9856 diff --git a/python-json-logger-2.0.7.tar.gz b/python-json-logger-2.0.7.tar.gz new file mode 100644 index 0000000..caeb43a --- /dev/null +++ b/python-json-logger-2.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c +size 10508 diff --git a/python-python-json-logger.changes b/python-python-json-logger.changes index e7c3a1a..a2e6d92 100644 --- a/python-python-json-logger.changes +++ b/python-python-json-logger.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 3 09:09:17 UTC 2023 - Dirk Müller + +- update to 2.0.7: + * Fix inclusion of py.typed in pip packages - @sth + * Added pytest support with test file rename. Migrated to + assertEqual + * Parameter `rename_fields` in merge_record_extra is now + optional - @afallou + * Allow reserved attrs to be renamed - @henkhogan + * Support added for Python 3.11 + * Now verifying builds in Pypy 3.9 as well + * Type annotations are now in the package - @louis-jaris + * Fix rename_fields for exc_info - @guilhermeferrari + * Cleaned up test file for PEP8 - @lopagela + * Cleaned up old Python 2 artifacts - @louis-jaris + * Dropped Python 3.5 support - @idomozes + * Moved type check via tox into 3.11 run only + * Added test run in Python3.6 (will keep for a little while + longer, but it's EOL so upgrade) + ------------------------------------------------------------------- Thu Oct 6 22:41:33 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-python-json-logger.spec b/python-python-json-logger.spec index 5e19de7..5b4789b 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) 2022 SUSE LLC +# Copyright (c) 2023 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.4 +Version: 2.0.7 Release: 0 Summary: A python library adding a json log formatter License: BSD-2-Clause