diff --git a/python-tqdm.spec b/python-tqdm.spec index 5232c03f8432e99bc90d5ea00fd075f108d6d129..9dcc786084e6d504fdf6240b9eee1a85bd55b033 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.56.0 -Release: 2 +Version: 4.64.0 +Release: 1 Summary: A Fast and Extensible Progress Bar for Python and CLI License: MPLv2.0 and MIT URL: https://github.com/tqdm/tqdm -Source0: https://github.com/tqdm/tqdm/archive/v%{version}/tqdm-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/98/2a/838de32e09bd511cf69fe4ae13ffc748ac143449bfc24bb3fd172d53a84f/tqdm-4.64.0.tar.gz BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm @@ -52,6 +52,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Wed Aug 3 2022 kkz - 4.64.0-1 +- Update to 4.64.0 + * Thu Jun 24 2021 hanhui - 4.56.0-2 - add BuildRequires:gcc python3-toml python3-setuptools_scm diff --git a/tqdm-4.56.0.tar.gz b/tqdm-4.56.0.tar.gz deleted file mode 100644 index 4826e5cad36210e467ae02d7cf7274d76ac7d5c3..0000000000000000000000000000000000000000 Binary files a/tqdm-4.56.0.tar.gz and /dev/null differ diff --git a/tqdm-4.64.0.tar.gz b/tqdm-4.64.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..51b799ae4a62e895d8964c5d1f62db498c7354d3 Binary files /dev/null and b/tqdm-4.64.0.tar.gz differ