From b7f1dd259027898e8c607e35ee9f637015734d95bd30150d155fd0b7bd1a7358 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 19 Feb 2021 08:09:55 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-structlog?expand=0&rev=9 --- 20.2.0.tar.gz | 3 --- 21.1.0.tar.gz | 3 +++ python-structlog.changes | 11 +++++++++++ python-structlog.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 20.2.0.tar.gz create mode 100644 21.1.0.tar.gz diff --git a/20.2.0.tar.gz b/20.2.0.tar.gz deleted file mode 100644 index 52a53ad..0000000 --- a/20.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca0471d84b05beb62894f5f51bd139134bd54077109cdbbfb0d95cee01d3c72 -size 361299 diff --git a/21.1.0.tar.gz b/21.1.0.tar.gz new file mode 100644 index 0000000..8c606a9 --- /dev/null +++ b/21.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd70dfe65c2c1b0bcbb25ad21434672b48b9c1debc6714ff9c4457640127143e +size 362767 diff --git a/python-structlog.changes b/python-structlog.changes index 0860b87..4f46825 100644 --- a/python-structlog.changes +++ b/python-structlog.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 19 08:07:55 UTC 2021 - Michael Vetter + +- 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 diff --git a/python-structlog.spec b/python-structlog.spec index d061748..56e58d9 100644 --- a/python-structlog.spec +++ b/python-structlog.spec @@ -20,7 +20,7 @@ # because of acyncio for tests %define skip_python2 1 Name: python-structlog -Version: 20.2.0 +Version: 21.1.0 Release: 0 Summary: Structured Logging for Python License: Apache-2.0 OR MIT