diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index 813853c5e9..92e6702daa 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.248 +Version: 0.0.247 Release: 1%{?dist} Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/anda/python/ruff/update.rhai b/anda/python/ruff/update.rhai index ba547052d7..1dd9d19c6b 100644 --- a/anda/python/ruff/update.rhai +++ b/anda/python/ruff/update.rhai @@ -1 +1 @@ -rpm.version(gh("charliermarsh/ruff")); +rpm.version(pypi("ruff"));