Accepting request 1203894 from devel:languages:python

- update to 0.6.8:
 * Preview features
   * Remove unnecessary parentheses around match case clauses 
   * Parenthesize overlong if guards in match..case clauses 
   * Detect basic wildcard imports in ruff analyze graph 
   * [pylint] Implement boolean-chained-comparison (R1716) 
 * Rule changes
   * [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs 
   * [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) 
 * Bug fixes
   * Detect tuples bound to variadic positional arguments i.e. *args 
   * Exit gracefully on broken pipe errors 
   * Avoid panic when analyze graph hits broken pipe 
 * Performance
   * Reuse BTreeSets in module resolver 
   * Skip traversal for non-compound statements

OBS-URL: https://build.opensuse.org/request/show/1203894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2024-09-29 16:09:07 +00:00 committed by Git OBS Bridge
commit a9c5f883e7
5 changed files with 26 additions and 6 deletions

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Sep 26 13:38:35 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.6.8:
* Preview features
* Remove unnecessary parentheses around match case clauses
* Parenthesize overlong if guards in match..case clauses
* Detect basic wildcard imports in ruff analyze graph
* [pylint] Implement boolean-chained-comparison (R1716)
* Rule changes
* [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs
* [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028)
* Bug fixes
* Detect tuples bound to variadic positional arguments i.e. *args
* Exit gracefully on broken pipe errors
* Avoid panic when analyze graph hits broken pipe
* Performance
* Reuse BTreeSets in module resolver
* Skip traversal for non-compound statements
-------------------------------------------------------------------
Mon Sep 23 12:00:29 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-ruff
Version: 0.6.7
Version: 0.6.8
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:44e52129d82266fa59b587e2cd74def5637b730a69c4542525dfdecfaae38bd5
size 3073785

3
ruff-0.6.8.tar.gz Normal file
View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caf50fe1c7a0d7db18f180d7832e7b08367b4b5785e36b716808472c8bb680da
size 28992098
oid sha256:6acc22641d3ba2f100fd345f9b54bc44dc90c70c2623c385dd277d66435b2098
size 29035180