From 560fac396a132464449ad30b6a6f90abb40da4bf9341ec1e174124d4b3887e63 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Jul 2024 08:23:35 +0000 Subject: [PATCH] - update to 0.5.0: * Selecting ALL now excludes deprecated rules * The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring. * The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub. * The diagnostic ranges for some flake8-bandit rules were modified * for details see https://github.com/astral-sh/ruff/releases/tag/0.5.0 * Implement re-lexing logic for better error recovery * Rule changes * [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 * [pycodestyle] Update E999 to show all syntax errors instead of just the first one * Add tracing setup guide to Helix documentation * Add tracing setup guide to Neovim documentation * Defer notebook cell deletion to avoid an error message OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=67 --- python-ruff.changes | 24 ++++++++++++++++++------ python-ruff.spec | 2 +- ruff-0.4.10.tar.gz | 3 --- ruff-0.5.0.tar.gz | 3 +++ vendor.tar.zst | 4 ++-- 5 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 ruff-0.4.10.tar.gz create mode 100644 ruff-0.5.0.tar.gz diff --git a/python-ruff.changes b/python-ruff.changes index 431d832..775a440 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,16 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 1 08:21:42 UTC 2024 - Dirk Müller + +- update to 0.5.0: + * Selecting ALL now excludes deprecated rules + * The released archives now include an extra level of nesting, which + can be removed with --strip-components=1 when untarring. + * The release artifact's file name no longer includes the version + tag. This enables users to install via /latest URLs on GitHub. + * The diagnostic ranges for some flake8-bandit rules were modified + * for details see https://github.com/astral-sh/ruff/releases/tag/0.5.0 + ------------------------------------------------------------------- Mon Jun 24 09:27:54 UTC 2024 - Ondřej Súkup - update to 0.4.10 * Parser - * Implement re-lexing logic for better error recovery + * Implement re-lexing logic for better error recovery * Rule changes - * [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 - * [pycodestyle] Update E999 to show all syntax errors instead of just the first one + * [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 + * [pycodestyle] Update E999 to show all syntax errors instead of just the first one * Server - * Add tracing setup guide to Helix documentation - * Add tracing setup guide to Neovim documentation - * Defer notebook cell deletion to avoid an error message + * Add tracing setup guide to Helix documentation + * Add tracing setup guide to Neovim documentation + * Defer notebook cell deletion to avoid an error message * Security * Guard against malicious ecosystem comment artifacts diff --git a/python-ruff.spec b/python-ruff.spec index 38abcf3..0ef844e 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.4.10 +Version: 0.5.0 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.4.10.tar.gz b/ruff-0.4.10.tar.gz deleted file mode 100644 index 596db57..0000000 --- a/ruff-0.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3aa4f2bc388a30d346c56524f7cacca85945ba124945fe489952aadb6b5cd804 -size 2577674 diff --git a/ruff-0.5.0.tar.gz b/ruff-0.5.0.tar.gz new file mode 100644 index 0000000..2003761 --- /dev/null +++ b/ruff-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb641b5873492cf9bd45bc9c5ae5320648218e04386a5f0c264ad6ccce8226a1 +size 2587996 diff --git a/vendor.tar.zst b/vendor.tar.zst index a18f43c..da53344 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:887e7fd9468c9e68ad045abf354a922f0431e034ef201ce688332eb3a6ef3410 -size 25317964 +oid sha256:6e148ec9d4d9d1f09d12425b447fc616f39d3014a2420c5b6958715f67f8a4fb +size 25284553