Accepting request 780966 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/780966 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-OWSLib?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2e7fd694d3cffcee79317bad492d60c0aa887aea6916517c051c3247b33b5a5
|
||||
size 152635
|
||||
3
OWSLib-0.19.1.tar.gz
Normal file
3
OWSLib-0.19.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11a9d67f99fff23349ea52ae19adbf9f8a10ec521d373b83ccb8547cf3063904
|
||||
size 158035
|
||||
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
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)
|
||||
- packaging:
|
||||
+ cleanup spec
|
||||
+ move to build only python3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 18:48:48 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# spec file for package python-OWSLib
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2015 Angelos Tzotsos <tzotsos@opensuse.org>
|
||||
# Copyright (c) 2018 Ioda-Net Sàrl, Bruno Friedmann, Charmoille, Switzerland.
|
||||
# Copyright (c) 2020 Ioda-Net Sàrl, Bruno Friedmann, Charmoille, Switzerland.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,8 +20,9 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-OWSLib
|
||||
Version: 0.17.1
|
||||
%define skip_python2 1
|
||||
Name: python-OWSLib
|
||||
Version: 0.19.1
|
||||
Release: 0
|
||||
Summary: Python interface to OGC Web Services
|
||||
License: BSD-3-Clause
|
||||
@@ -32,8 +33,8 @@ BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-python-dateutil >= 1.5
|
||||
Requires: python-pyproj
|
||||
Requires: python-python-dateutil >= 1.5
|
||||
Requires: python-pytz
|
||||
Requires: python-requests >= 1.0
|
||||
Provides: python-owslib = %{version}
|
||||
|
||||
Reference in New Issue
Block a user