Update to 0.27.2 (close RHBZ#2122000)
This commit is contained in:
parent
6a7628cc72
commit
336ab0ae18
3 changed files with 3 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,3 +27,4 @@
|
|||
/OWSLib-0.21.0.tar.gz
|
||||
/OWSLib-0.25.0.tar.gz
|
||||
/OWSLib-0.26.0.tar.gz
|
||||
/OWSLib-0.27.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%bcond_without doc_pdf
|
||||
|
||||
Name: python-OWSLib
|
||||
Version: 0.26.0
|
||||
Version: 0.27.2
|
||||
Release: %autorelease
|
||||
Summary: Client library for OGC web services
|
||||
|
||||
|
|
@ -81,10 +81,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
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r requirements-dev-filtered.txt
|
||||
|
|
@ -146,7 +142,6 @@ k="${k-}${k+ and } not (TestOffline and test_wms_130_remotemd_parse_single)"
|
|||
|
||||
%files -n python3-OWSLib -f %{pyproject_files}
|
||||
# pyproject_files handles LICENSE; verify with “rpm -qL -p …”
|
||||
|
||||
%doc AUTHORS.rst
|
||||
%doc CHANGES.rst
|
||||
%doc README.rst
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.26.0.tar.gz) = 27362c47eae87dc6318d505dd1b0987de36d140d2d0fd5d7a5195470de39d73807fbcafa142366f6981cc36453c262a41133c6c68baf45a97d0fdaae5a0ebf4b
|
||||
SHA512 (OWSLib-0.27.2.tar.gz) = 02c70731ef92783d53b8f0dff2cec7d28d14ac08b0a4b5090183f9eacf156d539c823fcd2ae480c07447e901697de498cdf2aaf27c8b6d46fa4cf8eb3679ceee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue