From 39ae7c955ce43aa7e0b7ef46d5a8b8cbcba544171dcbb1028bc82043a9a634fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 18 Aug 2022 08:27:26 +0000 Subject: [PATCH] - update to 2.5.0: * mDrop support for EOL python 2.7 / 3.4 / 3.5 * mIgnore ``__all__`` when not directly assigned * mHandle ``TypeAlias`` annotations as aliases (PEP 613) * mAssignment expressions (``:=``) target outer scope in comprehensions * mAdd support for new python 3.11 syntax * mUnify output so it is always ``filename:lineno:col: message`` * mProperly report ``SyntaxError`` from stdin in python < 3.9 * mFix offsets of ``SyntaxError``s in pypy OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=56 --- pyflakes-2.4.0.tar.gz | 3 --- pyflakes-2.5.0.tar.gz | 3 +++ python-pyflakes.changes | 13 +++++++++++++ python-pyflakes.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 pyflakes-2.4.0.tar.gz create mode 100644 pyflakes-2.5.0.tar.gz diff --git a/pyflakes-2.4.0.tar.gz b/pyflakes-2.4.0.tar.gz deleted file mode 100644 index d68c346..0000000 --- a/pyflakes-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c -size 69101 diff --git a/pyflakes-2.5.0.tar.gz b/pyflakes-2.5.0.tar.gz new file mode 100644 index 0000000..48cc90a --- /dev/null +++ b/pyflakes-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3 +size 66388 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 79f4de1..f6de86a 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller + +- update to 2.5.0: + * mDrop support for EOL python 2.7 / 3.4 / 3.5 + * mIgnore ``__all__`` when not directly assigned + * mHandle ``TypeAlias`` annotations as aliases (PEP 613) + * mAssignment expressions (``:=``) target outer scope in comprehensions + * mAdd support for new python 3.11 syntax + * mUnify output so it is always ``filename:lineno:col: message`` + * mProperly report ``SyntaxError`` from stdin in python < 3.9 + * mFix offsets of ``SyntaxError``s in pypy + ------------------------------------------------------------------- Wed Nov 3 09:33:27 UTC 2021 - pgajdos@suse.com diff --git a/python-pyflakes.spec b/python-pyflakes.spec index ff71a87..e41ef65 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyflakes # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyflakes -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Passive checker of Python programs License: MIT