!3 Add check for python-vega-datasets pkg

From: @zoujiancang 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-09-02 01:04:55 +00:00 committed by Gitee
commit fcd3c97428
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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