Merge branch 'f29'
This commit is contained in:
commit
bf65f858af
1 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Cartographic Python library with Matplotlib visualisations
|
||||
|
||||
License: LGPLv3
|
||||
|
|
@ -113,7 +113,7 @@ done
|
|||
|
||||
|
||||
%check
|
||||
PYTHONPATH="%{buildroot}%{python3_sitearch}" MPLBACKEND=Agg \
|
||||
PYTHONPATH="%{buildroot}%{python3_sitearch}" PYTHONDONTWRITEBYTECODE=1 MPLBACKEND=Agg \
|
||||
pytest-3 --doctest-modules --pyargs cartopy -m "not network"
|
||||
|
||||
|
||||
|
|
@ -128,6 +128,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" MPLBACKEND=Agg \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 06 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.17.0-2
|
||||
- Remove pytest bytecode
|
||||
|
||||
* Sat Nov 17 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.17.0-1
|
||||
- Update to latest version
|
||||
- Remove workaround for unpackaged Natural Earth data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue