From e274f420266e4cd4f2d26f5f6d490ccdee511fde Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Sat, 18 Feb 2023 03:20:02 +0000 Subject: [PATCH] make the test check Signed-off-by: zhuofeng --- python-prettytable.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/python-prettytable.spec b/python-prettytable.spec index 1570d65..d04683f 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,6 +1,6 @@ Name: python-prettytable Version: 2.4.0 -Release: 2 +Release: 3 Summary: Display tabular data in a visually appealing ASCII table format. License: BSD URL: http://pypi.python.org/pypi/PrettyTable @@ -42,6 +42,11 @@ This package is for python3. %install %{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%check +pushd %{py3dir} +%{__python3} prettytable_test.py +popd + %files help %defattr(-,root,root) %doc README.md CHANGELOG.md @@ -53,6 +58,12 @@ This package is for python3. %{python3_sitelib}/prettytable-%{version}* %changelog +* Wed Feb 08 2023 zhuofeng - 2.4.0-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:make the test check + * Wed Oct 26 2022 zhangruifang - 2.4.0-2 - Rebuild for next release -- Gitee