forked from pool/python-ruff
Accepting request 1156882 from devel:languages:python
- 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/request/show/1156882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=21
This commit is contained in:
commit
4e353b122f
1
_service
1
_service
@ -5,4 +5,5 @@
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Remove limitations on building (do not exclude any arch beforehand).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 14:20:44 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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,7 +33,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: alts
|
||||
BuildRequires: alts
|
||||
ExclusiveArch: %{rust_tier1_arches} riscv64
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
@ -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
3
ruff-0.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa78ec9418eb1ca3db392811df3376b46471ae93792a81af2d1cbb0e5dcb5142
|
||||
size 2076440
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:809267693f6ac1f1418835166afe1cb594cb0f3f05a2281dc2e031778251bdd0
|
||||
size 25342695
|
||||
oid sha256:7d01a0ee56d3d5c68646b3cebac47c2eae3f85e1a26a0737f785fa81767c746e
|
||||
size 25244788
|
||||
|
Loading…
Reference in New Issue
Block a user