enable check

(cherry picked from commit 6e0d5fe5438badd261aafe03a63c7929531db82d)
This commit is contained in:
markeryang 2023-05-27 10:46:00 +00:00 committed by openeuler-sync-bot
parent e43a781178
commit cbdffcabcb

View File

@ -1,6 +1,6 @@
Name: pyparsing
Version: 2.4.7
Release: 2
Release: 3
Summary: A Python Parsing Module
License: MIT
URL: https://github.com/pyparsing/pyparsing/
@ -57,6 +57,10 @@ dos2unix -k CHANGES LICENSE
%py2_install_wheel pyparsing-%{version}-py2.py3-none-any.whl
%py3_install_wheel pyparsing-%{version}-py2.py3-none-any.whl
%check
%{__python2} simple_unit_tests.py
%{__python3} simple_unit_tests.py
%pre
%preun
@ -83,6 +87,9 @@ dos2unix -k CHANGES LICENSE
%doc CHANGES README.rst docs examples
%changelog
* Sat May 27 2023 yanglongkang <yanglongkang@h-partners.com> - 2.4.7-3
- enable check
* Sat Sep 5 2020 shixuantong <shixuantong@huawei.com> - 2.4.7-2
- Type: bugfix
- ID: NA