diff --git a/python-tqdm.spec b/python-tqdm.spec index 382eaefe50028674648d61b30080b4bcf8aeabd0..732b2cbeebfcf9a9414e23baf1638964a4c2c01b 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -2,13 +2,13 @@ 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 python3-setuptools_scm python3-pip %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly @@ -52,6 +52,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Sat Jan 08 2022 hanhui - 4.56.0-3 +- add BuildRequires:python3-pip + * Thu Jun 24 2021 hanhui - 4.56.0-2 - add BuildRequires:gcc python3-toml python3-setuptools_scm