2021-04-21 07:50:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 20 22:50:28 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Disable python36 build: pyproj not available
|
|
|
|
|
- Enable test suite (at least a part of it)
|
|
|
|
|
|
2021-02-22 07:24:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 13 00:34:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.23.0
|
|
|
|
|
* WMS: Handle empty <DataURL>.<Format> 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
|
|
|
|
|
|
2021-01-20 07:20:57 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-01-23 13:54:02 +00:00
|
|
|
Thu Jan 21 09:57:32 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Depend on python-PyYAML instead of python-pyyaml
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-01-20 07:20:57 +00:00
|
|
|
Tue Jan 19 08:47:04 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2020-12-08 08:03:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 7 09:31:35 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
|
|
|
|
|
|
|
|
|
- update to version 0.20.0
|
2021-01-20 07:20:57 +00:00
|
|
|
+ Provides initial support for draft OGC API - Records standard.
|
2020-12-08 08:03:50 +00:00
|
|
|
+ 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)
|
|
|
|
|
|
2020-03-02 13:22:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 2 08:35:26 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
|
|
|
|
|
|
|
|
|
- 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/@href (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)
|
2021-01-20 07:20:57 +00:00
|
|
|
- packaging:
|
2020-03-02 13:22:28 +00:00
|
|
|
+ cleanup spec
|
|
|
|
|
+ move to build only python3
|
|
|
|
|
|
2019-03-07 12:03:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 5 18:48:48 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.17.1 version
|
|
|
|
|
* Fixed test-suite and converted doctests to unit-tests (#339).
|
|
|
|
|
* Support for OWS Context (#483 thanks @allixender)
|
|
|
|
|
* Support for WCS 2.0.0 and 2.0.1 (#430, thanks @doclements)
|
|
|
|
|
* numerous bug-fixes, especially for WPS.
|
|
|
|
|
- Rename to python-OWSLib to match python package naming guidelines.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 17 16:18:09 UTC 2018 - bruno@ioda-net.ch
|
|
|
|
|
|
|
|
|
|
- Packaging : Move to singlespec + spec-cleaner (date,URL)
|
|
|
|
|
- Update to 0.16.0 version
|
|
|
|
|
+ drop Python 2.6 support
|
|
|
|
|
+ WFS: get schema auth params (karakostis)
|
|
|
|
|
+ WFS: add sortby to GetFeature requests (drnextgis)
|
|
|
|
|
+ CSW: add ows namespace to bounding box queries
|
|
|
|
|
+ CSW: add feature catalogue support parsing
|
|
|
|
|
+ CRS: support proj.4 CRS definitions (orhygine)
|
|
|
|
|
+ fix namespaces (jsanchezfr)
|
|
|
|
|
+ ISO GM03: fix bounding box handling
|
|
|
|
|
0.15.0
|
|
|
|
|
+ WFS add doseq to WFS request qyery urlencode
|
|
|
|
|
+ WFS handle non-existing bounding boxes in feature types
|
|
|
|
|
+ SOS add support for authentication
|
|
|
|
|
+ WMTS add support for styles
|
|
|
|
|
+ ISO add support for gmd:locale
|
|
|
|
|
+ GM03 add support for GM03 ISO metadata profile
|
|
|
|
|
+ CRS catch invalid CRS codes
|
|
|
|
|
+ WMS fix time dimension handling in Capabilities
|
|
|
|
|
+ SWE various bug fixes
|
|
|
|
|
+ WPS fix WPS DescribeProcess issue on DataType
|
|
|
|
|
fixed bbox lower/upper_corner conversion
|
|
|
|
|
added a test for wps BoundingBoxDataInput
|
|
|
|
|
added BoundingBoxDataInput and fix boundingbox parsing
|
|
|
|
|
+ Misc
|
|
|
|
|
fix double '&&' in URL requests
|
2021-01-20 07:20:57 +00:00
|
|
|
add util.clean_ows_url function to remove basic service
|
2019-03-07 12:03:38 +00:00
|
|
|
parameters from OWS base URLs
|
|
|
|
|
0.14.0
|
|
|
|
|
+ WFS: add authentication (@pmauduit)
|
|
|
|
|
+ WFS: fix parameter names for WFS2
|
|
|
|
|
+ OWS: implement updateSequence support
|
|
|
|
|
+ CSW: fix ref bug in CSW-T workflows
|
|
|
|
|
+ WCS: fix 1.0.0 Capabilities OWS namespace handling
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 28 08:22:28 UTC 2016 - bruno@ioda-net.ch
|
|
|
|
|
|
|
|
|
|
- Update to 0.13.0
|
|
|
|
|
- Fix licence which is BSD-3-Clause
|
|
|
|
|
- Fix source url to new https and pypi.io schema
|
2021-01-20 07:20:57 +00:00
|
|
|
- Added requests as dependency
|
2019-03-07 12:03:38 +00:00
|
|
|
- Update Copyright year
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 13 13:09:41 UTC 2016 - bruno@ioda-net.ch
|
|
|
|
|
|
2021-01-20 07:20:57 +00:00
|
|
|
- Update to 0.10.3
|
2019-03-07 12:03:38 +00:00
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 25 08:51:33 UTC 2015 - bruno@ioda-net.ch
|
|
|
|
|
|
2021-01-20 07:20:57 +00:00
|
|
|
- Packaging :
|
2019-03-07 12:03:38 +00:00
|
|
|
Add missing runtime require python(3)-pyproj
|
|
|
|
|
Merge back the two package to one source build python3-owslib
|
2021-01-20 07:20:57 +00:00
|
|
|
become a link to.
|
2019-03-07 12:03:38 +00:00
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 17 19:08:37 UTC 2015 - bruno@ioda-net.ch
|
|
|
|
|
|
2021-01-20 07:20:57 +00:00
|
|
|
- Update to 0.9.2
|
2019-03-07 12:03:38 +00:00
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 3 11:21:45 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Shouldn't be noarch in SLE 11
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 09 12:27:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- updated to 0.8.13
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 30 02:34:00 UTC 2014 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- updated to 0.8.10
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 4 12:46:41 UTC 2014 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- updated to 0.8.6
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 10 14:01:29 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- added python-dateutil as required
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 6 19:23:49 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- updated to 0.7.2
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 30 16:41:09 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- updated to 0.7.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 5 21:00:22 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- updated to 0.5.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 21 20:35:28 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- fixed CentOS, RedHat and Scientific Linux builds
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 21 19:34:53 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- initial release 0.5.0
|
|
|
|
|
|