Update to latest version.
This commit is contained in:
parent
4ebb4918dd
commit
ca844a291b
3 changed files with 9 additions and 5 deletions
|
|
@ -5,13 +5,13 @@
|
|||
%bcond_with network
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.18.0~rc1
|
||||
Version: 0.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Cartographic Python library with Matplotlib visualisations
|
||||
|
||||
License: LGPLv3
|
||||
URL: http://scitools.org.uk/cartopy/docs/latest/
|
||||
Source0: %pypi_source %{Srcname} 0.18.0rc1
|
||||
Source0: %pypi_source %{Srcname}
|
||||
# Set location of Fedora-provided pre-existing data.
|
||||
Source1: siteconfig.py
|
||||
# Might not go upstream in current form.
|
||||
|
|
@ -94,7 +94,7 @@ Data files for %{srcname}.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{Srcname}-0.18.0rc1 -p1
|
||||
%autosetup -n %{Srcname}-%{version} -p1
|
||||
cp -a %SOURCE1 lib/cartopy/
|
||||
|
||||
# Remove bundled egg-info
|
||||
|
|
@ -132,10 +132,13 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" PYTHONDONTWRITEBYTECODE=1 MPLBACKEN
|
|||
|
||||
%files -n python3-%{srcname}
|
||||
%{python3_sitearch}/cartopy
|
||||
%{python3_sitearch}/%{Srcname}-0.18.0rc1-py*.egg-info
|
||||
%{python3_sitearch}/%{Srcname}-%{version}-py*.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 18 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.18.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri May 01 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.18.0~rc1-1
|
||||
- Update to latest release candidate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue