Compare commits

...

42 Commits

Author SHA256 Message Date
Ana Guerrero
2c122f9640 Accepting request 1181242 from devel:languages:python
- update to 7.1.0:
  * require pycodestyle 2.12.0

OBS-URL: https://build.opensuse.org/request/show/1181242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=45
2024-06-17 17:27:37 +00:00
Dominique Leuenberger
63e93a1c41 Accepting request 1137099 from devel:languages:python
- update to 7.0.0:
  * Remove ``--include-in-doctest`` and ``--exclude-from-doctest``
    options.
  * Pyflakes has been updated to >= 3.2.0, < 3.3.0

  * Ignore unfixed warning.
- remove remove_mock_dependency.patch

OBS-URL: https://build.opensuse.org/request/show/1137099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=44
2024-01-06 16:29:14 +00:00
Dominique Leuenberger
47b1cdb190 Accepting request 1102807 from devel:languages:python
- Update to 6.1.0:
  * Pyflakes has been updated to >= 3.1.0, < 3.2.0 (See also #1847).
  * pycodestyle has been updated to >= 2.11.0, < 2.12.0 (See also #1848).
  * Deprecate --include-in-doctest, --exclude-from-doctest
   (See also #1747, #1768).
  * Add support for python 3.12 (See also #1832, #1849, #1850).
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1102807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=43
2023-08-14 20:35:02 +00:00
Dominique Leuenberger
efb498d5f1 Accepting request 1085627 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=42
2023-05-09 11:09:03 +00:00
Dominique Leuenberger
24a0e5db76 Accepting request 1043219 from devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/1043219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=41
2022-12-16 16:51:41 +00:00
Dominique Leuenberger
b25f20b39d Accepting request 999905 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/999905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=40
2022-08-30 12:49:00 +00:00
Dominique Leuenberger
5b4f5a816c Accepting request 997695 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/997695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=39
2022-08-23 12:25:38 +00:00
Dominique Leuenberger
e63b435264 Accepting request 962908 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/962908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=38
2022-03-20 19:55:08 +00:00
Dominique Leuenberger
33c96797e1 Accepting request 931515 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/931515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=37
2021-11-20 01:38:06 +00:00
Dominique Leuenberger
5abe8f6f45 Accepting request 930697 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/930697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=36
2021-11-12 14:59:07 +00:00
Dominique Leuenberger
dd8015d3db Accepting request 921252 from devel:languages:python
- Add ignore-selectable-groups-warning.patch:
  * Ignore unfixed warning.

OBS-URL: https://build.opensuse.org/request/show/921252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=35
2021-09-26 19:48:38 +00:00
Dominique Leuenberger
418b23bd81 Accepting request 897850 from devel:languages:python
- 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/request/show/897850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=34
2021-06-11 20:30:18 +00:00
Dominique Leuenberger
ce789863d0 Accepting request 879751 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/879751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=33
2021-03-21 22:18:58 +00:00
Dominique Leuenberger
a789e9a5e8 Accepting request 840912 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/840912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=32
2020-10-29 08:47:17 +00:00
Dominique Leuenberger
a941250757 Accepting request 830733 from devel:languages:python
- Add patch to fix build with pytest 6:
  * pytest6.patch

OBS-URL: https://build.opensuse.org/request/show/830733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=31
2020-09-04 09:03:03 +00:00
Dominique Leuenberger
736602c574 Accepting request 820510 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/820510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=30
2020-07-15 10:09:28 +00:00
Dominique Leuenberger
7f0108b6c2 Accepting request 810992 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/810992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=29
2020-06-05 18:00:10 +00:00
Yuchen Lin
a246db3576 Accepting request 805760 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/805760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=28
2020-05-28 07:06:08 +00:00
Dominique Leuenberger
61309e72e9 Accepting request 800170 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/800170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=27
2020-05-11 11:25:50 +00:00
Dominique Leuenberger
e0ba9f6d95 Accepting request 751377 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/751377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=26
2019-12-02 10:32:53 +00:00
Dominique Leuenberger
a2363dfcf3 Accepting request 717079 from devel:languages:python
- 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/request/show/717079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=25
2019-07-30 11:03:04 +00:00
Dominique Leuenberger
7b46de8c54 Accepting request 681065 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/681065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=24
2019-03-04 08:12:22 +00:00
Dominique Leuenberger
82958f85d7 Accepting request 678215 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/678215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=23
2019-02-26 21:15:26 +00:00
Dominique Leuenberger
dc41abf49c Accepting request 672301 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/672301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=22
2019-02-14 13:12:14 +00:00
Stephan Kulow
cbf9422d34 Accepting request 669479 from devel:languages:python
- Add patch to build with pyflakes-2.1.0:
  * pyflakes21.patch

OBS-URL: https://build.opensuse.org/request/show/669479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=21
2019-02-02 20:45:29 +00:00
Dominique Leuenberger
07f86f6794 Accepting request 646015 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/646015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=20
2018-11-09 06:50:28 +00:00
Yuchen Lin
a78ee7a7e8 Accepting request 633525 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/633525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=19
2018-09-10 10:31:12 +00:00
Dominique Leuenberger
3eff466f28 Accepting request 628277 from devel:languages:python
- Add patch to build with pyflakes-2.0.x:
  * python-flake8-3.5.0-pyflakes-2.0.0.patch

OBS-URL: https://build.opensuse.org/request/show/628277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=18
2018-08-27 10:53:47 +00:00
Dominique Leuenberger
ca97041da6 Accepting request 596728 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=17
2018-04-22 12:30:12 +00:00
Dominique Leuenberger
c6b8fe97ad Accepting request 563588 from devel:languages:python
- Fix build with python3 only, add condition for the py2 only deps (forwarded request 563586 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/563588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=16
2018-01-16 08:37:28 +00:00
Dominique Leuenberger
624d9f614f Accepting request 536264 from devel:languages:python
- update to 3.5.0:
  - Start using new PyCodestyle checks for bare excepts and ambiguous identifier
  drop 0001-Update-pyflakes-range-and-include-doc-links.patch: upstream

- update to 3.4.1
- Add 0001-Update-pyflakes-range-and-include-doc-links.patch from upstream
  in order to allow using pyflakes >= 1.6.0

  * Bug Fix exceptions when output on stdout is truncated before
  * Bug Do not verify dependencies of extensions loaded via
  * Bug Files excluded in a config file were not being excluded
  - Re-enable multiprocessing by default while fixing the issue
  - Turn off multiple jobs by default. To enable automatic use
- Initial package (2.0)

OBS-URL: https://build.opensuse.org/request/show/536264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=15
2017-10-28 12:18:49 +00:00
Dominique Leuenberger
92e8d956b4 Accepting request 483178 from devel:languages:python
- update for singlespec
- update to 3.3.0

OBS-URL: https://build.opensuse.org/request/show/483178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=14
2017-04-19 16:04:31 +00:00
Dominique Leuenberger
44d64cc642 Accepting request 419447 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=13
2016-08-22 11:59:10 +00:00
Dominique Leuenberger
5495354075 Accepting request 353348 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/353348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=12
2016-01-20 08:53:24 +00:00
Dominique Leuenberger
5620f7c2be Accepting request 322369 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/322369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=11
2015-08-21 05:38:26 +00:00
Dominique Leuenberger
1345b0b4c0 Accepting request 288069 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/288069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=10
2015-03-05 14:35:30 +00:00
Dominique Leuenberger
6cbaf05a56 Accepting request 280586 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/280586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=9
2015-01-15 14:58:09 +00:00
Stephan Kulow
a256607798 Accepting request 240189 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/240189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=7
2014-07-11 04:46:06 +00:00
Stephan Kulow
723d2d41c2 Accepting request 239099 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/239099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=6
2014-07-02 13:05:01 +00:00
Stephan Kulow
c806f1c48e Accepting request 213731 from devel:languages:python
- update to 2.1.0:
  - Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
    mercurial hooks
  - Force git and mercurial hooks to repsect configuration in setup.cfg
  - Only check staged files if that is specified
  - Fix hook file permissions
  - Fix the git hook on python 3
  - Ignore non-python files when running the git hook
  - Ignore .tox directories by default
  - Flake8 now reports the column number for PyFlakes messages (forwarded request 213717 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=5
2014-01-14 18:53:30 +00:00
Tomáš Chvátal
aeec36e7e1 Accepting request 204560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=4
2013-10-25 09:15:52 +00:00
Stephan Kulow
9b5c4b43de Accepting request 179825 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8?expand=0&rev=2
2013-06-19 14:37:24 +00:00

Diff Content Not Available