diff --git a/python-tqdm.spec b/python-tqdm.spec index 5232c03f8432e99bc90d5ea00fd075f108d6d129..a6d67506b970667cb10de57ee1d534c481670ffd 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -2,11 +2,11 @@ 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 +Source0: https://files.pythonhosted.org/packages/69/50/9f29874d835945b845812799edc732ba30c41e9d20431f9f69c8ffb9c670/tqdm-%{version}.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 +* Mon Nov 14 2022 xu_ping - 4.56.0-3 +- change source path + * Thu Jun 24 2021 hanhui - 4.56.0-2 - add BuildRequires:gcc python3-toml python3-setuptools_scm