Changelog for
python311-OWSLib-0.29.2-1.3.noarch.rpm :
* Tue Aug 29 2023 Ben Greiner
- Update to 0.29.2
* fix WCS logging- Release 0.29.1
* ISO: subclass SV_ServiceIdentification from MD_DataIdentification- Release 0.29.0
* This release adds an OpenSearch client, as well as updates ISO parsing by removing longstanding deprecations/warnings. Users are advised to use 0.28.1 if previous ISO parsing workflows support is required.
* BREAKING: remove ISO deprecations (#862) (#869)
* add OpenSearch client implementation
* safeguard WMS GetMap bgcolor parameter (AATTgeographika)
* fix WMS dimension parsing (AATTemilianocastaneda)
* Thu Mar 30 2023 Ben Greiner - Update to 0.28.1
* use only lxml for XML parsing and disable entity resolution in XML payload- Release 0.28.0
* 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 (AATTdvbmgr)
* WFS: fix filter parsing (AATThuard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI handling (AATTsebastic)
* FGDC: fix contact parsing (AATTpvgenuchten)- Release 0.27.1
* remove pyproj as core dependency- Release 0.27.0
* core: update pyproj
* OGC API: add support for OGC API - Processes- Release 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)
* Mon Mar 06 2023 Matej Cepl - Don\'t use fdupes -s, it hurts.
* Fri Dec 03 2021 Ben Greiner - Update to version 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- Release notes for 0.24.1
* fix CSW request byte handling (#776)- Release notes for 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- Don\'t test on Leap
* Tue Apr 20 2021 Ben Greiner - Disable python36 build: pyproj not available- Enable test suite (at least a part of it)
* Sat Feb 13 2021 Ben Greiner - Update to version 0.23.0
* WMS: Handle empty . element in GetCapabilities (#739)
* WCS: Feature/wcs headers integration (#741)
* Tests: fix WFS tests (#743)
* Auth: Support requests AuthBase in addition to basic password authentication (#724)
* WCS: Fix bug with timeout not assigned (#738)
* Tests: restore ISO GM03 tests as pytests (#734)
* ISO: OWS/ISO metadata updates (#736)
* ISO: add support for ISO 19115 keyword thesaurus URLs via gmx:Anchor (#735)
* ISO: fix reference (#733)- Changes in 0.22.0
* Tests: Fix tests coveralls (#732)
* WCS, WFS: Add timeout to get capabilities (#730)
* Tests: migrate to GitHub actions (#727)
* ISO: add support for ISO 19115-2 (#726)- Fix malformed python_module line
* Thu Jan 21 2021 Guillaume GARDET - Depend on python-PyYAML instead of python-pyyaml
* Tue Jan 19 2021 Bruno Friedmann - update to version 0.21.1 + This release adds the draft implementation of OGC API + Coverages support as well as numerous fixes to the codebase. + A full list of commits for 0.21.0 can be found at: https://github.com/geopython/OWSLib/commits/0.21.0- packaging + Update copyright year + Sync list of Requires (pyproj > 2 and add pyyaml) with requirements
* Mon Dec 07 2020 Bruno Friedmann - update to version 0.20.0 + Provides initial support for draft OGC API - Records standard. + WFS: make wfs:FeatureTypeList optional for 1.1 and 2.0 (#673) + OGC API - Records: initial draft implementation (#679, #693) + WPS: add support for retrieving data from local filesystem (huard, #681) + WMTS: add support for boundingboxes (kordian-kowalski, #687) + Authentication: Enable switching off SSL verification (Samweli, #685)
* Mon Mar 02 2020 Bruno Friedmann - update to version 0.19.1 + Fixed Python 3.8 installation (#635, ocefpaf) + Refactored OGC API (#641, tomkralidis) + Add `python_requires` to prevent pip installing this on Python 2.x (#634, craigds) + Tests: use HEAD instead of GET in service_ok (#651, roel) + Tests: replaced service URLs with working versions (#648, roel) + WFS: Fix WFS get_schema when typename doubles as attributename (#647, roel) + WCS: Removed redundant check on logging level (#646, johanvdw) + WFS3: renamed time parameter to datetime (#639, mattfung) + WFS: Added required fields to wfs schema (#628, Alexandre27) + WCS: added resolution and size params to WCS GetCoverage requests (#633, dukestep) + DOCS: updated WMS docs (#649, pathmapper)- update to version 0.19.0 + ALL: python2 support removed (cehbrecht et. al.) + OWS - safeguard ProviderSite/AATThref (jannefleischer) - safeguard bbox parsing (walkermatt) + WMS: support ScaleDenominator + WMTS: add timeout (jachym) + OGC API Features updates following specification + TMS: fix broken constructor (justb4) + ALL: pass HTTP headers for WMS/WFS/WMTS/TMS (justb4) + ALL: test fixes/updates- update to version 0.18.0 + NEW: WFS 3 initial implementation + NEW: add Authentication framework (eric-spitler) + WPS:
* add process properties, percentCompleted (cehbrecht)
* add reference attributes (enolfc)
* add support for multi process processes (huard) + OWS: add support for crs and dimension (saimeCS)- packaging: + cleanup spec + move to build only python3