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