diff --git a/_service b/_service index 1197d94..456f034 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - ruff-0.1.1.tar.gz + ruff-0.1.2.tar.gz zst true diff --git a/python-ruff.changes b/python-ruff.changes index 3a0b44c..65fd7ac 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Oct 25 11:04:42 UTC 2023 - Ondřej Súkup + +- Update to 0.1.2 + * This release includes the Beta version of the Ruff formatter — an extremely + fast, Black-compatible Python formatter + * Preview features + * [pylint] Implement non-ascii-module-import (C2403) + * [pylint] implement non-ascii-name (C2401) + * [pylint] Implement unnecessary-lambda (W0108) + * [refurb] Implement read-whole-file (FURB101) + * Add fix for E223, E224, and E242 + * Add fix for E225, E226, E227, and E228 + * Add fix for E252 + * Add fix for E261 + * Add fix for E273 and E274 + * Add fix for E275 + * Update SIM401 to catch ternary operations + * Update E721 to allow is and is not for direct type comparisons + * Rule changes + * Add backports.strenum to deprecated-imports + * Update SIM112 to ignore https_proxy, http_proxy, and no_proxy + * Update fix for literal-membership (PLR6201) to be unsafe + * Update fix for mutable-argument-defaults (B006) to be unsafe + * Formatter + * Change line-ending default to auto + * Respect parenthesized generators in has_own_parentheses + * Add caching to formatter + * Remove --line-length option from format command + * Add formatter to line-length documentation + * Warn about incompatible formatter options + * Fix range of unparenthesized tuple subject in match statement + * Remove experimental formatter warning + * Don't move type param opening parenthesis comment + * Update versions in format benchmark script + * Avoid loading files for cached format results + * CLI + * Show the ruff format command in help menus + * Add ruff version command with long version display + * Configuration + * New pycodestyle.max-line-length option + * Bug fixes + * Detect sys.version_info slices in outdated-version-block + * Avoid if-else simplification for TYPE_CHECKING blocks + * Avoid false-positive print separator diagnostic with starred argument + * Documentation + * Fix message for too-many-arguments lint + * Fix extend-unsafe-fixes and extend-safe-fixes example + * Add links to flake8-import-conventions options + * Rework the documentation to incorporate the Ruff formatter + * Fix Options JSON schema description + * Fix typo (pytext -> pytest) + * Improve magic-value-comparison example in docs + ------------------------------------------------------------------- Fri Oct 20 10:09:22 UTC 2023 - Ondřej Súkup diff --git a/python-ruff.spec b/python-ruff.spec index d62308b..98974de 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -17,7 +17,7 @@ Name: python-ruff -Version: 0.1.1 +Version: 0.1.2 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.1.1.tar.gz b/ruff-0.1.1.tar.gz deleted file mode 100644 index 3260653..0000000 --- a/ruff-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c90461ae4abec261609e5ea436de4a4b5f2822921cf04c16d2cc9327182dbbcc -size 1646173 diff --git a/ruff-0.1.2.tar.gz b/ruff-0.1.2.tar.gz new file mode 100644 index 0000000..ddf9a07 --- /dev/null +++ b/ruff-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd4785ae060ce6edcd52436d0c197628a918d6d09e3107a892a1bad6a4c6608 +size 1661854 diff --git a/vendor.tar.zst b/vendor.tar.zst index f08a242..719f818 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d42751cef403ab07cbaa224a4a5fc0b46d335d2d0ddede8244eca7e933a5ae8e -size 30351858 +oid sha256:b0b634c409d5638b97322959dbe19701a3f7d2b0c34e8cf80647708eb9c3d533 +size 29015443