geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
83 stars 71 forks source link

Bump owslib from 0.20.0 to 0.28.1 #441

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps owslib from 0.20.0 to 0.28.1.

Release notes

Sourced from owslib's releases.

0.28.1

A full list of commits for 0.28.1 can be found at:

https://github.com/geopython/OWSLib/commits/0.28.1

  • use only lxml for XML parsing and disable entity resolution in XML payloads

0.28.0

A full list of commits for 0.28.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.28.0

  • core: remove Python 3.6 from CI matrix (@​kalxas)
  • OGC API: add support for OGC API - Features - Part 4: transactions
  • OGC API: add support for OGC API - Maps
  • OGC API: fix OGC API - Processes process list filtering
  • fix WMTS resolution (@​dvbmgr)
  • WFS: fix filter parsing (@​huard)
  • OGC API: use yaml.safe_load for YAML parsing for OpenAPI handling (@​sebastic)
  • FGDC: fix contact parsing (@​pvgenuchten)

v0.27.2

A full list of commits for 0.27.2 can be found at:

https://github.com/geopython/OWSLib/commits/0.27.2

  • tests: fix regression test

v0.27.1

A full list of commits for 0.27.1 can be found at:

https://github.com/geopython/OWSLib/commits/0.27.1

  • core: remove pyproj as core dependency

v0.27.0

A full list of commits for 0.27.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.27.0

  • core: update pyproj
  • OGC API: add support for OGC API - Processes

v0.26.0

A full list of commits for 0.26.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.26.0

  • ISO: extend MD_Keywords for gmx:Anchor (#765)
  • WPS: forward timeout/language parameters (#793)

... (truncated)

Changelog

Sourced from owslib's changelog.

Changes

0.27.2 (unreleased)

  • WFS: Fix set_filter for string inputs (#804)

0.27.1 (2022-08-28)

  • remove pyproj as core dependency

0.27.0 (2022-08-28)

  • core: update pyproj
  • OGC API: add support for OGC API - Processes

0.26.0 (2022-06-06)

A full list of commits for 0.26.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.26.0

  • ISO: extend MD_Keywords for gmx:Anchor (#765)
  • WPS: forward timeout/language parameters (#793)
  • WPS: use 'maximumMegabytes' if available (#796)
  • OGC API: safeguard links
  • OGC API: add support for OGC API - Features - Part 3: CQL (#798)
  • OGC API: rename rangeSubset to properties for coverage queries (#806)
  • OGC API: fix subsets parameterization (#819)
  • CSW: pass headers to HTTP POST requests (#805)
  • WCS: pass timeout to constructors (#812)
  • CSW: fix byte/string handling for XML payloads (#816)
  • ISO: fix gmd:edition parsing (#821)

0.25.0 (2021-08-23)

A full list of commits for 0.25.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.25.0

  • WMS: include custom headers (#763)
  • ISO: add MD_BrowseGraphic support (#757)
  • OGC API: fix bbox handling #779), request/response handling
  • WFS: add support for topological filters (#780)
  • various bug fixes

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/geopython/GeoHealthCheck/network/alerts).
justb4 commented 1 year ago

@tomkralidis I see the necessity of this PR. My main hesitance to merge is that there are components in GHC that rely on older versions of OWSLib. These are mainly workarounds for features not available then and possibly other chained deps giving problems. For one thing OGC API Features Probes/Checks has/had these workarounds, see for example here. Other workarounds may had to do with SSL, it has been some time ago.

So some thorough testing and possibly coding is needed before merging. To start with the unit tests CI should not be failing. I know this will take time/effort. Let's DM further how to tackle.