- update to 0.11.5

* Preview features
   * [airflow] Add missing AIR302 attribute check 
   * [airflow] Expand module path check to individual symbols (AIR302) 
   * [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312) 
   * [airflow] Update oudated AIR301, AIR302 rules 
   * [syntax-errors] Async comprehension in sync comprehension 
   * [syntax-errors] Check annotations in annotated assignments 
   * [syntax-errors] Extend annotation checks to await 
 * Bug fixes
   * [flake8-pie] Avoid false positive for multiple assignment with auto() (PIE796) 
 * Rule changes
   * [ruff] Fix RUF100 to detect unused file-level noqa directives with specific codes  
   * [flake8-pytest-style] Avoid false positive for legacy form of pytest.raises (PT011) 
 * Documentation
   * Fix formatting of "See Style Guide" link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=140
This commit is contained in:
2025-04-11 17:16:44 +00:00
committed by Git OBS Bridge
parent 39806fad74
commit 75b0f23e4f
5 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Apr 11 13:52:09 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.11.5
* Preview features
* [airflow] Add missing AIR302 attribute check
* [airflow] Expand module path check to individual symbols (AIR302)
* [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312)
* [airflow] Update oudated AIR301, AIR302 rules
* [syntax-errors] Async comprehension in sync comprehension
* [syntax-errors] Check annotations in annotated assignments
* [syntax-errors] Extend annotation checks to await
* Bug fixes
* [flake8-pie] Avoid false positive for multiple assignment with auto() (PIE796)
* Rule changes
* [ruff] Fix RUF100 to detect unused file-level noqa directives with specific codes
* [flake8-pytest-style] Avoid false positive for legacy form of pytest.raises (PT011)
* Documentation
* Fix formatting of "See Style Guide" link
-------------------------------------------------------------------
Sun Apr 6 18:44:08 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-ruff
Version: 0.11.4
Version: 0.11.5
Release: 0
Summary: An extremely fast Python linter, written in Rust
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f45bd2fb1a56a5a85fae3b95add03fb185a0b30cf47f5edc92aa0355ca1d7407
size 3933063

BIN
ruff-0.11.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.