From 3fdd3983f37a30602dd2d52545b6870075a921a1 Mon Sep 17 00:00:00 2001 From: markeryang Date: Sat, 27 May 2023 10:14:08 +0000 Subject: [PATCH] enable check --- pyparsing.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyparsing.spec b/pyparsing.spec index c5ec5e3..89b7b5c 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,13 +1,13 @@ Name: pyparsing Version: 3.0.7 -Release: 1 +Release: 2 Summary: A Python Parsing Module License: MIT URL: https://github.com/pyparsing/pyparsing/ Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz 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 %description @@ -47,6 +47,9 @@ dos2unix -k CHANGES LICENSE %install %py3_install_wheel pyparsing-%{version}-py3-none-any.whl +%check +%{__python3} tests/test_simple_unit.py + %pre %preun @@ -65,6 +68,9 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Sat May 27 2023 yanglongkang - 3.0.7-2 +- enable check + * Fri Jul 01 2022 wangkuntian - 3.0.7-1 - Upgrade package pyparsing to version 3.0.7