Dominique Leuenberger 2022-12-08 13:14:42 +00:00 committed by Git OBS Bridge
parent c0cbc2ce69
commit 9dbe34adf4
4 changed files with 4 additions and 15 deletions

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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd
size 63554

View File

@ -1,14 +1,3 @@
-------------------------------------------------------------------
Tue Dec 6 13:20:52 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.0.1 (2022-11-24)
* Fix crash on augmented assign to print builtin
- Update to version 3.0.0 (2022-11-23)
* 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>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyflakes
Version: 3.0.1
Version: 2.5.0
Release: 0
Summary: Passive checker of Python programs
License: MIT