2019-03-07 12:03:38 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-OWSLib
|
|
|
|
|
#
|
Accepting request 1069696 from home:mcepl:branches:Application:Geo
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1069696
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=18
2023-03-07 02:18:30 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2019-03-07 12:03:38 +00:00
|
|
|
# Copyright (c) 2015 Angelos Tzotsos <tzotsos@opensuse.org>
|
2021-01-20 07:20:57 +00:00
|
|
|
# Copyright (c) 2021 Ioda-Net Sàrl, Bruno Friedmann, Charmoille, Switzerland.
|
2019-03-07 12:03:38 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2020-03-02 13:22:28 +00:00
|
|
|
Name: python-OWSLib
|
2023-08-29 12:33:57 +00:00
|
|
|
Version: 0.29.2
|
2019-03-07 12:03:38 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Python interface to OGC Web Services
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
Group: Productivity/Scientific/Other
|
2023-08-29 12:33:57 +00:00
|
|
|
URL: https://owslib.readthedocs.io/
|
2021-04-21 07:50:52 +00:00
|
|
|
# get the test suite form Github
|
|
|
|
|
Source: https://github.com/geopython/OWSLib/archive/refs/tags/%{version}.tar.gz#/OWSLib-%{version}-gh.tar.gz
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2019-03-07 12:03:38 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-03-07 12:03:38 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: python-rpm-macros
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
%if %python_version_nodots < 37
|
|
|
|
|
Requires: python-dataclasses
|
2021-12-03 13:12:13 +00:00
|
|
|
%endif
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
Requires: python-PyYAML
|
|
|
|
|
Requires: python-lxml
|
2020-03-02 13:22:28 +00:00
|
|
|
Requires: python-python-dateutil >= 1.5
|
2019-03-07 12:03:38 +00:00
|
|
|
Requires: python-pytz
|
|
|
|
|
Requires: python-requests >= 1.0
|
2023-08-29 12:33:57 +00:00
|
|
|
%if 0%{?python_version_nodots} < 37
|
|
|
|
|
Requires: python-dataclasses
|
|
|
|
|
%endif
|
2019-03-07 12:03:38 +00:00
|
|
|
Provides: python-owslib = %{version}
|
|
|
|
|
Obsoletes: python-owslib < %{version}
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
# SECTION test
|
2021-12-03 13:12:13 +00:00
|
|
|
BuildRequires: %{python_module PyYAML}
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
BuildRequires: %{python_module dataclasses if %python-base < 3.7}
|
|
|
|
|
BuildRequires: %{python_module lxml}
|
2021-04-21 07:50:52 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2021-12-03 13:12:13 +00:00
|
|
|
BuildRequires: %{python_module python-dateutil >= 1.5}
|
|
|
|
|
BuildRequires: %{python_module pytz}
|
|
|
|
|
BuildRequires: %{python_module requests >= 1.0}
|
Accepting request 1075591 from home:bnavigator:branches:Application:Geo
- 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 (@dvbmgr)
* WFS: fix filter parsing (@huard)
* OGC API: use yaml.safe_load for YAML parsing for OpenAPI
handling (@sebastic)
* FGDC: fix contact parsing (@pvgenuchten)
- 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)
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1075591
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=20
2023-03-30 16:23:25 +00:00
|
|
|
# /SECTION
|
2019-03-07 12:03:38 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
OWSLib is a Python package for client programming with Open Geospatial
|
|
|
|
|
Consortium (OGC) web service (hence OWS) interface standards, and their
|
|
|
|
|
related content models.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n OWSLib-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
2023-08-29 12:33:57 +00:00
|
|
|
%pyproject_wheel
|
2019-03-07 12:03:38 +00:00
|
|
|
|
|
|
|
|
%install
|
2023-08-29 12:33:57 +00:00
|
|
|
%pyproject_install
|
Accepting request 1069696 from home:mcepl:branches:Application:Geo
- Don't use fdupes -s, it hurts.
- 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
- Disable python36 build: pyproj not available
- Enable test suite (at least a part of it)
- 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
- Depend on python-PyYAML instead of python-pyyaml
- 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
- 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)
- 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)
- packaging:
+ cleanup spec
+ move to build only python3
- 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.
- 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
add util.clean_ows_url function to remove basic service
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
- Update to 0.13.0
- Fix licence which is BSD-3-Clause
- Fix source url to new https and pypi.io schema
- Added requests as dependency
- Update Copyright year
- Update to 0.10.3
- Packaging :
Add missing runtime require python(3)-pyproj
Merge back the two package to one source build python3-owslib
become a link to.
- Update to 0.9.2
- Shouldn't be noarch in SLE 11
- updated to 0.8.13
- updated to 0.8.10
- updated to 0.8.6
- added python-dateutil as required
- updated to 0.7.2
- updated to 0.7.1
- updated to 0.5.1
- fixed CentOS, RedHat and Scientific Linux builds
- initial release 0.5.0
OBS-URL: https://build.opensuse.org/request/show/1069696
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=18
2023-03-07 02:18:30 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2019-03-07 12:03:38 +00:00
|
|
|
|
2021-04-21 07:50:52 +00:00
|
|
|
%check
|
|
|
|
|
# override tox.ini: no doctest no cov, register own mark
|
|
|
|
|
echo '[pytest]
|
|
|
|
|
markers =
|
|
|
|
|
online
|
|
|
|
|
' > pytest.ini
|
2023-08-29 12:33:57 +00:00
|
|
|
donttest=" (TestOffline and test_wfs_110_remotemd_parse_all)"
|
|
|
|
|
donttest+=" or (TestOffline and test_wfs_110_remotemd_parse_single)"
|
|
|
|
|
donttest+=" or (TestOffline and test_wfs_200_remotemd_parse_all)"
|
|
|
|
|
donttest+=" or (TestOffline and test_wfs_200_remotemd_parse_single)"
|
|
|
|
|
donttest+=" or (TestOffline and test_wms_130_remotemd_parse_all)"
|
|
|
|
|
donttest+=" or (TestOffline and test_wms_130_remotemd_parse_single)"
|
2021-04-21 07:50:52 +00:00
|
|
|
# online but not marked
|
|
|
|
|
donttest+=" or test_wmts_example_informatievlaanderen"
|
|
|
|
|
%pytest -s -m "not online" -k "not ($donttest)"
|
|
|
|
|
|
2019-03-07 12:03:38 +00:00
|
|
|
%files %python_files
|
2023-08-29 12:33:57 +00:00
|
|
|
%doc AUTHORS.rst README.md SECURITY.md
|
2019-03-07 12:03:38 +00:00
|
|
|
%license LICENSE
|
2021-04-21 07:50:52 +00:00
|
|
|
%{python_sitelib}/owslib
|
|
|
|
|
%{python_sitelib}/OWSLib-%{version}*-info
|
2019-03-07 12:03:38 +00:00
|
|
|
|
|
|
|
|
%changelog
|