From d0caf99d0e52823fd97177b775add598f3959bea Mon Sep 17 00:00:00 2001 From: zoujiancang Date: Wed, 30 Aug 2023 15:01:06 +0800 Subject: [PATCH] add check file for the pkg --- python-vega-datasets.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-vega-datasets.spec b/python-vega-datasets.spec index 0238b1c..6e04203 100644 --- a/python-vega-datasets.spec +++ b/python-vega-datasets.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.9.0 -Release: 2 +Release: 3 Summary: A Python package for offline access to vega datasets. License: MIT @@ -20,6 +20,10 @@ BuildRequires: python3-hatchling BuildRequires: python3-virtualenv BuildRequires: python3-poetry-core +#check requires +BuildRequires: python3-pytest +BuildRequires: python3-pandas + %description A Python package for offline access to vega datasets. @@ -38,6 +42,9 @@ A Python package for offline access to vega datasets. %install %pyproject_install +%check +%pytest + %files -n python3-%{pypi_name} %doc README.md %license LICENSE @@ -45,6 +52,9 @@ A Python package for offline access to vega datasets. %{python3_sitelib}/vega_datasets %changelog +* Wed Aug 30 2023 zoujiancang - 0.9.0-3 +- Add check file for the pkg + * Fri Aug 25 2023 zoujiancang - 0.9.0-2 - Modify name of the spec