!20 enable check

From: @markeryang 
Reviewed-by: @zhuofeng6, @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-05-29 02:08:57 +00:00 committed by Gitee
commit 0402bb8a88
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.7 Version: 3.0.7
Release: 1 Release: 2
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.7-2
- enable check
* Fri Jul 01 2022 wangkuntian <wangkuntian@uniontech.com> - 3.0.7-1 * Fri Jul 01 2022 wangkuntian <wangkuntian@uniontech.com> - 3.0.7-1
- Upgrade package pyparsing to version 3.0.7 - Upgrade package pyparsing to version 3.0.7