add check file for the pkg
This commit is contained in:
parent
6832c7a375
commit
d0caf99d0e
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A Python package for offline access to vega datasets.
|
Summary: A Python package for offline access to vega datasets.
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -20,6 +20,10 @@ BuildRequires: python3-hatchling
|
|||||||
BuildRequires: python3-virtualenv
|
BuildRequires: python3-virtualenv
|
||||||
BuildRequires: python3-poetry-core
|
BuildRequires: python3-poetry-core
|
||||||
|
|
||||||
|
#check requires
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-pandas
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Python package for offline access to vega datasets.
|
A Python package for offline access to vega datasets.
|
||||||
|
|
||||||
@ -38,6 +42,9 @@ A Python package for offline access to vega datasets.
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -45,6 +52,9 @@ A Python package for offline access to vega datasets.
|
|||||||
%{python3_sitelib}/vega_datasets
|
%{python3_sitelib}/vega_datasets
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 25 2023 zoujiancang<jczou@isoftstone.com> - 0.9.0-2
|
||||||
- Modify name of the spec
|
- Modify name of the spec
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user