forked from pool/python-pyflakes
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user