From cf835823d238c121b5da6b2ea76470ed972fcbd6 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 16 Nov 2021 06:46:00 +0000 Subject: [PATCH] remove %check moudle --- python-tqdm.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index 728290c..dd4b24a 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -2,7 +2,7 @@ Name: python-tqdm Version: 4.28.1 -Release: 1 +Release: 2 Summary: A Fast and Extensible Progress Bar for Python and CLI License: MPLv2.0 and MIT URL: https://github.com/tqdm/tqdm @@ -39,9 +39,6 @@ tqdm(interable), and you are done! mkdir -p %{buildroot}%{_mandir}/man1/ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ -%check -%{__python3} setup.py test - %files -n python3-tqdm %defattr(-,root,root) %doc README.rst examples @@ -55,5 +52,8 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Tue Nov 16 2021 chenchen - 4.28.1-2 +- remove %check moudle + * Wed Mar 4 2020 hexiujun - 4.28.1-1 - Package init -- Gitee