From d245345e3a67cd60044f285ee3b2caa6aed4bb9e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:23:29 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-cartopy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cartopy.spec b/python-cartopy.spec index a26a454..ab69da5 100644 --- a/python-cartopy.spec +++ b/python-cartopy.spec @@ -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 - 0.19.0-2 +- Rebuilt for Python 3.10 + * Thu Apr 22 2021 Elliott Sales de Andrade - 0.19.0-1 - Update to latest version (#1952194)