!23 [sync] PR-21: enable check

From: @openeuler-sync-bot 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-05-29 02:27:15 +00:00 committed by Gitee
commit b10a3dd463
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,13 @@
Name: pyparsing Name: pyparsing
Version: 3.0.6 Version: 3.0.6
Release: 2 Release: 3
Summary: A Python Parsing Module Summary: A Python Parsing Module
License: MIT License: MIT
URL: https://github.com/pyparsing/pyparsing/ URL: https://github.com/pyparsing/pyparsing/
Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: dos2unix python3-devel python3-setuptools BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
%description %description
@ -47,6 +47,9 @@ dos2unix -k CHANGES LICENSE
%install %install
%py3_install_wheel pyparsing-%{version}-py3-none-any.whl %py3_install_wheel pyparsing-%{version}-py3-none-any.whl
%check
%{__python3} tests/test_simple_unit.py
%pre %pre
%preun %preun
@ -65,6 +68,9 @@ dos2unix -k CHANGES LICENSE
%doc CHANGES README.rst docs examples %doc CHANGES README.rst docs examples
%changelog %changelog
* Sat May 27 2023 yanglongkang <yanglongkang@h-partners.com> - 3.0.6-3
- enable check
* Tue Oct 25 2022 zhuofeng <zhuofeng2@huawei.com> - 3.0.6-2 * Tue Oct 25 2022 zhuofeng <zhuofeng2@huawei.com> - 3.0.6-2
- Rebuild for next release - Rebuild for next release