14
0
forked from pool/python-flake8

Accepting request 879528 from home:jayvdb:flake8

- Update to v3.9.0

OBS-URL: https://build.opensuse.org/request/show/879528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=71
This commit is contained in:
2021-03-17 22:38:39 +00:00
committed by Git OBS Bridge
parent 31e1a52521
commit dcef4417d5
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 16 23:05:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.9.0
* Pyflakes has been updated to >= 2.3.0
* pycodestyle has been updated to >= 2.7.0
* Drop support for python 3.4
* Add --no-show-source option to disable --show-source
* Fix handling of crlf line endings when linting stdin
-------------------------------------------------------------------
Sat Oct 10 18:37:52 UTC 2020 - Arun Persaud <arun@gmx.de>