From 60c17487a12028b80c8c7dbb462a1a7f0fc9b909 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 19 2018 09:16:56 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/python-rasterio.spec b/python-rasterio.spec index 6517fae..a51d52c 100644 --- a/python-rasterio.spec +++ b/python-rasterio.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.0b1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast and direct raster I/O for use with Numpy and SciPy License: BSD @@ -120,6 +120,9 @@ PYTHONPATH="%{buildroot}%{python2_sitearch}" \ %changelog +* Tue Jun 19 2018 Miro Hrončok - 1.0b1-2 +- Rebuilt for Python 3.7 + * Sun May 27 2018 Elliott Sales de Andrade - 1.0b1-1 - Update to latest version.