diff --git a/python-rasterio.spec b/python-rasterio.spec index f826bf6..ee08fd5 100644 --- a/python-rasterio.spec +++ b/python-rasterio.spec @@ -1,8 +1,9 @@ %global srcname rasterio Name: python-%{srcname} +# When upgrading to 1.2.0, re-enable the tests marked FIXME in %%check Version: 1.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast and direct raster I/O for use with Numpy and SciPy License: BSD @@ -41,6 +42,7 @@ BuildRequires: python3-click-plugins BuildRequires: python3-cligj >= 0.5 BuildRequires: python3-numpy BuildRequires: python3-snuggs >= 1.4.1 +BuildRequires: python3-matplotlib Requires: python3-affine Requires: python3-attrs @@ -71,9 +73,10 @@ rm -r %{srcname} # Don't try unbuilt copy. %ifnarch s390x # test_outer_boundless_pixel_fidelity is very flaky, so skip it. # Skip debian tests since we are not on debian +# FIXME These tests are broken with gdal-3.2.0 (https://github.com/mapbox/rasterio/issues/2034): test_shapes, test_shapes_indent, test_shapes_mask PYTHONPATH="%{buildroot}%{python3_sitearch}" \ pytest-3 -v -m 'not network and not wheel' \ - -k 'not test_outer_boundless_pixel_fidelity and not debian' + -k 'not test_outer_boundless_pixel_fidelity and not debian and not test_shapes and not test_shapes_indent and not test_shapes_mask' %endif @@ -86,6 +89,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" \ %changelog +* Wed Nov 11 13:07:29 CET 2020 Sandro Mani - 1.1.8-2 +- Rebuild (proj, gdal) + * Wed Oct 21 2020 Elliott Sales de Andrade - 1.1.8-1 - Update to latest version (#1879133)