From 49f06dbee389a297ab10715abde1e716faff6696 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 2 Oct 2025 23:02:43 +0100 Subject: [PATCH] gnu: python-yaspin: Update to 3.2.0. * gnu/packages/python-xyz.scm (python-yaspin): Update to 3.2.0. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Add python-termcolor. [native-inputs]: Add python-poetry-core and python-pytest-mock. Change-Id: I26c80dbdeb392c4d3ca9b163452849451b60079a --- gnu/packages/python-xyz.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1aedb528ff8ac7bc6f2ecf6ffad0d62c7be5174e..de206508b4fade988cec777a92f2c2f361f2401b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2870,17 +2870,21 @@ quadrilateral grids. It is written in C++11 and wrapped using pybind11.") (define-public python-yaspin (package (name "python-yaspin") - (version "1.5.0") + (version "3.2.0") (source (origin (method url-fetch) (uri (pypi-uri "yaspin" version)) (sha256 - (base32 "1iirah0kydrdp505qnjj6gi54avcr7z0hbkfx9vmh8myr30rpz6q")))) - (build-system python-build-system) + (base32 "1ryc5099sjsa49fhcm6dp5l4rp9v9yxrh17ml78y89idfbbfhvs1")))) + (build-system pyproject-build-system) (native-inputs - (list python-pytest)) + (list python-poetry-core + python-pytest + python-pytest-mock)) + (propagated-inputs + (list python-termcolor)) (home-page "https://github.com/pavdmyt/yaspin") (synopsis "Yet Another Terminal Spinner") (description "Yaspin provides a terminal spinner to indicate the progress