Bump owslib from 0.20.0 to 0.28.1
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:
... (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:
... (truncated)
Commits
9530e92update release version 0.28.1b0c6875use only lxml for XML handling (#863)b571118update release version 0.28.0a365101update OAProc process list filteringde144a5Merge pull request #858 from huard/fix_8046f83d02Fix pep8 issuee9d863afix previous commit for xml0e7c60bMerge pull request #808 from envisionz/wfs-keywordsa70c46cfix: #804, issue with WFS filter passed as string6e1eca9Merge pull request #856 from geopython/wmts_pep8- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.
@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.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.