Update to 0.35.0 (close RHBZ#2406840)

This commit is contained in:
Benjamin A. Beasley 2025-10-28 21:29:11 +00:00
commit 44a3b31fe7
3 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,7 @@
%bcond pytest_httpserver 0
Name: python-OWSLib
Version: 0.34.1
Version: 0.35.0
Release: %autorelease
Summary: OGC Web Service utility library
@ -112,9 +112,6 @@ chmod -v a-x examples/*.py
# 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"