diff --git a/python-yaspin.spec b/python-yaspin.spec index 16bb174..c4f35e7 100644 --- a/python-yaspin.spec +++ b/python-yaspin.spec @@ -2,12 +2,12 @@ %global pypi_name yaspin Name: python-%{pypi_name} -Version: 3.0.1 +Version: 3.0.2 Release: 1 Summary: Yet Another Terminal Spinner License: MIT URL: https://github.com/pavdmyt/yaspin -Source0: https://files.pythonhosted.org/packages/0e/6e/faf922412b0538663bba81cf1e741fa9856aac7b4fd80d0790521b4bbe7d/yaspin-3.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/45/92/945d168f13d7e64ae7f013cb9db8a6fbde62a2cb1ce72ba6e0d2af05b402/yaspin-3.0.2.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -48,6 +48,10 @@ Yaspin provides a full-featured terminal spinner to show the progress during lon %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog +* Mon Apr 22 2024 zhaojingyu - 3.0.2-1 +- Update package to version 3.0.2 +- Add py.typed marker file to be compliant with PEP561 + * Tue Dec 26 2023 jiangxinyu - 3.0.1-1 - Update package to version 3.0.1 diff --git a/yaspin-3.0.1.tar.gz b/yaspin-3.0.1.tar.gz deleted file mode 100644 index 1f3b48d..0000000 Binary files a/yaspin-3.0.1.tar.gz and /dev/null differ diff --git a/yaspin-3.0.2.tar.gz b/yaspin-3.0.2.tar.gz new file mode 100644 index 0000000..a6b142d Binary files /dev/null and b/yaspin-3.0.2.tar.gz differ