forked from pool/python-ruff
Accepting request 1186130 from devel:languages:python
- update to 0.5.1:
* Enable token-based rules on source with syntax errors
* \[`flake8-bandit`\] Detect `httpx` for `S113`
* \[`numpy`\] Update `NPY201` to include exception deprecations
* \[`pylint`\] Generate autofix for `duplicate-bases`
(`PLE0241`)
* Avoid syntax error notification for source code actions
* Consider the content of the new cells during notebook sync
* Fix replacement edit range computation
* Disable auto-fix when source has syntax errors
* Fix cache key collisions for paths with separators
* Make `requires-python` inference robust to `==`
* Use char-wise width instead of `str`-width
* \[`pycodestyle`\] Avoid `E275` if keyword followed by comma
* \[`pycodestyle`\] Avoid `E275` if keyword is followed by a
semicolon
* \[`pylint`\] Skip dummy variables for `PLR1704`
OBS-URL: https://build.opensuse.org/request/show/1186130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 09:48:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.1:
|
||||
* Enable token-based rules on source with syntax errors
|
||||
* \[`flake8-bandit`\] Detect `httpx` for `S113`
|
||||
* \[`numpy`\] Update `NPY201` to include exception deprecations
|
||||
* \[`pylint`\] Generate autofix for `duplicate-bases`
|
||||
(`PLE0241`)
|
||||
* Avoid syntax error notification for source code actions
|
||||
* Consider the content of the new cells during notebook sync
|
||||
* Fix replacement edit range computation
|
||||
* Disable auto-fix when source has syntax errors
|
||||
* Fix cache key collisions for paths with separators
|
||||
* Make `requires-python` inference robust to `==`
|
||||
* Use char-wise width instead of `str`-width
|
||||
* \[`pycodestyle`\] Avoid `E275` if keyword followed by comma
|
||||
* \[`pycodestyle`\] Avoid `E275` if keyword is followed by a
|
||||
semicolon
|
||||
* \[`pylint`\] Skip dummy variables for `PLR1704`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 08:21:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.5.0
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
License: MIT
|
||||
URL: https://docs.astral.sh/ruff
|
||||
URL: https://github.com/astral-sh/ruff
|
||||
Source: https://files.pythonhosted.org/packages/source/r/ruff/ruff-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: %{python_module maturin}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb641b5873492cf9bd45bc9c5ae5320648218e04386a5f0c264ad6ccce8226a1
|
||||
size 2587996
|
||||
BIN
ruff-0.5.1.tar.gz
LFS
Normal file
BIN
ruff-0.5.1.tar.gz
LFS
Normal file
Binary file not shown.
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user