14
0
forked from pool/python-flake8

- Update to 3.7.8:

* Fix handling of Application.parse_preliminary_options_and_args when
    argv is an empty list (See also GitLab!310, GitLab#518)
  * Fix crash when a file parses but fails to tokenize (See also GitLab!314,
    GitLab#532)
  * Log the full traceback on plugin exceptions (See also GitLab!317)
  * Fix # noqa: ... comments with multi-letter codes (See also GitLab!326,
    GitLab#549)
- Rebase remove_mock_dependency.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=52
This commit is contained in:
Tomáš Chvátal
2019-07-19 12:21:54 +00:00
committed by Git OBS Bridge
parent 7913250517
commit 0ab2554382
5 changed files with 88 additions and 77 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 19 12:16:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.7.8:
* Fix handling of Application.parse_preliminary_options_and_args when
argv is an empty list (See also GitLab!310, GitLab#518)
* Fix crash when a file parses but fails to tokenize (See also GitLab!314,
GitLab#532)
* Log the full traceback on plugin exceptions (See also GitLab!317)
* Fix # noqa: ... comments with multi-letter codes (See also GitLab!326,
GitLab#549)
- Rebase remove_mock_dependency.patch
-------------------------------------------------------------------
Sun Mar 3 09:06:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>