forked from pool/python-ruff
Accepting request 1326626 from devel:languages:python
- update to 0.14.11 * Preview features * Consolidate diagnostics for matched disable/enable suppression comments * Report diagnostics for invalid/unmatched range suppression comments * [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303) * [refurb] Mark FURB192 fix as always unsafe * [ruff] Add non-empty-init-module (RUF067) * Bug fixes * [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001) * Rule changes * Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty * [pylint] Demote PLW1510 fix to display-only * [pylint] Ignore identical members (PLR1714) * [pylint] Improve diagnostic range for PLC0206 * [ruff] Improve fix title for RUF102 invalid rule code * [flake8-simplify]: Avoid unnecessary builtins import for SIM105 * Configuration * Allow Python 3.15 as valid target-version value in preview * Check required-version before parsing rules * Include configured src directories when resolving graphs * Documentation * Update T201 suggestion to not use root logger to satisfy LOG015 * Fix iter example in unsafe fixes doc * [flake8_print] better suggestion for basicConfig in T201 docs * [pylint] Restore the fix safety docs for PLW0133 * Fix Jupyter notebook discovery info for editors OBS-URL: https://build.opensuse.org/request/show/1326626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=99
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 13:47:45 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.14.11
|
||||
* Preview features
|
||||
* Consolidate diagnostics for matched disable/enable suppression comments
|
||||
* Report diagnostics for invalid/unmatched range suppression comments
|
||||
* [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303)
|
||||
* [refurb] Mark FURB192 fix as always unsafe
|
||||
* [ruff] Add non-empty-init-module (RUF067)
|
||||
* Bug fixes
|
||||
* [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001)
|
||||
* Rule changes
|
||||
* Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty
|
||||
* [pylint] Demote PLW1510 fix to display-only
|
||||
* [pylint] Ignore identical members (PLR1714)
|
||||
* [pylint] Improve diagnostic range for PLC0206
|
||||
* [ruff] Improve fix title for RUF102 invalid rule code
|
||||
* [flake8-simplify]: Avoid unnecessary builtins import for SIM105
|
||||
* Configuration
|
||||
* Allow Python 3.15 as valid target-version value in preview
|
||||
* Check required-version before parsing rules
|
||||
* Include configured src directories when resolving graphs
|
||||
* Documentation
|
||||
* Update T201 suggestion to not use root logger to satisfy LOG015
|
||||
* Fix iter example in unsafe fixes doc
|
||||
* [flake8_print] better suggestion for basicConfig in T201 docs
|
||||
* [pylint] Restore the fix safety docs for PLW0133
|
||||
* Fix Jupyter notebook discovery info for editors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 21 12:50:30 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ruff
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.14.10
|
||||
Version: 0.14.11
|
||||
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:9a2e830f075d1a42cd28420d7809ace390832a490ed0966fe373ba288e77aaf4
|
||||
size 5859763
|
||||
3
ruff-0.14.11.tar.gz
Normal file
3
ruff-0.14.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6dc463bfa5c07a59b1ff2c3b9767373e541346ea105503b4c0369c520a66958
|
||||
size 5993417
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aac3ae2371108b2555c5a078e00673c38ee3d818ccf9df3601dd33a789a35920
|
||||
size 28511833
|
||||
oid sha256:1399e7d6ff7901df3f26880bc5128d7afc4ac692aab8335b976058bcc582f918
|
||||
size 28605762
|
||||
|
||||
Reference in New Issue
Block a user