add check file for the pkg

This commit is contained in:
zoujiancang 2023-08-30 15:01:06 +08:00
parent 6832c7a375
commit d0caf99d0e

View File

@ -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<jczou@isoftstone.com> - 0.9.0-3
- Add check file for the pkg
* Fri Aug 25 2023 zoujiancang<jczou@isoftstone.com> - 0.9.0-2
- Modify name of the spec