diff --git a/python-ruff.spec b/python-ruff.spec index 63cec2b5c45078c4fe9631c123266d1eaf383365..b2b24fef48f02231f8b699eb428c0c418f0ace17 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.1 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/ce/7e/82271b5ecbb72f24178eac28979380c4ba234f90be5cf92cb513605efb1a/ruff-0.6.1.tar.gz BuildRequires: rust-packaging BuildRequires: python3-devel @@ -44,6 +44,10 @@ An extremely fast Python linter, written in Rust. %{python3_sitearch}/%{pypi_name}*.dist-info/ %changelog +* Mon Aug 19 2024 dongjiao - 0.6.1-1 +- Update package to version 0.6.1 + - A new language server in Rust, A new, hand-written parser + * 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.1.tar.gz b/ruff-0.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f0bc9d85f5521cba542a467ba08e33dbbbb4f475 Binary files /dev/null and b/ruff-0.6.1.tar.gz differ