Update to 0.32.0 (close RHBZ#2321522)
This commit is contained in:
parent
2d22a37a13
commit
77268f146c
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -37,3 +37,4 @@
|
|||
/OWSLib-0.30.0.tar.gz
|
||||
/OWSLib-0.30.0-filtered.tar.zst
|
||||
/OWSLib-0.31.0-filtered.tar.zst
|
||||
/OWSLib-0.32.0-filtered.tar.zst
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.31.0-filtered.tar.zst) = e59d85d3c397292254a769dd04ddc65f3aab3eb2ed53581ba621dc91ae8a02b216dcbcd6bbad0b4d8395a2927bed7e5e27aee9f6d7f1bbed827a72cc9def6bfd
|
||||
SHA512 (OWSLib-0.32.0-filtered.tar.zst) = 5c2f2448d68c5177b75d5e5d3699733c5a1a10ffdbf8e73995e505b5697364fdbee57dc2b5a78bb4903cd5e8be844b70b119a0695414ff68c9bed9919730ae1e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue