Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:23:29 +02:00 committed by Miro Hrončok
commit d245345e3a

View file

@ -7,7 +7,7 @@
Name: python-%{srcname}
Version: 0.19.0
%global Version 0.19.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Cartographic Python library with Matplotlib visualisations
License: LGPLv3
@ -168,6 +168,9 @@ MPLBACKEND=Agg \
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.19.0-2
- Rebuilt for Python 3.10
* Thu Apr 22 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.19.0-1
- Update to latest version (#1952194)