Update to 0.26.0 (close RHBZ#2095806)
This commit is contained in:
parent
a9e0873869
commit
789902c413
3 changed files with 7 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
%bcond_with tests
|
||||
|
||||
Name: python-OWSLib
|
||||
Version: 0.25.0
|
||||
Version: 0.26.0
|
||||
Release: %autorelease
|
||||
Summary: Client library for OGC web services
|
||||
|
||||
|
|
@ -108,6 +108,10 @@ chmod -v a-x examples/*.py
|
|||
# notebook errors when building documentation.
|
||||
echo 'nbsphinx_allow_errors = True' >> docs/conf.py
|
||||
|
||||
# Revert “Revert to previous pyproj version”
|
||||
# https://github.com/geopython/OWSLib/pull/807
|
||||
sed -r -i 's/(pyproj[[:blank:]]*)<[[:blank:]]*3\.3\.0/\1>=2/' requirements.txt
|
||||
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue