From e05df732c4384e80dc60e226f6be80b185682c12 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:53:41 -0700 Subject: [PATCH] fix: ruff (#1455) (#1459) Signed-off-by: madomado (cherry picked from commit 9d0afe095cf745239e60c6ae661164145a188bd2) Co-authored-by: madomado --- anda/langs/python/ruff/python3-ruff.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/ruff/python3-ruff.spec b/anda/langs/python/ruff/python3-ruff.spec index 22c8156465..57d53f2a54 100644 --- a/anda/langs/python/ruff/python3-ruff.spec +++ b/anda/langs/python/ruff/python3-ruff.spec @@ -6,7 +6,7 @@ Release: 1%?dist Summary: An extremely fast Python linter, written in Rust License: MIT URL: https://beta.ruff.rs/ -Source0: https://github.com/astral-sh/ruff/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/astral-sh/ruff/archive/refs/tags/%{version}.tar.gz BuildRequires: python3-installer python3-pip maturin cargo Provides: python3.11dist(ruff) = %{version}