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 1958d8a0f4
3 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,5 @@
Name: python-OWSLib
Version: 0.34.1
Version: 0.35.0
Release: %autorelease
Summary: OGC Web Service utility library
@ -81,9 +81,6 @@ sed -r -i 's/^([[:blank:]]*)(--cov\b)/\1# \2/' tox.ini
# 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"