Revisions of python-flake8-comprehensions

buildservice-autocommit accepted request 1153128 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 29)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1152490 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 28)
- Add flake8-comprehensions-pr559-notnormalized.patch
  gh#adamchainz/flake8-comprehensions#559
buildservice-autocommit accepted request 1098178 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- update to 3.14.0:
  * Drop Python 3.7 support.
buildservice-autocommit accepted request 1094121 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
- update to 3.13.0:
  * Support Python 3.12.
buildservice-autocommit accepted request 1084906 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- drop unmaintained and unused pytest-flake8dir
buildservice-autocommit accepted request 1079170 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 3.12.0:
  * Add rule C418 to check for calls passing a dict literal or
    dict comprehension to ``dict()``.
  * Add rule C419 to check for calls passing a list comprehension
    to ``any()``/``all()``.
buildservice-autocommit accepted request 1073581 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- update to 3.11.1:
  * Fix false positives in C406 “unnecessary dict literal”.
  * Expand C416 to ``dict`` comprehensions.
buildservice-autocommit accepted request 1071258 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1071061 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 16)
- Update to 3.10.1
  * Fix false positive in rules C402 and C404 for dict() calls with
    keyword arguments.
- 3.10.0 (2022-05-19)
  * Add rule C417 which recommends rewriting use of map() with lambda
    to an equivalent generator expression or comprehension.
- 3.9.0 (2022-05-11)
  * Support Python 3.11.
- 3.8.0 (2022-01-10)
  * Drop Python 3.6 support.
  * Remove upper bound on Flake8 version.
- 3.7.0 (2021-10-11)
  * Support Flake8 4.
- 3.6.1 (2021-08-16)
  * Fix type hint for tree argument.
- 3.6.0 (2021-08-13)
  * Add type hints.
- 3.5.0 (2021-05-10)
  * Support Python 3.10.
  * Stop distributing tests to reduce package size. Tests are not
    intended to be run outside of the tox setup in the repository.
    Repackagers can use GitHub's tarballs per tag.
buildservice-autocommit accepted request 880054 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 880053 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 14)
- Don't skip test_C416_fail_1_list, because it has been fixed in
  python-pytest-flake8dir.
buildservice-autocommit accepted request 879887 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 12)
- Update to 3.4.0:
  - Remove rules C407 (Unnecessary <dict/list> comprehension
    - <builtin> can take a generator) and C412 (Unnecessary
    <dict/list/set> comprehension - 'in' can take a generator).
    Both rules recommended increasing laziness, which is not
    always desirable and can lead to subtle bugs. Also, a fully
    exhausted generator is slower than an equivalent
    comprehension, so the advice did not always improve
    performance.
  - Drop Python 3.5 support.
  - Support Python 3.9.
  - Move license from ISC to MIT License.
  - Partially reverted the change to C408 to make it apply again
    to when dict is called with keyword arguments, e.g. dict(a=1,
    b=2) will be flagged to be rewritten in the literal form
    {"a": 1, "b": 2}
- Skip test test_C416_fail_1_list
  (gh#adamchainz/flake8-comprehensions#313).
buildservice-autocommit accepted request 820509 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 820449 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 10)
update to latest version
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by