From 07a19de8ed793e938122ba585aeba98193788b54 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 14 Nov 2022 11:41:52 +0800 Subject: [PATCH] change source path Signed-off-by: cherry530 --- python-tqdm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 5232c03..a6d6750 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 -- Gitee