Accepting request 1322539 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1322539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=97
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 06:19:20 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update 0.14.8
|
||||
* Preview features
|
||||
* [flake8-bugbear] Catch yield expressions within other statements (B901)
|
||||
* [flake8-use-pathlib] Mark fixes unsafe for return type changes (PTH104, PTH105, PTH109, PTH115)
|
||||
* Bug fixes
|
||||
* Fix syntax error false positives for await outside functions
|
||||
* [flake8-simplify] Fix truthiness assumption for non-iterable arguments in tuple/list/set calls (SIM222, SIM223)
|
||||
* Documentation
|
||||
* Suggest using --output-file option in GitLab integration
|
||||
* Other changes
|
||||
* [syntax-error] Default type parameter followed by non-default type parameter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 29 13:49:12 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.14.7
|
||||
Version: 0.14.8
|
||||
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:3417deb75d23bd14a722b57b0a1435561db65f0ad97435b4cf9f85ffcef34ae5
|
||||
size 5727324
|
||||
3
ruff-0.14.8.tar.gz
Normal file
3
ruff-0.14.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:774ed0dd87d6ce925e3b8496feb3a00ac564bea52b9feb551ecd17e0a23d1eed
|
||||
size 5765385
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9436dd4976b26db9e4fc8bf37a455f4f5eee23f09d43eda5c9c7ccca2edb372e
|
||||
size 28051081
|
||||
oid sha256:167458808933bdf19491a18fc4c159fb9e523a1691f76d50dd922eb31bfdf26e
|
||||
size 28051512
|
||||
|
||||
Reference in New Issue
Block a user