From 4d8c4eba3a208febe48e835e31615d47ef1f6e04 Mon Sep 17 00:00:00 2001 From: bnavigator <> Date: Dec 04 2024 17:26:52 +0000 Subject: Update python-MapProxy to version 2.0.2 / rev 12 via SR 1228223 https://build.opensuse.org/request/show/1228223 by user bnavigator + anag+factory - Remove disfunct requires_eq: MapProxy does not directly load load libgeos* via ctypes. Shapely does, and was fixed already. (forwarded request 1228222 from bnavigator) --- diff --git a/.files b/.files index 383e98b..58e2992 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index f0adec8..5f23526 100644 --- a/.rev +++ b/.rev @@ -108,4 +108,13 @@ <comment></comment> <requestid>1174288</requestid> </revision> + <revision rev="12" vrev="2"> + <srcmd5>2bc40b99ced50cc93a6a0e7454f458c0</srcmd5> + <version>2.0.2</version> + <time>1733322463</time> + <user>anag+factory</user> + <comment>- Remove disfunct requires_eq: MapProxy does not directly load + load libgeos* via ctypes. Shapely does, and was fixed already. (forwarded request 1228222 from bnavigator)</comment> + <requestid>1228223</requestid> + </revision> </revisionlist> diff --git a/python-MapProxy.changes b/python-MapProxy.changes index e56d9b4..9b2c68a 100644 --- a/python-MapProxy.changes +++ b/python-MapProxy.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Dec 4 08:33:52 UTC 2024 - Ben Greiner <code@bnavigator.de> + +- Remove disfunct requires_eq: MapProxy does not directly load + load libgeos* via ctypes. Shapely does, and was fixed already. + +------------------------------------------------------------------- Wed May 15 09:18:07 UTC 2024 - ming li <mli@suse.com> - Update to 2.0.2: diff --git a/python-MapProxy.spec b/python-MapProxy.spec index bc1fc57..e2e2dd6 100644 --- a/python-MapProxy.spec +++ b/python-MapProxy.spec @@ -59,15 +59,12 @@ BuildRequires: %{python_module pyproj} BuildRequires: %{python_module pytest} BuildRequires: %{python_module redis} BuildRequires: %{python_module requests} -BuildRequires: geos-devel BuildRequires: proj # /SECTION -# MapProxy calls the GEOS libs libgeos and libgeos_c via ctypes in python scripts, undetected by rpm ld analyzer. -# use requires_eq in order to be detectable by the python_subpackages rewriter -%requires_eq %(rpm -q --requires geos-devel | grep libgeos) Requires: proj Requires: python-Pillow Requires: python-PyYAML >= 3.0 +Recommends: python-GDAL Recommends: python-Shapely >= 1.8 Provides: python-mapproxy = %{version}-%{release} BuildArch: noarch @@ -131,6 +128,6 @@ donttest="$donttest or TestCGIClient" %python_alternative %{_bindir}/mapproxy-seed %python_alternative %{_bindir}/mapproxy-util %{python_sitelib}/mapproxy -%{python_sitelib}/MapProxy-%{version}*-info +%{python_sitelib}/MapProxy-%{version}.dist-info %changelog