14
0

Accepting request 873660 from devel:languages:python

- Update to 21.1.0:
  * structlog.threadlocal.wrap_dict() now has a correct type
    annotation. #290
  * Fix isolation in structlog.contextvars. #302
  * The default configuration and loggers are pickleable again. #301
  * structlog.dev.ConsoleRenderer will now look for a logger_name
     key if no logger key is set. #295

OBS-URL: https://build.opensuse.org/request/show/873660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-structlog?expand=0&rev=5
This commit is contained in:
2021-02-19 22:45:01 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

View File

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

3
21.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 19 08:07:55 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 21.1.0:
* structlog.threadlocal.wrap_dict() now has a correct type
annotation. #290
* Fix isolation in structlog.contextvars. #302
* The default configuration and loggers are pickleable again. #301
* structlog.dev.ConsoleRenderer will now look for a logger_name
key if no logger key is set. #295
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 4 11:16:18 UTC 2021 - Michael Vetter <mvetter@suse.com> Mon Jan 4 11:16:18 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@@ -20,7 +20,7 @@
# because of acyncio for tests # because of acyncio for tests
%define skip_python2 1 %define skip_python2 1
Name: python-structlog Name: python-structlog
Version: 20.2.0 Version: 21.1.0
Release: 0 Release: 0
Summary: Structured Logging for Python Summary: Structured Logging for Python
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT