Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-OWSLib for openSUSE:Factory checked in at 2021-12-03 20:35:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-OWSLib (Old) and /work/SRC/openSUSE:Factory/.python-OWSLib.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-OWSLib" Fri Dec 3 20:35:42 2021 rev:6 rq:935459 version:0.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-OWSLib/python-OWSLib.changes 2021-04-21 20:59:33.962217089 +0200 +++ /work/SRC/openSUSE:Factory/.python-OWSLib.new.31177/python-OWSLib.changes 2021-12-03 20:36:11.204050306 +0100 @@ -1,0 +2,20 @@ +Fri Dec 3 12:41:00 UTC 2021 - Ben Greiner <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- OWSLib-0.23.0-gh.tar.gz New: ---- OWSLib-0.25.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-OWSLib.spec ++++++ --- /var/tmp/diff_new_pack.YwnMW4/_old 2021-12-03 20:36:11.572048962 +0100 +++ /var/tmp/diff_new_pack.YwnMW4/_new 2021-12-03 20:36:11.576048948 +0100 @@ -18,12 +18,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%if %{suse_version} >= 1550 +%bcond_without test +%else +# we can't use and test the broken pyproj 3.0 together with libproj in Application:Geo, but +# a live install on 15.3 with pyproj 2.X from the main repo should work. +%bcond_with test +%endif +%{?!python_module:%define python_module() python3-%{**}} %define oldpython python %define skip_python2 1 %define skip_python36 1 Name: python-OWSLib -Version: 0.23.0 +Version: 0.25.0 Release: 0 Summary: Python interface to OGC Web Services License: BSD-3-Clause @@ -31,28 +38,29 @@ URL: http://geopython.github.io/OWSLib/ # 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 PyYAML} -BuildRequires: %{python_module pyproj >= 2} -BuildRequires: %{python_module python-dateutil >= 1.5} -BuildRequires: %{python_module pytz} -BuildRequires: %{python_module requests >= 1.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML +%if %{suse_version >= 1550} Requires: python-pyproj >= 2 +%else +# see comment above +Requires: (python-pyproj >= 2 with python-pyproj < 3) +%endif Requires: python-python-dateutil >= 1.5 Requires: python-pytz Requires: python-requests >= 1.0 Provides: python-owslib = %{version} Obsoletes: python-owslib < %{version} -%ifpython2 -Provides: %{oldpython}-pymodis = %{version} -Obsoletes: %{oldpython}-pymodis < %{version} -%endif -# SECTION test requirements +%if %{with test} +BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module pyproj >= 2} BuildRequires: %{python_module pytest} -# /SECTION +BuildRequires: %{python_module python-dateutil >= 1.5} +BuildRequires: %{python_module pytz} +BuildRequires: %{python_module requests >= 1.0} +%endif BuildArch: noarch %python_subpackages @@ -71,6 +79,7 @@ %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%if %{with test} %check # override tox.ini: no doctest no cov, register own mark echo '[pytest] @@ -92,6 +101,7 @@ # online but not marked donttest+=" or test_wmts_example_informatievlaanderen" %pytest -s -m "not online" -k "not ($donttest)" +%endif %files %python_files %doc AUTHORS.rst CHANGES.rst README.rst ++++++ OWSLib-0.23.0-gh.tar.gz -> OWSLib-0.25.0-gh.tar.gz ++++++ ++++ 5990 lines of diff (skipped)
