Update to 0.32.0 (close RHBZ#2321522)

This commit is contained in:
Benjamin A. Beasley 2024-11-13 07:49:36 -05:00
commit 77268f146c
3 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@
%bcond doc_pdf %{undefined el10}
Name: python-OWSLib
Version: 0.31.0
Version: 0.32.0
Release: %autorelease
Summary: OGC Web Service utility library
@ -124,6 +124,9 @@ PYTHONPATH="${PWD}" %make_build -C docs latex \
# Otherwise, pytest finds the package twice in the Python path and complains.
rm -rf owslib
# This requires network access (during test collection!)
ignore="${ignore-} --ignore=tests/test_ogcapi_connectedsystems_osh.py"
# These require test data files from tests/resources/, which we have removed:
ignore="${ignore-} --ignore-glob=tests/doctests/*.txt"
k="${k-}${k+ and }not test_gm03"