- 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
This commit is contained in:
parent
c89c1fc744
commit
39ae7c955c
@ -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
3
pyflakes-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3
|
||||
size 66388
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user