Update to 0.27.2 (close RHBZ#2122000)

This commit is contained in:
Benjamin A. Beasley 2022-08-28 08:54:22 -04:00
commit e98c04ef0f
3 changed files with 3 additions and 7 deletions

View file

@ -9,7 +9,7 @@
%bcond_with tests
Name: python-OWSLib
Version: 0.26.0
Version: 0.27.2
Release: %autorelease
Summary: Client library for OGC web services
@ -107,10 +107,6 @@ 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
@ -235,7 +231,6 @@ PYTHONPATH='%{buildroot}%{python3_sitelib}' '%{python3}' -m pytest \
%files -n python%{python3_pkgversion}-OWSLib
%license LICENSE
%doc AUTHORS.rst
%doc CHANGES.rst
%doc README.rst