From 081e18c577377506333494306d2323f54f707bcf Mon Sep 17 00:00:00 2001 From: hht8 Date: Thu, 28 May 2020 10:40:50 +0800 Subject: [PATCH] Add python-tqdm.yaml --- python-tqdm.spec | 3 --- python-tqdm.yaml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 python-tqdm.yaml diff --git a/python-tqdm.spec b/python-tqdm.spec index 728290c..0c16257 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -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 diff --git a/python-tqdm.yaml b/python-tqdm.yaml new file mode 100644 index 0000000..b8367b6 --- /dev/null +++ b/python-tqdm.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: tqdm/tqdm +tag_pattern: ^v +seperator: . -- Gitee