Accepting request 1337318 from devel:languages:python
- update to 0.15.5 * Preview features * Discover Markdown files by default in preview mode * [perflint] Extend PERF102 to comprehensions and generators * [refurb] Fix FURB101 and FURB103 false positives when I/O variable is used later * [ruff] Add fix for none-not-at-end-of-union (RUF036) * [ruff] Fix false positive for re.split with empty string pattern (RUF055) * Bug fixes * [fastapi] Handle callable class dependencies with __call__ method (FAST003) * [pydocstyle] Fix numpy section ordering (D420) * [pyflakes] Fix false positive for names shadowing re-exports (F811) * [pyupgrade] Avoid inserting redundant None elements in UP045 * Documentation * Document extension mapping for Markdown code formatting * Update default Python version examples OBS-URL: https://build.opensuse.org/request/show/1337318 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=104
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 12:06:00 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.15.5
|
||||
* Preview features
|
||||
* Discover Markdown files by default in preview mode
|
||||
* [perflint] Extend PERF102 to comprehensions and generators
|
||||
* [refurb] Fix FURB101 and FURB103 false positives when I/O variable is used later
|
||||
* [ruff] Add fix for none-not-at-end-of-union (RUF036)
|
||||
* [ruff] Fix false positive for re.split with empty string pattern (RUF055)
|
||||
* Bug fixes
|
||||
* [fastapi] Handle callable class dependencies with __call__ method (FAST003)
|
||||
* [pydocstyle] Fix numpy section ordering (D420)
|
||||
* [pyflakes] Fix false positive for names shadowing re-exports (F811)
|
||||
* [pyupgrade] Avoid inserting redundant None elements in UP045
|
||||
* Documentation
|
||||
* Document extension mapping for Markdown code formatting
|
||||
* Update default Python version examples
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 28 19:49:57 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ruff
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +19,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.15.4
|
||||
Version: 0.15.5
|
||||
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:3412195319e42d634470cc97aa9803d07e9d5c9223b99bcb1518f0c725f26ae1
|
||||
size 4569550
|
||||
3
ruff-0.15.5.tar.gz
Normal file
3
ruff-0.15.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c3601d3b6d76dce18c5c824fc8d06f4eef33d6df0c21ec7799510cde0f159a2
|
||||
size 4574214
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a00b3012713b2401af8030949b31cfeecc09ca970b28c705254d49404fd5103
|
||||
size 28903212
|
||||
oid sha256:ff737fbc81e8432a239c673fd392f54b90704c0afc06521a7a6392319671d042
|
||||
size 28902814
|
||||
|
||||
Reference in New Issue
Block a user