diff --git a/python-ruff.spec b/python-ruff.spec index 1ba5e750324931134e574b5857f977ce0ec12c3e..63cec2b5c45078c4fe9631c123266d1eaf383365 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -2,12 +2,12 @@ %global pypi_name ruff Name: python-%{pypi_name} -Version: 0.3.2 +Version: 0.3.4 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.2.tar.gz +Source0: https://files.pythonhosted.org/packages/e1/11/134742808610b28b960687ab735c562ec4c8444d0fe09d39d01c4ffdc8ff/ruff-0.3.4.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 +* Wed Mar 27 2024 GuoCe - 0.3.4-1 +- Update package to version 0.3.4 +- Add yaml file + * Fri Mar 15 2024 jiangxinyu - 0.3.2-1 - Update package to version 0.3.2 - Fix trailing kwargs end of line comment after slash diff --git a/python-ruff.yaml b/python-ruff.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0eaf2fdf7d5ca933e9e30db76665eb20df8c780 --- /dev/null +++ b/python-ruff.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: ruff +tag_prefix: +seperator: . diff --git a/ruff-0.3.2.tar.gz b/ruff-0.3.2.tar.gz deleted file mode 100644 index a6c0b2a404ec6caf2531df54a713d08071e26812..0000000000000000000000000000000000000000 Binary files a/ruff-0.3.2.tar.gz and /dev/null differ diff --git a/ruff-0.3.4.tar.gz b/ruff-0.3.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..91f50b22c9d76255fcaa9816a761f47fa6b0ad97 Binary files /dev/null and b/ruff-0.3.4.tar.gz differ