From 9d0afe095cf745239e60c6ae661164145a188bd2 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 9 Jul 2024 13:53:03 +0800 Subject: [PATCH] fix: ruff (#1455) Signed-off-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}