|
|
|
|
Changelog for python39-flake8-6.0.0-96.4.noarch.rpm :
* Thu Dec 15 2022 Dirk Müller - update to 6.0.0 (bsc#1206225): * https://flake8.pycqa.org/en/latest/release-notes/6.0.0.html * Require python >= 3.8.1 (See also #1633, #1741). * List available formatters in for --format option in --help (See also #223, #1624). * Improve multiprocessing performance (See also #1723). * Enable multiprocessing on non-fork platforms (See also #1723). * Ensure results are sorted when discovered from files (See also #1670, #1726). * Sat Aug 27 2022 Ben Greiner - Pin to upstream\'s ranges in dependendcies in order to not break downstream packages all the time https://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies- Remove obsolete python2 packaging directives * Thu Aug 18 2022 Dirk Müller - update to 5.0.4: * Remove ``indent_size_str`` (See also :pull:`1411`). * Remove some dead code (See also :pull:`1453`, :pull:`1540`, :pull:`1541`). * Missing explicitly-specified configuration is now an error (See also :issue:`1497`, :pull:`1498`). * Always read configuration files as UTF-8 (See also :issue:`1532`, :pull:`1533`). * Remove manpage from docs -- use ``help2man`` or related tools instead (See also :pull:`1557`). * Forbid invalid plugin codes (See also :issue:`325`, :pull:`1579`). * lots of bugfixes, see included changelog- drop fix-mock-patch-with-python3.4.patch fix-recent-flake8-stdoutWriteHook-change.patch (obsolete/upstream) * Thu Mar 17 2022 pgajdosAATTsuse.com- python-mock is actually not needed for build * Sun Nov 14 2021 Martin Liška - Add temporarily workaround for https://github.com/tholo/pytest-flake8/issues/81 (fix-recent-flake8-stdoutWriteHook-change.patch). * Tue Nov 09 2021 Martin Liška - update to 4.0.1: * Update spec python module dependencies accordingly. * Fix parallel execution collecting a SyntaxError (See also #1410 #1408).- update to 4.0.0: * Remove --install-hook vcs integration (See also #1008). * Remove setuptools command (See also #1009). * Migrate from GitLab to GitHub (See also #1305). * Due to constant confusion by users, user-level |Flake8| configuration files are no longer supported. Files will not be searched for in the user\'s home directory (e.g., ~/.flake8) nor in the XDG config directory (e.g., ~/.config/flake8). (See also #1404). * pycodestyle has been updated to >= 2.8.0, < 2.9.0 (See also #1406). * Pyflakes has been updated to >= 2.4.0, < 2.5.0 (See also #1406). * flake8 requires python >= 3.6 (See also #1010). * Add --extend-select option (See also #1312 #1061). * Automatically create directories for output files (See also #1329). * ast parse before tokenizing to improve SyntaxError errors (See also [#1320] #740). * Fix warning in --indent-size argparse help (See also #1367). * Fix handling SyntaxError in python 3.10+ (See also #1374 [#1372]). * Fix writing non-cp1252-encodable when output is piped on windows (See also [#1382] #1381).- Rebase fix-mock-patch-with-python3.4.patch and remove ignore-selectable-groups-warning.patch. * Fri Sep 24 2021 Steve Kowalik - Add ignore-selectable-groups-warning.patch: * Ignore unfixed warning. * Sun Jun 06 2021 Dirk Müller - 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 2021 John Vandenberg - 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 2020 Arun Persaud - specfile: * update patch lines numbers * removed pytest6.patch (included upstream)- update to version 3.8.4: * Fix multiprocessing errors on platforms without sem_open syscall. (See also GitLab!448) * Fix skipping of physical checks on the last line of a file which does not end in a newline (See also GitLab!451) * Mon Aug 31 2020 Tomáš Chvátal - Add patch to fix build with pytest 6: * pytest6.patch * Sat Jul 11 2020 Arun Persaud - update to version 3.8.3: * Also catch SyntaxError when tokenizing (See also GitLab!433, GitLab#662) * Fix --jobs default display in flake8 --help (See also GitLab!434, GitLab#665) * Wed Jun 03 2020 Arun Persaud - update to version 3.8.2: * Improve performance by eliminating unncessary sort (See also GitLab!429) * Improve messaging of --jobs argument by utilizing argparse (See also GitLab!428, GitLab#567) * Fix file configuration options to be relative to the config passed on the command line (See also GitLab!431, GitLab#651) * Fix incorrect handling of --extend-exclude by treating its values as files (See also GitLab!432, GitLab#653) * Thu May 14 2020 Benjamin Greiner - Update to 3.8.1 * Fix --output-file (regression in 3.8.0) (See also GitLab!427, GitLab#637)- Update notes for 3.8.0 * Fix logical checks which report positions out of bounds (See also GitLab!422, GitLab#635) * Fix --exclude=. * accidentally matching . and .. (See also GitLab!424, GitLab#632) * Add deprecation message for vcs hooks (See also GitLab!420, GitLab#568)- Update notes for 3.8.0a2 * Fix type=\"str\" optparse options (See also GitLab!419)- Update notes for 3.8.0a1 New Dependency Information * Remove dependency on entrypoints and add dependency on importlib-metadata (only for python<3.8) (See also GitLab!388, GitLab#569) * Pyflakes has been updated to >= 2.2.0, < 2.3.0 (See also GitLab!417) * pycodestyle has been updated to >= 2.6.0a1, < 2.7.0 (See also GitLab!418) Features * Add --extend-exclude option to add to --exclude without overwriting (See also GitLab!315, GitLab#535) * Move argument parsing from optparse to argparse (See also GitLab!341 * Group plugin options in --help (See also GitLab!342, GitLab#565) * Remove parsing of verbose from configuration files as it was not consistently applied (See also GitLab!360, GitLab#439) * Remove parsing of output_file from configuration files as it was not consistently applied (See also GitLab!361) * Resolve configuration files relative to cwd instead of common prefix of passed filenames. You may need to change flake8 subproject to cd subproject && flake8 . (See also GitLab!363) * Officially support python3.8 (See also GitLab!377) * --disable-noqa now also disables # flake8: noqa (See also GitLab!380, GitLab#590) * Ensure that a missing file produces a E902 error (See also GitLab!404, GitLab#600) * # noqa comments now apply to all of the lines in an explicit \\ continuation or in a line continued by a multi-line string (See also GitLab!413, GitLab#375) Bugs Fixed * Fix --exclude=./t.py to only match t.py at the top level (See also GitLab!311, GitLab#382) * Fix --show-source when a file is indented with tabs (See also GitLab!339, GitLab#563) * Fix crash when --max-line-length is given a non-integer (See also GitLab!341, GitLab#541) * Prevent flip-flopping of indent_char causing extra E101 errors (See also GitLab!357, pycodestyle#886) * Only enable multiprocessing when the method is fork fixing issues on macos with python3.8+ (See also GitLab!366, GitLab#587) (note: this fix also landed in 3.7.9) * noqa is now only handled by flake8 fixing specific-noqa. Plugins requesting this parameter will always receive False (See also GitLab!331, GitLab#552) * Fix duplicate loading of plugins when invoked via python -m flake8 (See also GitLab!388) * Fix early exit when --exit-zero and --diff are provided and the diff is empty (See also GitLab!391) * Consistently split lines when \\f is present when reading from stdin (See also GitLab!406, GitLab#270) Deprecations * python setup.py flake8 (setuptools integration) is now deprecated and will be removed in a future version (See also GitLab!330, GitLab#544) * type=\'string\' (optparse) types are deprecated, use type=callable (argparse) instead. Support for type=\'string\' will be removed in a future version (See also GitLab!341) * %default in plugin option help text is deprecated, use %(default)s instead. Support for %default will be removed in a future version (See also GitLab!341) * optparse-style action=\'callback\' setting for options is deprecated, use argparse action classes instead. This will be removed in a future version (See also GitLab!341)- remove remove_mock_dependency.patch- remove pyflakes-version.patch * Mon May 04 2020 Matej Cepl - Skip failing test_all_pyflakes_messages_have_flake8_codes_assigned test (gl#pycqa/flake8#633)- Add pyflakes-version.patch to make the package work with the pyflakes in Factory now. * Wed Nov 20 2019 Tomáš Chvátal - Update to 3.7.9: * Disable multiprocessing when the multiprocessing method is spawn (such as on macos in python3.8) (See also GitLab!367, GitLab#587) * Fri Jul 19 2019 Tomáš Chvátal - 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 03 2019 John Vandenberg - Create doc sub package with rst files, and README.rst- Replace main package %doc README.rst with manpage.rst- Simplify dependency on python-typing, which is provided by python3-base when it isnt a separate dependency * Sat Mar 02 2019 Arun Persaud - update to version 3.7.7: * Fix crahes in plugins causing flake8 to hang while unpickling errors (See also GitLab!308, GitLab#505) * Thu Feb 21 2019 John Vandenberg - Update to v3.7.6 * Fix ``--per-file-ignores`` for multi-letter error codes * Improve flake8 speed when only 1 filename is passed * Wed Feb 06 2019 Antonio Larrosa - Add missing dependency on python3-typing when python3 < 3.5- Add fix-mock-patch-with-python3.4.patch to fix building the package in Leap 42.3. In python 3.5, mock.patch uses create=True automatically if you are patching builtins in a module, but in python 3.4 the argument is still needed. * Tue Feb 05 2019 Antonio Larrosa - Enable tests- Add allow-bytes-filenames.patch to fix some tests that fail because they pass bytes objects as filenames.- Update remove_mock_dependency.patch to fix another test that used mock * Tue Feb 05 2019 Antonio Larrosa - Update to version 3.7.5: * Bugs Fixed + Fix reporting of pyflakes \"referenced before assignment\" error (See also GitLab!301, GitLab#503)- Update to version 3.7.4: * Bugs Fixed + Fix performance regression with lots of per-file-ignores and errors (See also GitLab!299, GitLab#501)- Update to version 3.7.3: * Bugs Fixed + Fix imports of typing in python 3.5.0 / 3.5.1 (See also GitLab!294, GitLab#498) + Fix flake8 --statistics (See also GitLab!295, GitLab#499) + Gracefully ignore flake8-per-file-ignores plugin if installed (See also GitLab!297, GitLab#495) + Improve error message for malformed per-file-ignores (See also GitLab!298, GitLab#489)- Update to version 3.7.2: * Bugs Fixed + Fix broken flake8 --diff (regressed in 3.7.0) (See also GitLab!292, GitLab#490) + Fix typo in plugin exception reporting (See also GitLab!275, GitLab#491) + Fix AttributeError while attempting to use the legacy api (regressed in 3.7.0) (See also GitLab!293, GitLab#497)- Update to version 3.7.1: * Bugs Fixed + Fix capitalized filenames in per-file-ignores setting (See also GitLab!290, GitLab#488)- Update to version 3.7.0: * New Dependency Information + Add dependency on entrypoints >= 0.3, < 0.4 (See also GitLab!264, GitLab!288) + Pyflakes has been updated to >= 2.1.0, < 2.2.0 (See also GitLab!283, GitLab!285) + pycodestyle has been updated to >= 2.5.0, < 2.6.0 (See also GitLab!287) * Features + Add support for per-file-ignores (See also GitLab!259, GitLab#156, GitLab!281, GitLab#471) + Enable use of float and complex option types (See also GitLab!261, GitLab#452) + Improve startup performance by switching from pkg_resources to entrypoints (See also GitLab!264) + Add metadata for use through the pre-commit git hooks framework (See also GitLab!268, GitLab!284) + Allow physical line checks to return more than one result (See also GitLab!269) + Allow # noqa:X123 comments without space between the colon and codes list (See also GitLab!273, GitLab#470) + Remove broken and unused flake8.listen plugin type (See also GitLab!274, GitLab#480)- Remove pyflakes21.patch which is already included upstream- Rebase remove_mock_dependency.patch * Tue Jan 29 2019 Tomáš Chvátal - Add patch to build with pyflakes-2.1.0: * pyflakes21.patch
|
|
|