From 89012fe63fa72f901b4d6fec29ae062839eba858 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 27 Jun 2026 14:21:41 -0500 Subject: [PATCH] chore (fx2): bump and switch to new upstream (#13410) (#13421) --- anda/langs/python/fx2/fx2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/python/fx2/fx2.spec b/anda/langs/python/fx2/fx2.spec index 6094942049..d806005681 100644 --- a/anda/langs/python/fx2/fx2.spec +++ b/anda/langs/python/fx2/fx2.spec @@ -6,8 +6,8 @@ Version: 0.16 Release: 1%{?dist} Summary: Chip support package for Cypress EZ-USB FX2 series microcontrollers License: 0BSD -URL: https://github.com/whitequark/libfx2 -Source0: %url/archive/refs/tags/v%version.tar.gz +URL: https://glasgowembedded.codeberg.page/libfx2/ +Source0: https://codeberg.org/GlasgowEmbedded/libfx2/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -34,7 +34,7 @@ Provides: python3-libfx2 %_desc %prep -%autosetup -n libfx2-%{version} +%autosetup -n libfx2 %build export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}