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:
parent
467d977ac1
commit
b8a80d80ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
|
|
||||||
size 65307
|
|
3
pyflakes-2.3.0.tar.gz
Normal file
3
pyflakes-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f
|
||||||
|
size 68452
|
@ -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>
|
Fri Apr 24 15:21:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-pyflakes
|
Name: python-pyflakes
|
||||||
Version: 2.2.0
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Passive checker of Python programs
|
Summary: Passive checker of Python programs
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user