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