%global _empty_manifest_terminate_build 0 %global pypi_name yaspin Name: python-%{pypi_name} Version: 2.3.0 Release: 1 Summary: Yet Another Terminal Spinner License: MIT URL: https://github.com/pavdmyt/yaspin Source0: https://files.pythonhosted.org/packages/e7/d3/9dc42eaa5a41d64f83b6fcf68aef0993cc9be94dc3ea14038270680ff4e1/yaspin-2.3.0.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-editables BuildRequires: python3-hatch-vcs BuildRequires: python3-hatchling BuildRequires: python3-virtualenv BuildRequires: python3-poetry-core BuildRequires: python3-termcolor BuildRequires: zlib >= 1.2.11 %description Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations. %package -n python3-%{pypi_name} Summary: Yet Another Terminal Spinner Provides: python-yaspin %description -n python3-%{pypi_name} Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations. %prep %autosetup -n %{pypi_name}-%{version} %build %pyproject_build %install %pyproject_install %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog * Fri Jun 16 2023 Dongxing Wang - 2.3.0-1 - Upgrade to version 2.3.0 * Wed Apr 06 2022 jiangxinyu - 2.1.0-2 - Add zlib to buildrequires * Thu Dec 02 2021 Python_Bot - 2.1.0-1 - Package Init