From b8a80d80ad5c29528b54dd8c04ad0f65546707d8e430cbc3d978b101c2e91550 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 18 Mar 2021 08:07:23 +0000 Subject: [PATCH] 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 --- pyflakes-2.2.0.tar.gz | 3 --- pyflakes-2.3.0.tar.gz | 3 +++ python-pyflakes.changes | 15 +++++++++++++++ python-pyflakes.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 pyflakes-2.2.0.tar.gz create mode 100644 pyflakes-2.3.0.tar.gz diff --git a/pyflakes-2.2.0.tar.gz b/pyflakes-2.2.0.tar.gz deleted file mode 100644 index a18086b..0000000 --- a/pyflakes-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8 -size 65307 diff --git a/pyflakes-2.3.0.tar.gz b/pyflakes-2.3.0.tar.gz new file mode 100644 index 0000000..6adfb5d --- /dev/null +++ b/pyflakes-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f +size 68452 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 3a8d4e2..9fab84f 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 16 23:13:47 UTC 2021 - John Vandenberg + +- 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 diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 48044a0..3205ddd 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -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