forked from pool/python-ruff
Accepting request 1184226 from devel:languages:python
- 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 * [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/request/show/1184226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=31
This commit is contained in:
commit
8cef2c3109
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 08:21:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aa4f2bc388a30d346c56524f7cacca85945ba124945fe489952aadb6b5cd804
|
||||
size 2577674
|
3
ruff-0.5.0.tar.gz
Normal file
3
ruff-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb641b5873492cf9bd45bc9c5ae5320648218e04386a5f0c264ad6ccce8226a1
|
||||
size 2587996
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:887e7fd9468c9e68ad045abf354a922f0431e034ef201ce688332eb3a6ef3410
|
||||
size 25317964
|
||||
oid sha256:6e148ec9d4d9d1f09d12425b447fc616f39d3014a2420c5b6958715f67f8a4fb
|
||||
size 25284553
|
||||
|
Loading…
x
Reference in New Issue
Block a user