forked from pool/python-pyflakes
Accepting request 1042742 from home:yarunachalam:branches:devel:languages:python
- Update to 3.0.1 * Fix crash on augmented assign to ``print`` builtin - Update to 3.0.0 - Detect undefined name in variable defined by an annotated assignment - Add a new error for names which are annotated but unused - Remove handling of python 2.x ``# type:`` comments. Use annotations instead OBS-URL: https://build.opensuse.org/request/show/1042742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=60
This commit is contained in:
parent
e446720e5a
commit
a90bc59c7d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3
|
|
||||||
size 66388
|
|
3
pyflakes-3.0.1.tar.gz
Normal file
3
pyflakes-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd
|
||||||
|
size 63554
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 16:27:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.0.1
|
||||||
|
* Fix crash on augmented assign to ``print`` builtin
|
||||||
|
|
||||||
|
- Update to 3.0.0
|
||||||
|
- Detect undefined name in variable defined by an annotated assignment
|
||||||
|
- Add a new error for names which are annotated but unused
|
||||||
|
- Remove handling of python 2.x ``# type:`` comments. Use annotations instead
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Thu Aug 18 08:27:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyflakes
|
Name: python-pyflakes
|
||||||
Version: 2.5.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Passive checker of Python programs
|
Summary: Passive checker of Python programs
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user