diff --git a/python-ruff.spec b/python-ruff.spec index 1ba5e75..63cec2b 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 0000000..a0eaf2f --- /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 a6c0b2a..0000000 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 0000000..91f50b2 Binary files /dev/null and b/ruff-0.3.4.tar.gz differ