14
0
forked from pool/python-flake8

- update to 3.9.2:

* Fix codes being ignored by plugins utilizing ``extend_default_ignore``
  * Fix error message for ``E111`` in ``pycodestyle``
  *  ``indent_size_str`` is deprecated, use ``str(indent_size)`` instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=73
This commit is contained in:
2021-06-06 12:37:00 +00:00
committed by Git OBS Bridge
parent dcef4417d5
commit 25b6b7566d
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 6 12:34:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.9.2:
* Fix codes being ignored by plugins utilizing ``extend_default_ignore``
* Fix error message for ``E111`` in ``pycodestyle``
* ``indent_size_str`` is deprecated, use ``str(indent_size)`` instead
-------------------------------------------------------------------
Tue Mar 16 23:05:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>