diff --git a/python-ruff.changes b/python-ruff.changes index b0b0fde..2ae365e 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Thu Dec 14 10:14:53 UTC 2023 - Ondřej Súkup + +- update to 0.1.8 + * Preview features + * Add "preserve" quote-style to mimic Black's skip-string-normalization + * Implement prefer_splitting_right_hand_side_of_assignments preview style + * [pycodestyle] Add fix for unexpected-spaces-around-keyword-parameter-equals + * [pycodestyle] Add fix for comment-related whitespace rules + * [pycodestyle] Allow sys.path modifications between imports + * [refurb] Implement hashlib-digest-hex (FURB181) + * Rule changes + * Allow flake8-type-checking rules to automatically quote runtime-evaluated references + * Allow transparent cell magics in Jupyter Notebooks + * [flake8-annotations] Avoid ANN2xx fixes for abstract methods with empty bodies + * [flake8-self] Ignore underscore references in type annotations + * [pep8-naming] Allow class names when apps.get_model is a non-string + * [pycodestyle] Allow matplotlib.use calls to intersperse imports + * [pyflakes] Support fixing unused assignments in tuples by renaming variables (F841) + * [pylint] Add fix for subprocess-run-without-check (PLW1510) + * Formatter + * Add docstring-code-format knob to enable docstring snippet formatting + * Use double quotes for all docstrings, including single-quoted docstrings + * Implement "dynamic" line width mode for docstring code formatting + * Support reformatting Markdown code blocks + * add support for formatting reStructuredText code snippets + * Avoid trailing comma for single-argument with positional separator + * Fix handling of trailing target comment + * CLI + * Hide unsafe fix suggestions when explicitly disabled + * Add SARIF support to --output-format + * Bug fixes + * Apply unnecessary index rule prior to enumerate rewrite + * [flake8-err-msg] Allow EM fixes even if msg variable is defined + * [flake8-pie] Prevent keyword arguments duplication + * [flake8-pie] Respect trailing comma in unnecessary-dict-kwargs (PIE804) + * [flake8-raise] Avoid removing parentheses on ctypes.WinError + * [isort] Avoid invalid combination of force-sort-within-types and lines-between-types + * [isort] Ensure that from-style imports are always ordered first in __future__ + * [pycodestyle] Allow tab indentation before keyword + * [pylint] Ignore @overrides and @overloads for too-many-positional + * [pyupgrade] Enable printf-string-formatting fix with comments on right-hand side + * [refurb] Make math-constant (FURB152) rule more targeted + * [refurb] Support floating-point base in redundant-log-base (FURB163) + * [ruff] Detect unused-asyncio-dangling-task (RUF006) on unused assignments + ------------------------------------------------------------------- Tue Dec 5 08:53:06 UTC 2023 - Ondřej Súkup diff --git a/python-ruff.spec b/python-ruff.spec index c46969c..605de93 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.7 +Version: 0.1.8 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.1.7.tar.gz b/ruff-0.1.7.tar.gz deleted file mode 100644 index e2adfea..0000000 --- a/ruff-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dffd699d07abf54833e5f6cc50b85a6ff043715da8788c4a79bcd4ab4734d306 -size 1842985 diff --git a/ruff-0.1.8.tar.gz b/ruff-0.1.8.tar.gz new file mode 100644 index 0000000..3a483e0 --- /dev/null +++ b/ruff-0.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ee467677467526cfe135eab86a40a0e8db43117936ac4f9b469ce9cdb3fb62 +size 1891750 diff --git a/vendor.tar.zst b/vendor.tar.zst index 459e0b5..d706a24 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55db281d08896a502b3062aa0dd75be27832606266d3aadb7823a086a10faf3f -size 33009302 +oid sha256:4df5a0a6696f132b92942330c8ef447f82c62372e23c3c31b99dc39cab2bb4fa +size 33010041