Update to latest version (#2101991)

This commit is contained in:
Elliott Sales de Andrade 2022-06-29 17:00:40 -04:00
commit 996cfd1bc1
7 changed files with 113 additions and 11 deletions

View file

@ -5,7 +5,7 @@
%bcond_with network
Name: python-%{srcname}
Version: 0.20.2
Version: 0.20.3
Release: %autorelease
Summary: Cartographic Python library with Matplotlib visualisations
@ -20,6 +20,12 @@ Patch0001: 0001-Increase-tolerance-for-new-FreeType.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2088864
Patch0002: 0002-Use-pkg-config-to-find-GEOS-instead-of-geos-config.patch
Patch0003: 0003-Remove-extraneous-insertion-of-default-compiler-path.patch
# There is a metadata problem when mixing setuptools-scm >= 7 and
# setuptools-scm-git-archive, which is why upstream requires >= 7. However, we
# are not mixing versions, so we can safely downgrade.
Patch0004: 0004-Revert-Backport-pull-request-2057.patch
# But don't allow the new version unless dropping the above patch.
BuildRequires: python3dist(setuptools-scm) < 7
BuildRequires: git-core
BuildRequires: gcc-c++