SHA256
1
0
forked from pool/python-ruff

Accepting request 1237200 from devel:languages:python

- update to 0.9.1
 * Preview features
   * [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) 
   * [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) 
 * Rule changes
   * [flake8-bugbear] Improve assert-raises-exception message (B017) 
 * Formatter
   * Preserve trailing end-of line comments for the last string literal in implicitly concatenated strings 
 * Server
   * Fix a bug where the server and client notebooks were out of sync after reordering cells 
 * Bug fixes
   * [flake8-pie] Correctly remove wrapping parentheses (PIE800) 
   * [pyupgrade] Handle comments and multiline expressions correctly (UP037)

OBS-URL: https://build.opensuse.org/request/show/1237200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=53
This commit is contained in:
Ana Guerrero 2025-01-14 15:21:17 +00:00 committed by Git OBS Bridge
commit 1b273a6992
5 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jan 12 22:05:39 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.1
* Preview features
* [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391)
* [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052)
* Rule changes
* [flake8-bugbear] Improve assert-raises-exception message (B017)
* Formatter
* Preserve trailing end-of line comments for the last string literal in implicitly concatenated strings
* Server
* Fix a bug where the server and client notebooks were out of sync after reordering cells
* Bug fixes
* [flake8-pie] Correctly remove wrapping parentheses (PIE800)
* [pyupgrade] Handle comments and multiline expressions correctly (UP037)
-------------------------------------------------------------------
Fri Jan 10 10:47:59 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-ruff
Version: 0.9.0
Version: 0.9.1
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:143f68fa5560ecf10fc49878b73cee3eab98b777fcf43b0e62d43d42f5ef9d8b
size 3489167

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7abd25601b7637efe069ac290c7d8eb2f906a35dafaab8acded52f4cfd40f3bc
size 29787870
oid sha256:9c83d129fc8429ebc7259c3b5e95183aa08620b1cb372a5bf7b7eabf9cb558c6
size 29824449