diff --git a/python-tqdm.spec b/python-tqdm.spec index 615e4e9bd542ff6338ed64e2b76509ee18d8df29..0dbcf08909491094f6dd6c13d2690235c45b1747 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.66.4 +Version: 4.66.5 Release: 1 Summary: A Fast and Extensible Progress Bar for Python and CLI License: MPL-2.0 and MIT @@ -53,6 +53,13 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Tue Sep 24 2024 yaoxin - 4.66.5-1 +- Update to 4.66.5: + * support ncols auto-detection on FreeBSD + * fix Python 3.13 CLI + * fix Python 3.13 tests + * misc framework updates: add official Python 3.12 support + * Sat May 11 2024 dongjiao - 4.66.4-1 - Upgrade package to version 4.66.4 - rich: fix completion diff --git a/tqdm-4.66.4.tar.gz b/tqdm-4.66.4.tar.gz deleted file mode 100644 index 826842917f5dc60ef3c81b8fa83021b1d1441334..0000000000000000000000000000000000000000 Binary files a/tqdm-4.66.4.tar.gz and /dev/null differ diff --git a/tqdm-4.66.5.tar.gz b/tqdm-4.66.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8aa8ae05509b67872ef86d8ae1486a65d7c68c5b Binary files /dev/null and b/tqdm-4.66.5.tar.gz differ