diff --git a/python-ruff.spec b/python-ruff.spec index 63cec2b5c45078c4fe9631c123266d1eaf383365..e5445b1365adf972708297283a73cf58542d95d6 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -2,12 +2,12 @@ %global pypi_name ruff Name: python-%{pypi_name} -Version: 0.3.4 +Version: 0.6.9 Release: 1 Summary: An extremely fast Python linter, written in Rust. License: MIT URL: https://github.com/astral-sh/ruff -Source0: https://files.pythonhosted.org/packages/e1/11/134742808610b28b960687ab735c562ec4c8444d0fe09d39d01c4ffdc8ff/ruff-0.3.4.tar.gz +Source0: https://files.pythonhosted.org/packages/26/0d/6148a48dab5662ca1d5a93b7c0d13c03abd3cc7e2f35db08410e47cef15d/ruff-0.6.9.tar.gz BuildRequires: rust-packaging BuildRequires: python3-devel @@ -44,6 +44,16 @@ An extremely fast Python linter, written in Rust. %{python3_sitearch}/%{pypi_name}*.dist-info/ %changelog +* Wed Oct 16 2024 lixiaoyong - 0.6.9-1 +- Update package to version 0.6.9 + Fix codeblock dynamic line length calculation for indented docstring examples (#13523) + [refurb] Mark FURB118 fix as unsafe (#13613) + [pydocstyle] Don't raise D208 when last line is non-empty (#13372) + [pylint] Preserve trivia (i.e. comments) in PLR5501 autofix (#13573) + Support ruff discovery in pip build environments (#13591) + [flake8-bugbear] Avoid short circuiting B017 for multiple context managers (#13609) + + * Wed Mar 27 2024 GuoCe - 0.3.4-1 - Update package to version 0.3.4 - Add yaml file diff --git a/ruff-0.3.4.tar.gz b/ruff-0.3.4.tar.gz deleted file mode 100644 index 91f50b22c9d76255fcaa9816a761f47fa6b0ad97..0000000000000000000000000000000000000000 Binary files a/ruff-0.3.4.tar.gz and /dev/null differ diff --git a/ruff-0.6.9.tar.gz b/ruff-0.6.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3b29c35d20b95e024cbf12eef1f8932f218ae826 Binary files /dev/null and b/ruff-0.6.9.tar.gz differ