diff --git a/python-tqdm.spec b/python-tqdm.spec index 41b715bff70ea5bedcf92a51091b061237f75b34..e6838bd36a364ee7f329dd800405a43826bf4303 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.66.6 +Version: 4.67.1 Release: 1 Summary: A Fast and Extensible Progress Bar for Python and CLI License: MPL-2.0 and MIT @@ -53,6 +53,14 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Mon Dec 02 2024 jinshuaiyu - 4.67.1-1 +- Update package to version 4.67.1 + * fix gui + * bump pytest-asyncio + * fix codecov rate limit + * fix pybuild + * sync dependencies + * Thu Oct 31 2024 jiangxinyu - 4.66.6-1 - Update package to version 4.66.6 * fix pytest DeprecationWarning diff --git a/tqdm-4.66.6.tar.gz b/tqdm-4.66.6.tar.gz deleted file mode 100644 index 24932d8d783bf7e69a7cf470f245f912c2453083..0000000000000000000000000000000000000000 Binary files a/tqdm-4.66.6.tar.gz and /dev/null differ diff --git a/tqdm-4.67.1.tar.gz b/tqdm-4.67.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b558b0de2814aa7efeff77fc99354fbb3f3fa657 Binary files /dev/null and b/tqdm-4.67.1.tar.gz differ