diff --git a/python-tqdm.spec b/python-tqdm.spec index 382eaefe50028674648d61b30080b4bcf8aeabd0..7e42178f6e612345618e2231f38dd6f76ecd6361 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -2,17 +2,17 @@ Name: python-tqdm Version: 4.56.0 -Release: 2 +Release: 3 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 -BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm +BuildRequires: python3-devel python3-setuptools gcc python3-toml %description -tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -make your loops show a smart progress meter - just wrap any iterable with +tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly +make your loops show a smart progress meter - just wrap any iterable with tqdm(interable), and you are done! %package -n python3-tqdm @@ -21,8 +21,8 @@ Summary: A Fast and Extensible Progress Bar for Python and CLI %{?python_provide:%python_provide python3-tqdm} %description -n python3-tqdm -tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -make your loops show a smart progress meter - just wrap any iterable with +tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly +make your loops show a smart progress meter - just wrap any iterable with tqdm(interable), and you are done! %package_help @@ -52,6 +52,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Thu Mar 3 2022 zhaoshuang - 4.56.0-3 +- remove some unnecessary BuildRequires python3-toml python3-setuptools_scm + * Thu Jun 24 2021 hanhui - 4.56.0-2 - add BuildRequires:gcc python3-toml python3-setuptools_scm