Skip to content

Bump owslib from 0.23.0 to 0.26.0#460

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/owslib-0.26.0
Closed

Bump owslib from 0.23.0 to 0.26.0#460
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/owslib-0.26.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 13, 2022

Bumps owslib from 0.23.0 to 0.26.0.

Release notes

Sourced from owslib's releases.

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)
  • 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)

v0.25.0

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

v0.24.1

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

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

  • fix CSW request byte handling (#776)

v0.24.0

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

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

  • CSW: add CSW 3 client (#746)
  • CSW: add support for distributed search (#771)
  • OGC API: refactor collections for broader use (#753)
  • OACov: add support for scaling (#756)
  • Auth: make most Authentication attributes private (#770)
  • various bug fixes
Changelog

Sourced from owslib's changelog.

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

0.24.1 (2021-05-10)

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

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

  • fix CSW request byte handling (#776)

0.24.0 (2021-05-10)

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

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

... (truncated)

Commits
  • 3ab1dff update release version 0.26.0
  • 9a878f8 Merge pull request #821 from tomkralidis/iso-fix-edition
  • a9c4a80 ISO/ISO-CHE: fix XPath ref for gmd:edition
  • b4dca5c Merge pull request #820 from tomkralidis/ogcapi-f-strings
  • df97f05 update to CQL2 JSON for OARec tests
  • 0cebd5e update new OGC API code with f-strings
  • 41216fb Merge pull request #819 from tomkralidis/oacov-subset
  • 6a45877 OACov: fix subsets parameterization
  • 7ac4f27 Merge pull request #818 from tomkralidis/fix-pygeoapi-tests
  • 1ac6bae register pytest markers to tox config
  • Additional commits viewable in compare view

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)

Bumps [owslib](https://github.com/geopython/OWSLib) from 0.23.0 to 0.26.0.
- [Release notes](https://github.com/geopython/OWSLib/releases)
- [Changelog](https://github.com/geopython/OWSLib/blob/master/CHANGES.rst)
- [Commits](geopython/OWSLib@0.23.0...0.26.0)

---
updated-dependencies:
- dependency-name: owslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 13, 2022

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 29, 2022

Superseded by #520.

@dependabot dependabot Bot closed this Aug 29, 2022
@dependabot dependabot Bot deleted the dependabot/pip/owslib-0.26.0 branch August 29, 2022 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants