14
0

Accepting request 626871 from home:Simmphonie:python

- update to version 2.0.0:
  * Drop support for EOL Python <2.7 and 3.2-3.3
  * Check for unused exception binding in `except:` block
  * Handle string literal type annotations
  * Ignore redefinitions of `_`, unless originally defined by import
  * Support `__class__` without `self` in Python 3
  * Issue an error for `raise NotImplemented(...)`

OBS-URL: https://build.opensuse.org/request/show/626871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=42
This commit is contained in:
Tomáš Chvátal
2018-08-01 10:09:05 +00:00
committed by Git OBS Bridge
parent d90aa52d0a
commit 9a84ee3138
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 30 15:07:24 UTC 2018 - t.gruner@katodev.de
- update to version 2.0.0:
* Drop support for EOL Python <2.7 and 3.2-3.3
* Check for unused exception binding in `except:` block
* Handle string literal type annotations
* Ignore redefinitions of `_`, unless originally defined by import
* Support `__class__` without `self` in Python 3
* Issue an error for `raise NotImplemented(...)`
-------------------------------------------------------------------
Wed Jan 17 02:11:04 UTC 2018 - toddrme2178@gmail.com