Update to 0.31.0
This commit is contained in:
parent
b4b4a14cac
commit
2d22a37a13
3 changed files with 21 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -36,3 +36,4 @@
|
|||
/OWSLib-0.29.3.tar.gz
|
||||
/OWSLib-0.30.0.tar.gz
|
||||
/OWSLib-0.30.0-filtered.tar.zst
|
||||
/OWSLib-0.31.0-filtered.tar.zst
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%bcond doc_pdf %{undefined el10}
|
||||
|
||||
Name: python-OWSLib
|
||||
Version: 0.30.0
|
||||
Version: 0.31.0
|
||||
Release: %autorelease
|
||||
Summary: OGC Web Service utility library
|
||||
|
||||
|
|
@ -156,6 +156,24 @@ ignore="${ignore-} --ignore=tests/test_wps_getcapabilities_ceda.py"
|
|||
ignore="${ignore-} --ignore=tests/test_wps_getcapabilities_usgs.py"
|
||||
ignore="${ignore-} --ignore-glob=tests/test_wps_request*.py"
|
||||
ignore="${ignore-} --ignore-glob=tests/test_wps_response*.py"
|
||||
k="${k-}${k+ and }not test_metadata"
|
||||
k="${k-}${k+ and }not test_responsibility"
|
||||
k="${k-}${k+ and }not test_distributor"
|
||||
k="${k-}${k+ and }not test_online_distribution"
|
||||
k="${k-}${k+ and }not test_identification"
|
||||
k="${k-}${k+ and }not test_identification_contact"
|
||||
k="${k-}${k+ and }not test_identification_date"
|
||||
k="${k-}${k+ and }not test_identification_extent"
|
||||
k="${k-}${k+ and }not test_identification_keywords"
|
||||
k="${k-}${k+ and }not test_get_all_contacts"
|
||||
k="${k-}${k+ and }not test_aus"
|
||||
k="${k-}${k+ and }not test_service"
|
||||
k="${k-}${k+ and }not test_md_featurecataloguedesc"
|
||||
k="${k-}${k+ and }not test_md_imagedescription"
|
||||
k="${k-}${k+ and }not test_dq_dataquality"
|
||||
k="${k-}${k+ and }not test_md_reference_system"
|
||||
k="${k-}${k+ and }not test_service2"
|
||||
k="${k-}${k+ and }not test_md_distribution"
|
||||
|
||||
%pytest -m 'not online' -k "${k-}" ${ignore-} -v -rs
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.30.0-filtered.tar.zst) = 3e6eecdbd30481f47a1cb5f01f6a3d9750d0e15fd14eeb414b478ce8f16751d1e65d676c52576497439339646bf85f7eddbd5b0256e664817f45a3a196b93bb3
|
||||
SHA512 (OWSLib-0.31.0-filtered.tar.zst) = e59d85d3c397292254a769dd04ddc65f3aab3eb2ed53581ba621dc91ae8a02b216dcbcd6bbad0b4d8395a2927bed7e5e27aee9f6d7f1bbed827a72cc9def6bfd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue