From ee952ce5a42389ff2fcefb39f0973c0cc700e014 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 1 Sep 2025 08:30:47 -0500 Subject: [PATCH] chore(modern-colorthief): Bootstrap be gone (#6223) Signed-off-by: Gilver --- anda/tools/modern-colorthief/modern-colorthief.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 82c6cf8194..c80198371e 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -1,5 +1,5 @@ %global pypi_name modern_colorthief -%bcond bootstrap 1 +%bcond bootstrap 0 %bcond docs %{without bootstrap} %bcond test %{without bootstrap} @@ -122,5 +122,7 @@ poetry run pytest %endif %changelog +* Mon Sep 1 2025 Gilver E. - 0.1.7-2 +- Rebuilt for Python 3.14 * Tue May 13 2025 Gilver E. - 0.1.7-1 - Initial package