From 07bc7acd032543cffbd1a3df917792bc9b0bc0db Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 09:41:34 +0800 Subject: [PATCH 1/4] remove some unnecessary buildrequires --- python-tqdm.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 382eaef..f6e3739 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 %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 -- Gitee From 0c8e0055b620a526e035b793513baa9002e4635f Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 09:50:49 +0800 Subject: [PATCH 2/4] remove some unnecessary buildrequires --- python-tqdm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index f6e3739..63230f5 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -8,7 +8,7 @@ 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 +BuildRequires: python3-devel python3-setuptools gcc python3-toml python3-setuptools_scm %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -- Gitee From a7f3a810c032132ae42baf33de0bfa5070809962 Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 09:56:43 +0800 Subject: [PATCH 3/4] remove some unnecessary buildrequires --- python-tqdm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 63230f5..9d7d9b6 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -8,7 +8,7 @@ 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-setuptools_scm %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -- Gitee From 03aedb4ab6d845324897df30d25e64c8c7e790ba Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 10:16:09 +0800 Subject: [PATCH 4/4] remove some unnecessary buildrequires --- python-tqdm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 9d7d9b6..7e42178 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -8,7 +8,7 @@ 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-setuptools_scm +BuildRequires: python3-devel python3-setuptools gcc python3-toml %description tqdm derives from the Arabic word taqaddum which can mean "progress". Instantly -- Gitee