diff --git a/python-tqdm.spec b/python-tqdm.spec index 41b715bff70ea5bedcf92a51091b061237f75b34..947e0a5d1654ff59921740c4b1c9fdd1526edad5 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.66.6 +Version: 4.67.0 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/e8/4f/0153c21dc5779a49a0598c445b1978126b1344bab9ee71e53e44877e14e0/tqdm-4.67.0.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 +53,12 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Fri Nov 08 2024 guochao - 4.67.0-1 +- Update package to version 4.67.0 +- Using REST API directly + Using correct user agent + Add discord requests dep + * 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.0.tar.gz b/tqdm-4.67.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4192f13445b4bf3db158b3ec169d938031393ad9 Binary files /dev/null and b/tqdm-4.67.0.tar.gz differ