diff --git a/python-ruff.changes b/python-ruff.changes index 65ee2ec..5ff279c 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Feb 1 18:05:47 UTC 2024 - Ondřej Súkup + +- update to 0.1.15 + * Preview features + * Error when NURSERY selector is used with --preview + * Preserve indentation around multiline strings in formatter + * [flake8-return] Add fixes for all rules (RET505, RET506, RET507, RET508) + * [flake8-simplify] Add fix for if-with-same-arms (SIM114) + * [pycodestyle] Add fix for multiple-imports-on-one-line (E401) + * [pylint] Add fix for collapsible-else-if (PLR5501) + * [pylint] Add fix for useless-else-on-loop (PLW0120) + * [pylint] Implement assigning-non-slot (E0237) + * [pylint] Implement potential-index-error (PLE0643) + * [pylint] Implement too-many-nested-blocks (PLR1702) + * [ruff] Add rule to sort __slots__ and __match_args__ + * [ruff] Detect unnecessary dict comprehensions for iterables (RUF025) + * [ruff] Guard against use of default_factory as a keyword argument (RUF026) + * [ruff] Implement mutable-fromkeys-value (RUF024) + * CLI + * Enable auto-wrapping of --help output + * Bug fixes + * Avoid rendering display-only rules as fixable + * Detect automagic-like assignments in notebooks + * Generate custom JSON schema for dynamic setting + * [flake8-no-pep420] Include global --config when determining namespace packages + * [flake8-pie] Omit bound tuples passed to .startswith or .endswith + * [flake8-return] Avoid panic when fixing inlined else blocks + * [flake8-return] Consider exception suppression in unnecessary assignment + * [flake8-return] Take NoReturn annotation into account when analyzing implicit returns + * [flake8-simplify] Support inverted returns in needless-bool (SIM103) + * [flake8-type-checking] Add Pydantic's BaseConfig to default-copy list + * [flake8-type-checking] Avoid marking InitVar as a typing-only annotation + * [pycodestyle] Allow dtype comparisons in type-comparison + * [pydocstyle] Re-implement last-line-after-section (D413) + * Documentation + * [flake8-pytest-style] Add fix safety documentation for duplicate-parameterize-test-cases + * [pylint] Document literal-membership fix safety conditions + * [isort] Fix reference to isort rule code + ------------------------------------------------------------------- Sun Jan 21 15:21:29 UTC 2024 - Ondřej Súkup diff --git a/python-ruff.spec b/python-ruff.spec index b56c9a5..b54a436 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -19,7 +19,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.1.14 +Version: 0.1.15 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.1.14.tar.gz b/ruff-0.1.14.tar.gz deleted file mode 100644 index 9a2e18a..0000000 --- a/ruff-0.1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad3f8088b2dfd884820289a06ab718cde7d38b94972212cc4ba90d5fbc9955f3 -size 1954042 diff --git a/ruff-0.1.15.tar.gz b/ruff-0.1.15.tar.gz new file mode 100644 index 0000000..1ca0f9e --- /dev/null +++ b/ruff-0.1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dfa8c1b21c913c326919056c390966648b680966febcb796cc9d1aaab8564e +size 1971643 diff --git a/vendor.tar.zst b/vendor.tar.zst index 4834d4e..69d6ab1 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d33c9f139428b941714f43efd683d9f6236831fa2104e7e79d7abbbe375195b2 -size 25200327 +oid sha256:f6f3e1810f6a471f61e42fcbb9f38f48987c90c30e85b0e5118bf3acc40e4dc1 +size 25225275