diff --git a/python-tqdm.spec b/python-tqdm.spec index 615e4e9bd542ff6338ed64e2b76509ee18d8df29..f9b288d603b90dc819e668e76867109c88d093f4 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,12 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Tue Sep 3 2024 wuzhaomin - 4.66.5-1 +- update version to 4.66.5 +- support ncols auto-detection on FreeBSD (#1602 <- casperdcl/git-fame#98) +- fix Python 3.13 CLI (#1594 <- #1585) +- fix Python 3.13 tests (#1595 <- python/cpython#117536 (comment)) + * 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..c53b4407e4e54339a136c0f290b8c64aeb2cab68 Binary files /dev/null and b/tqdm-4.66.5.tar.gz differ