diff --git a/python-tqdm.spec b/python-tqdm.spec index 0dbcf08909491094f6dd6c13d2690235c45b1747..41b715bff70ea5bedcf92a51091b061237f75b34 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.66.5 +Version: 4.66.6 Release: 1 Summary: A Fast and Extensible Progress Bar for Python and CLI License: MPL-2.0 and MIT @@ -53,6 +53,12 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Thu Oct 31 2024 jiangxinyu - 4.66.6-1 +- Update package to version 4.66.6 + * fix pytest DeprecationWarning + * fix snapcraft build + * fix nbval DeprecationWarning + * Tue Sep 24 2024 yaoxin - 4.66.5-1 - Update to 4.66.5: * support ncols auto-detection on FreeBSD diff --git a/tqdm-4.66.5.tar.gz b/tqdm-4.66.5.tar.gz deleted file mode 100644 index 8aa8ae05509b67872ef86d8ae1486a65d7c68c5b..0000000000000000000000000000000000000000 Binary files a/tqdm-4.66.5.tar.gz and /dev/null differ diff --git a/tqdm-4.66.6.tar.gz b/tqdm-4.66.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..24932d8d783bf7e69a7cf470f245f912c2453083 Binary files /dev/null and b/tqdm-4.66.6.tar.gz differ