forked from pool/python-ruff
- update to 0.14.4
* Preview features * [formatter] Allow newlines after function headers without docstrings * [formatter] Avoid extra parentheses for long match patterns with as captures * [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) * [refurb] Preserve argument ordering in autofix (FURB103) * Bug fixes * [server] Fix missing diagnostics for notebooks * [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 * [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) * [ruff] Fix false positives on starred arguments (RUF057) * Rule changes * [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) * Documentation * Improve extend docs * [flake8-comprehensions] Fix typo in C416 documentation * Revise Ruff setup instructions for Zed editor * Other changes * Make ruff analyze graph work with jupyter notebooks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=198
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 10:35:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.14.4
|
||||
* Preview features
|
||||
* [formatter] Allow newlines after function headers without docstrings
|
||||
* [formatter] Avoid extra parentheses for long match patterns with as captures
|
||||
* [refurb] Expand fix safety for keyword arguments and Decimals (FURB164)
|
||||
* [refurb] Preserve argument ordering in autofix (FURB103)
|
||||
* Bug fixes
|
||||
* [server] Fix missing diagnostics for notebooks
|
||||
* [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010
|
||||
* [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157)
|
||||
* [ruff] Fix false positives on starred arguments (RUF057)
|
||||
* Rule changes
|
||||
* [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301)
|
||||
* Documentation
|
||||
* Improve extend docs
|
||||
* [flake8-comprehensions] Fix typo in C416 documentation
|
||||
* Revise Ruff setup instructions for Zed editor
|
||||
* Other changes
|
||||
* Make ruff analyze graph work with jupyter notebooks
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 09:33:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ruff
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +20,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.14.3
|
||||
Version: 0.14.4
|
||||
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:4ff876d2ab2b161b6de0aa1f5bd714e8e9b4033dc122ee006925fbacc4f62153
|
||||
size 5558687
|
||||
3
ruff-0.14.4.tar.gz
Normal file
3
ruff-0.14.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f459a49fe1085a749f15414ca76f61595f1a2cc8778ed7c279b6ca2e1fd19df3
|
||||
size 5587844
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65eccd18d29884ac1db100882a8e8ebc8eb5ff314a2d534679c4722c88ec2ec3
|
||||
size 27932862
|
||||
oid sha256:e22d6d7b1d6045e5eda5c10dae0dcd28e8b253d080f7288141965da462defe37
|
||||
size 27973035
|
||||
|
||||
Reference in New Issue
Block a user