1
0
forked from pool/python-OWSLib

4 Commits

Author SHA256 Message Date
fbd534bd2e Accepting request 1282217 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1282217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-OWSLib?expand=0&rev=11
2025-06-03 15:54:41 +00:00
1e8258c4a1 fix Leap 16.0 build
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=26
2025-06-03 09:12:26 +00:00
aa49460831 Accepting request 1204696 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1204696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-OWSLib?expand=0&rev=10
2024-09-30 13:41:51 +00:00
7c879f8115 - Update to 0.31.0
* This release adds support for ISO 19115 Part 3 XML
  * ISO: Add support for ISO 19115 Part 3 XML (#900) (@vjf)
  * CSW: fix malformed init result (#918) (@pvgenuchten)
  * WCS: add timeout to init (@WrenRaming)
- Release 0.30.0
  * This release adds support for OGC API - Environmental Data
    Retrieval (in the owslib.ogcapi module), as well as WMTS and
    OGC API - Coverages updates.
  * add OGC API - Environmental Data Retrieval client (#899)
  * add WMTS dimensions parsing (#904)
  * align to latest OGC API - Coverage specification updates (#908)
- Release 0.29.3
  * fix WMS 1.1.1 expression bug
  * removed unused lxml code
  * ensure schema_key is never None when reading namespaces
  * fix WFS2 POST attribute name
  * silence FutureWarning when passing XML etree object to filter
  * fix WPS logging DEBUG statements
  * fix CRS for non-int code by URL
- Move to the python311 module on SLE/Leap

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-OWSLib?expand=0&rev=24
2024-09-30 07:58:15 +00:00
4 changed files with 38 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1186cf773391a03793f873cfc01288010d6c0ae5f5bf11fb03aadbdbf690684
size 953216

3
OWSLib-0.31.0-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7565377f1664dd458aea56e06fd9a9f358c950c6d2771a45d0b4c7b7f98d3740
size 1041697

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu May 29 11:22:39 UTC 2025 - Max Lin <mlin@suse.com>
- Fix Leap 16.0 build
-------------------------------------------------------------------
Sat Sep 28 11:54:27 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.31.0
* This release adds support for ISO 19115 Part 3 XML
* ISO: Add support for ISO 19115 Part 3 XML (#900) (@vjf)
* CSW: fix malformed init result (#918) (@pvgenuchten)
* WCS: add timeout to init (@WrenRaming)
- Release 0.30.0
* This release adds support for OGC API - Environmental Data
Retrieval (in the owslib.ogcapi module), as well as WMTS and
OGC API - Coverages updates.
* add OGC API - Environmental Data Retrieval client (#899)
* add WMTS dimensions parsing (#904)
* align to latest OGC API - Coverage specification updates (#908)
- Release 0.29.3
* fix WMS 1.1.1 expression bug
* removed unused lxml code
* ensure schema_key is never None when reading namespaces
* fix WFS2 POST attribute name
* silence FutureWarning when passing XML etree object to filter
* fix WPS logging DEBUG statements
* fix CRS for non-int code by URL
- Move to the python311 module on SLE/Leap
-------------------------------------------------------------------
Tue Aug 29 12:16:42 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-OWSLib
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2015 Angelos Tzotsos <tzotsos@opensuse.org>
# Copyright (c) 2021 Ioda-Net Sàrl, Bruno Friedmann, Charmoille, Switzerland.
#
@@ -18,8 +18,9 @@
#
%{?sle15_python_module_pythons}
Name: python-OWSLib
Version: 0.29.2
Version: 0.31.0
Release: 0
Summary: Python interface to OGC Web Services
License: BSD-3-Clause
@@ -27,27 +28,21 @@ Group: Productivity/Scientific/Other
URL: https://owslib.readthedocs.io/
# get the test suite form Github
Source: https://github.com/geopython/OWSLib/archive/refs/tags/%{version}.tar.gz#/OWSLib-%{version}-gh.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %python_version_nodots < 37
Requires: python-dataclasses
%endif
Requires: python-PyYAML
Requires: python-lxml
Requires: python-python-dateutil >= 1.5
Requires: python-pytz
Requires: python-requests >= 1.0
%if 0%{?python_version_nodots} < 37
Requires: python-dataclasses
%endif
Provides: python-owslib = %{version}
Obsoletes: python-owslib < %{version}
# SECTION test
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module dataclasses if %python-base < 3.7}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 1.5}
@@ -92,6 +87,6 @@ donttest+=" or test_wmts_example_informatievlaanderen"
%doc AUTHORS.rst README.md SECURITY.md
%license LICENSE
%{python_sitelib}/owslib
%{python_sitelib}/OWSLib-%{version}*-info
%{python_sitelib}/[Oo][Ww][Ss][Ll]ib-%{version}*-info
%changelog