Update to latest version

And also fix the internal version provides.
This commit is contained in:
Elliott Sales de Andrade 2021-10-09 00:52:41 -04:00
commit a5c7dbc311
6 changed files with 8 additions and 11865 deletions

View file

@ -5,7 +5,7 @@
%bcond_with network
Name: python-%{srcname}
Version: 0.20.0
Version: 0.20.1
Release: %autorelease
Summary: Cartographic Python library with Matplotlib visualisations
@ -15,16 +15,12 @@ Source0: %pypi_source %{Srcname}
# Set location of Fedora-provided pre-existing data.
Source1: siteconfig.py
# https://github.com/SciTools/cartopy/pull/1882
Patch0001: 0001-Regenerate-all-tick-test-images.patch
# https://github.com/SciTools/cartopy/pull/1883
Patch0002: 0002-Remove-use-of-distutils.patch
# Might not go upstream in current form.
Patch0003: 0003-Increase-tolerance-for-new-FreeType.patch
Patch0001: 0001-Increase-tolerance-for-new-FreeType.patch
BuildRequires: git-core
BuildRequires: gcc-c++
BuildRequires: geos-devel >= 3.3.3
BuildRequires: geos-devel >= 3.7.2
BuildRequires: proj-devel >= 8.0.0
BuildRequires: proj-data-uk
BuildRequires: python3-devel
@ -89,7 +85,7 @@ rm lib/cartopy/trace.cpp
%build
export FORCE_CYTHON=1
export FORCE_CYTHON=1 SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_wheel