Update to latest version.
This commit is contained in:
parent
4ebb4918dd
commit
ca844a291b
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/Cartopy-0.18.0b1.tar.gz
|
||||
/Cartopy-0.18.0b2.tar.gz
|
||||
/Cartopy-0.18.0rc1.tar.gz
|
||||
/Cartopy-0.18.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Cartopy-0.18.0rc1.tar.gz) = 4703f22712b2077cf319d8b83f6c97bc83a062b5e405cf1ccc4c5e96379f599c7209d4831624ecb0939b6f5f9b1ab5edde3b6355077aa896bbf0c8344a987456
|
||||
SHA512 (Cartopy-0.18.0.tar.gz) = b2d1f4b264ce06882aa282743bc69ac888606999432adfd7d2dd427a051a95c7ecf73079cb26259251c181f7d4018dd5897d0bc7b15cf8aa9264acb8ab360298
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue