diff --git a/python-tqdm.spec b/python-tqdm.spec index 615e4e9bd542ff6338ed64e2b76509ee18d8df29..c414b08ee4feabf1571f66ddd7af082fdb24a482 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,13 +1,12 @@ %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 URL: https://github.com/tqdm/tqdm -Source0: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz - +Source0: https://files.pythonhosted.org/packages/58/83/6ba9844a41128c62e810fddddd72473201f3eacde02046066142a2d96cc5/tqdm-4.66.5.tar.gz BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel @@ -53,6 +52,15 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Mon Aug 26 2024 panzhe - 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 + - bump deps + * 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