diff --git a/python-tqdm.spec b/python-tqdm.spec index 9dcc786084e6d504fdf6240b9eee1a85bd55b033..c8f7e29b09d6cc80745afc412e83cf6772bc23ac 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} Name: python-tqdm -Version: 4.64.0 +Version: 4.64.1 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://files.pythonhosted.org/packages/98/2a/838de32e09bd511cf69fe4ae13ffc748ac143449bfc24bb3fd172d53a84f/tqdm-4.64.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c1/c2/d8a40e5363fb01806870e444fc1d066282743292ff32a9da54af51ce36a2/tqdm-4.64.1.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 Dec 07 2022 chendexi - 4.64.1-1 +- Upgrade package to version 4.64.1 + * Wed Aug 3 2022 kkz - 4.64.0-1 - Update to 4.64.0 diff --git a/tqdm-4.64.0.tar.gz b/tqdm-4.64.0.tar.gz deleted file mode 100644 index 51b799ae4a62e895d8964c5d1f62db498c7354d3..0000000000000000000000000000000000000000 Binary files a/tqdm-4.64.0.tar.gz and /dev/null differ diff --git a/tqdm-4.64.1.tar.gz b/tqdm-4.64.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2e1309983513f9e5ede5948b3c35cb420b8198dd Binary files /dev/null and b/tqdm-4.64.1.tar.gz differ