Accepting request 879832 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/879832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyflakes?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2021-03-21 22:19:16 +00:00 committed by Git OBS Bridge
commit 691a74bc02
4 changed files with 19 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f
size 68452

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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pyflakes
Version: 2.2.0
Version: 2.3.0
Release: 0
Summary: Passive checker of Python programs
License: MIT