Accepting request 997690 from devel:languages:python

- 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/request/show/997690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyflakes?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2022-08-23 12:25:37 +00:00 committed by Git OBS Bridge
commit afbb6a079e
4 changed files with 18 additions and 5 deletions

View File

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

3
pyflakes-2.5.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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

View File

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