Revisions of python-flake8

buildservice-autocommit accepted request 897850 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 74)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 73)
- 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
buildservice-autocommit accepted request 879751 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 72)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 879528 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 71)
- Update to v3.9.0
buildservice-autocommit accepted request 840912 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 70)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 840889 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 69)
update to latest version
buildservice-autocommit accepted request 830733 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 68)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 67)
- Add patch to fix build with pytest 6:
  * pytest6.patch
buildservice-autocommit accepted request 820510 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 66)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 820453 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 65)
update to latest version
buildservice-autocommit accepted request 810992 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 64)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 810978 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 63)
update to latest version
buildservice-autocommit accepted request 805760 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 62)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 805568 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 60)
- 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
buildservice-autocommit accepted request 800170 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 59)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 58)
- Add pyflakes-version.patch to make the package work with
  the pyflakes in Factory now.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 57)
Fix changes
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 56)
- Skip failing test_all_pyflakes_messages_have_flake8_codes_assigned test
buildservice-autocommit accepted request 751377 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 55)
baserev update by copy to link target
Displaying revisions 21 - 40 of 94
openSUSE Build Service is sponsored by