Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:56:02 +02:00
commit 2009d04c55

View file

@ -6,7 +6,7 @@
Name: python-%{srcname}
Version: 0.16.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cartographic Python library with Matplotlib visualisations
License: LGPLv3
@ -204,6 +204,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" MPLBACKEND=Agg \
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.16.0-4
- Rebuilt for Python 3.7
* Wed Feb 28 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.16.0-3
- Drop patch for old versions of Matplotlib.
- Use python2- prefix for dependencies.