diff --git a/python-yaspin.spec b/python-yaspin.spec index d9c0427..16bb174 100644 --- a/python-yaspin.spec +++ b/python-yaspin.spec @@ -2,12 +2,12 @@ %global pypi_name yaspin Name: python-%{pypi_name} -Version: 2.3.0 +Version: 3.0.1 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 +Source0: https://files.pythonhosted.org/packages/0e/6e/faf922412b0538663bba81cf1e741fa9856aac7b4fd80d0790521b4bbe7d/yaspin-3.0.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -20,7 +20,6 @@ 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. @@ -49,6 +48,9 @@ Yaspin provides a full-featured terminal spinner to show the progress during lon %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog +* Tue Dec 26 2023 jiangxinyu - 3.0.1-1 +- Update package to version 3.0.1 + * Fri Jun 16 2023 Dongxing Wang - 2.3.0-1 - Upgrade to version 2.3.0 diff --git a/yaspin-2.3.0.tar.gz b/yaspin-2.3.0.tar.gz deleted file mode 100644 index 47ee372..0000000 Binary files a/yaspin-2.3.0.tar.gz and /dev/null differ diff --git a/yaspin-3.0.1.tar.gz b/yaspin-3.0.1.tar.gz new file mode 100644 index 0000000..1f3b48d Binary files /dev/null and b/yaspin-3.0.1.tar.gz differ