forked from pool/python-OWSLib
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fbd534bd2e | |||
| 1e8258c4a1 | |||
| aa49460831 | |||
| 7c879f8115 |
@@ -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
3
OWSLib-0.31.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7565377f1664dd458aea56e06fd9a9f358c950c6d2771a45d0b4c7b7f98d3740
|
||||||
|
size 1041697
|
||||||
@@ -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>
|
Tue Aug 29 12:16:42 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-OWSLib
|
# 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) 2015 Angelos Tzotsos <tzotsos@opensuse.org>
|
||||||
# Copyright (c) 2021 Ioda-Net Sàrl, Bruno Friedmann, Charmoille, Switzerland.
|
# Copyright (c) 2021 Ioda-Net Sàrl, Bruno Friedmann, Charmoille, Switzerland.
|
||||||
#
|
#
|
||||||
@@ -18,8 +18,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-OWSLib
|
Name: python-OWSLib
|
||||||
Version: 0.29.2
|
Version: 0.31.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface to OGC Web Services
|
Summary: Python interface to OGC Web Services
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -27,27 +28,21 @@ Group: Productivity/Scientific/Other
|
|||||||
URL: https://owslib.readthedocs.io/
|
URL: https://owslib.readthedocs.io/
|
||||||
# get the test suite form Github
|
# get the test suite form Github
|
||||||
Source: https://github.com/geopython/OWSLib/archive/refs/tags/%{version}.tar.gz#/OWSLib-%{version}-gh.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if %python_version_nodots < 37
|
|
||||||
Requires: python-dataclasses
|
|
||||||
%endif
|
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-python-dateutil >= 1.5
|
Requires: python-python-dateutil >= 1.5
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-requests >= 1.0
|
Requires: python-requests >= 1.0
|
||||||
%if 0%{?python_version_nodots} < 37
|
|
||||||
Requires: python-dataclasses
|
|
||||||
%endif
|
|
||||||
Provides: python-owslib = %{version}
|
Provides: python-owslib = %{version}
|
||||||
Obsoletes: python-owslib < %{version}
|
Obsoletes: python-owslib < %{version}
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module dataclasses if %python-base < 3.7}
|
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-dateutil >= 1.5}
|
BuildRequires: %{python_module python-dateutil >= 1.5}
|
||||||
@@ -92,6 +87,6 @@ donttest+=" or test_wmts_example_informatievlaanderen"
|
|||||||
%doc AUTHORS.rst README.md SECURITY.md
|
%doc AUTHORS.rst README.md SECURITY.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/owslib
|
%{python_sitelib}/owslib
|
||||||
%{python_sitelib}/OWSLib-%{version}*-info
|
%{python_sitelib}/[Oo][Ww][Ss][Ll]ib-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user