15
0

Accepting request 805923 from home:bnavigator:branches:devel:languages:python

- Update to v20.5.0
  * support flake8 3.8.0
  * introduce Y091 (function body must not contain "raise")
  * introduce Y015 (attribute must not have a default value other than "...")
  * introduce Y092 (top-level attribute must not have a default value)

OBS-URL: https://build.opensuse.org/request/show/805923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-05-16 09:20:27 +00:00
committed by Git OBS Bridge
parent 20c0281928
commit 818dd45bdb
4 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 15 21:22:02 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to v20.5.0
* support flake8 3.8.0
* introduce Y091 (function body must not contain "raise")
* introduce Y015 (attribute must not have a default value other than "...")
* introduce Y092 (top-level attribute must not have a default value)
-------------------------------------------------------------------
Thu Mar 7 16:34:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>