forked from pool/python-ruff
Accepting request 1301841 from devel:languages:python
- update to 0.12.11 * Preview features * [airflow] Extend AIR311 and AIR312 rules * [airflow] Replace wrong path airflow.io.storage with airflow.io.store (AIR311) * [flake8-async] Implement blocking-http-call-httpx-in-async-function (ASYNC212) * [flake8-logging-format] Add auto-fix for f-string logging calls (G004) * [flake8-use-pathlib] Add autofix for PTH211 * [flake8-use-pathlib] Make PTH100 fix unsafe because it can change behavior * Bug fixes * [pyflakes, pylint] Fix false positives caused by __class__ cell handling (F841, PLE0117) * [pyflakes] Fix allowed-unused-imports matching for top-level modules (F401) * [ruff] Fix false positive for t-strings in default-factory-kwarg (RUF026) * [ruff] Preserve relative whitespace in multi-line expressions (RUF033) * Rule changes * [ruff] Handle empty t-strings in unnecessary-empty-iterable-within-deque-call (RUF037) * Documentation * Fix incorrect D413 links in docstrings convention FAQ * [flake8-use-pathlib] Update links to the table showing the correspondence between os and pathlib OBS-URL: https://build.opensuse.org/request/show/1301841 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=83
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 21:53:00 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.12.11
|
||||
* Preview features
|
||||
* [airflow] Extend AIR311 and AIR312 rules
|
||||
* [airflow] Replace wrong path airflow.io.storage with airflow.io.store (AIR311)
|
||||
* [flake8-async] Implement blocking-http-call-httpx-in-async-function (ASYNC212)
|
||||
* [flake8-logging-format] Add auto-fix for f-string logging calls (G004)
|
||||
* [flake8-use-pathlib] Add autofix for PTH211
|
||||
* [flake8-use-pathlib] Make PTH100 fix unsafe because it can change behavior
|
||||
* Bug fixes
|
||||
* [pyflakes, pylint] Fix false positives caused by __class__ cell handling (F841, PLE0117)
|
||||
* [pyflakes] Fix allowed-unused-imports matching for top-level modules (F401)
|
||||
* [ruff] Fix false positive for t-strings in default-factory-kwarg (RUF026)
|
||||
* [ruff] Preserve relative whitespace in multi-line expressions (RUF033)
|
||||
* Rule changes
|
||||
* [ruff] Handle empty t-strings in unnecessary-empty-iterable-within-deque-call (RUF037)
|
||||
* Documentation
|
||||
* Fix incorrect D413 links in docstrings convention FAQ
|
||||
* [flake8-use-pathlib] Update links to the table showing the correspondence between os and pathlib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 11:09:22 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.12.10
|
||||
Version: 0.12.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:189ab65149d11ea69a2d775343adf5f49bb2426fc4780f65ee33b423ad2e47f9
|
||||
size 5310076
|
||||
3
ruff-0.12.11.tar.gz
Normal file
3
ruff-0.12.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6b09ae8426a65bbee5425b9d0b82796dbb07cb1af045743c79bfb163001165d
|
||||
size 5347103
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17a38b6eb1f0c4172eb9fee84fdc1dd545967cfba98305005dc83042696c51d4
|
||||
size 30194923
|
||||
oid sha256:d38daa5de2a633ad721d90cf0d2d4ea7e945c9be4e39ce13eb2db05506ee49e7
|
||||
size 30009436
|
||||
|
||||
Reference in New Issue
Block a user