diff --git a/python-xyzservices.spec b/python-xyzservices.spec index b28f7f64df0f3333806dada01d14a3a08480e491..40a895bfddf165bb16d2a6ff0d80dc187c19af6f 100644 --- a/python-xyzservices.spec +++ b/python-xyzservices.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 2023.7.0 -Release: 1 +Release: 2 Summary: Xyzservices is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. @@ -19,6 +19,8 @@ BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-virtualenv BuildRequires: python3-poetry-core +BuildRequires: python3-pytest +BuildRequires: python3-mercantile %description Xyzservices is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. @@ -38,6 +40,9 @@ Xyzservices is a lightweight library providing a repository of available XYZ ser %install %pyproject_install +%check +%pytest + %files -n python3-%{pypi_name} %doc README.md %license LICENSE @@ -46,6 +51,9 @@ Xyzservices is a lightweight library providing a repository of available XYZ ser %{_datadir}/%{pypi_name}/ %changelog +* Tue Sep 12 2023 zoujiancang - 2023.7.0-2 +- Add check for the pkg + * Fri Aug 18 2023 zoujiancang - 2023.7.0-1 - Initial package