SHA256
1
0
forked from pool/python-ruff

- update to 0.3.2

* Preview features
   * Improve single-with item formatting for Python 3.8 or older 
 * Rule changes
   * [pyupgrade] Allow fixes for f-string rule regardless of line length (UP032) 
   * [pycodestyle] Include actual conditions in E712 diagnostics 
 * Bug fixes
   * Fix trailing kwargs end of line comment after slash 
   * Fix unstable with items formatting 
   * Avoid repeating function calls in f-string conversions 
   * Fix E203 false positive for slices in format strings 
   * Fix incorrect Parameter range for *args and **kwargs 
   * Treat typing.Annotated subscripts as type definitions 
 * 0.3.1
 * Preview features
   * [pycodestyle] Fix E301 not triggering on decorated methods. 
   * [pycodestyle] Respect isort settings in blank line rules (E3*) 
   * [pycodestyle] Make blank lines in typing stub files optional (E3*) 
   * [pylint] Implement singledispatch-method (E1519) 
   * [pylint] Implement useless-exception-statement (W0133) 
 * Rule changes
   * [flake8-debugger] Check for use of debugpy and ptvsd debug modules  
   * [pyupgrade] Generate diagnostic for all valid f-string conversions regardless of line length (UP032) 
   * [pep8_naming] Add fixes for N804 and N805 
 * CLI
   * Colorize the output of ruff format --diff 
   * Make --config and --isolated global flags 
   * Correctly expand tildes and environment variables in paths passed to --config 
 * Configuration
   * Accept a PEP 440 version specifier for required-version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=46
This commit is contained in:
Ondřej Súkup 2024-03-11 08:55:36 +00:00 committed by Git OBS Bridge
parent 5bd5d7adb6
commit 4f989f3cf8
5 changed files with 47 additions and 8 deletions

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Mar 11 08:52:49 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.3.2
* Preview features
* Improve single-with item formatting for Python 3.8 or older
* Rule changes
* [pyupgrade] Allow fixes for f-string rule regardless of line length (UP032)
* [pycodestyle] Include actual conditions in E712 diagnostics
* Bug fixes
* Fix trailing kwargs end of line comment after slash
* Fix unstable with items formatting
* Avoid repeating function calls in f-string conversions
* Fix E203 false positive for slices in format strings
* Fix incorrect Parameter range for *args and **kwargs
* Treat typing.Annotated subscripts as type definitions
* 0.3.1
* Preview features
* [pycodestyle] Fix E301 not triggering on decorated methods.
* [pycodestyle] Respect isort settings in blank line rules (E3*)
* [pycodestyle] Make blank lines in typing stub files optional (E3*)
* [pylint] Implement singledispatch-method (E1519)
* [pylint] Implement useless-exception-statement (W0133)
* Rule changes
* [flake8-debugger] Check for use of debugpy and ptvsd debug modules
* [pyupgrade] Generate diagnostic for all valid f-string conversions regardless of line length (UP032)
* [pep8_naming] Add fixes for N804 and N805
* CLI
* Colorize the output of ruff format --diff
* Make --config and --isolated global flags
* Correctly expand tildes and environment variables in paths passed to --config
* Configuration
* Accept a PEP 440 version specifier for required-version
* Implement isort's default-section setting
* Bug fixes
* Remove trailing space from CapWords message
* Respect external codes in file-level exemptions
* [flake8-raise] Avoid false-positives for parens-on-raise with future.exception() (RSE102)
* [pylint] Add fix for unary expressions in PLC2801
* [ruff] Fix RUF028 not allowing # fmt: skip on match cases
-------------------------------------------------------------------
Fri Mar 8 16:57:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-ruff
Version: 0.3.0
Version: 0.3.2
Release: 0
Summary: An extremely fast Python linter, written in Rust
License: MIT
@ -33,8 +33,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: alts
BuildRequires: alts
# ExclusiveArch: %%{rust_tier1_arches} riscv64
# ExclusiveArch: x86_64 aarch64 riscv64
%python_subpackages
%description

View File

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

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fba5abba0a9cd2b6bcd20a938370e8d8b602d809967933801c0d714539cc80d
size 25362305
oid sha256:7d01a0ee56d3d5c68646b3cebac47c2eae3f85e1a26a0737f785fa81767c746e
size 25244788