14
0

Accepting request 879526 from home:jayvdb:flake8

- Update to v2.3.0

OBS-URL: https://build.opensuse.org/request/show/879526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=51
This commit is contained in:
2021-03-18 08:07:23 +00:00
committed by Git OBS Bridge
parent 467d977ac1
commit b8a80d80ad
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 16 23:13:47 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v2.3.0
* Recognize tuple concatenation in ``__all__`` export definitions
* Better support use of annotation-only assignments when using
``from __future__ import annotations``
* Recognize special-case typing for ``Annotated``
* Fix undefined name ``__qualname__`` in class scope
* Recognize special-cased typing for ``TypeVar``
* Errors for undefined exports in ``__all__`` are shown in a
deterministic order
* Fix false positives in certain typing constructs (TypeVar,
NamedTuple, TypedDict, cast)
-------------------------------------------------------------------
Fri Apr 24 15:21:20 UTC 2020 - Arun Persaud <arun@gmx.de>