diff --git a/pyparsing.spec b/pyparsing.spec index c185f84f71aa88b1db8c3ee51db92f2dd86dd175..425b6bbf4d922e59b54ee0c20a13288bb9c08bb0 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -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 - 2.4.7-3 +- enable check + * Sat Sep 5 2020 shixuantong - 2.4.7-2 - Type: bugfix - ID: NA