diff --git a/0001-set-cargo-vendor-cache-for-local-build.patch b/0001-set-cargo-vendor-cache-for-local-build.patch index 9d910847f1b3d81e630b4bc47d678fb981bcaab0..cc9c203f0f6a6644bab54f763402c05eae2387b7 100644 --- a/0001-set-cargo-vendor-cache-for-local-build.patch +++ b/0001-set-cargo-vendor-cache-for-local-build.patch @@ -22,9 +22,9 @@ index 0000000..8d5f9f2 +rev = "3512a9f" +replace-with = "vendored-sources" + -+[source."git+https://github.com/salsa-rs/salsa.git?rev=b14be5c0392f4c55eca60b92e457a35549372382"] ++[source."git+https://github.com/salsa-rs/salsa.git?rev=7edce6e248f35c8114b4b021cdb474a3fb2813b3"] +git = "https://github.com/salsa-rs/salsa.git" -+rev = "b14be5c0392f4c55eca60b92e457a35549372382" ++rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" +replace-with = "vendored-sources" + +[source.vendored-sources] diff --git a/cargo-vendor-cache b/cargo-vendor-cache index 984975f10bbd95716f8fbaf3b0ff4bef9b7d2e75..1c3592ed26b283f013b25bc00e0e468973916e6f 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/python-ruff.spec b/python-ruff.spec index b75b57bd863ced605b7b81179a9ac5eefe0660ef..c35a282463ec84a67fd9bf2dcb543e7d0c7de8b3 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -2,12 +2,12 @@ %global pypi_name ruff Name: python-%{pypi_name} -Version: 0.7.0 +Version: 0.11.10 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/2c/c7/f3367d1da5d568192968c5c9e7f3d51fb317b9ac04828493b23d8fce8ce6/ruff-0.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e8/4c/4a3c5a97faaae6b428b336dcca81d03ad04779f8072c267ad2bd860126bf/ruff-0.11.10.tar.gz Source1: cargo-vendor-cache Patch1: 0001-set-cargo-vendor-cache-for-local-build.patch @@ -47,6 +47,17 @@ tar xzvf %{SOURCE1} -C . %{python3_sitearch}/%{pypi_name}*.dist-info/ %changelog +* Mon May 19 2025 Dongxing Wang - 0.11.10-1 +- Update package with version 0.11.10 + Implement a recursive check for RUF060 + Default to latest supported Python version for version-related syntax errors + Implement deferred annotations for Python 3.14 + Add new rule in-empty-collection (RUF060) + Make duplicate parameter names a semantic error + Avoid adding whitespace to the end of a docstring after an escaped quote + Implement invalid-rule-code as RUF102 + Support slices in RUF005 + * Thu Oct 24 2024 Dongxing Wang - 0.7.0-1 - Update package to version 0.7.0 Add support for extensionless Python files for server diff --git a/ruff-0.11.10.tar.gz b/ruff-0.11.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0ac858ed463aee60fc47ae1d09cf60ba473110f4 Binary files /dev/null and b/ruff-0.11.10.tar.gz differ diff --git a/ruff-0.7.0.tar.gz b/ruff-0.7.0.tar.gz deleted file mode 100644 index 6ff88e210a64153dd24d925d9bdc08e2b989c1c5..0000000000000000000000000000000000000000 Binary files a/ruff-0.7.0.tar.gz and /dev/null differ