Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-MapProxy for openSUSE:Factory 
checked in at 2023-04-03 00:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-MapProxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-MapProxy.new.9019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-MapProxy"

Mon Apr  3 00:06:19 2023 rev:7 rq:1076758 version:1.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-MapProxy/python-MapProxy.changes  
2022-06-26 11:59:29.716373772 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-MapProxy.new.9019/python-MapProxy.changes    
    2023-04-03 00:06:20.576217853 +0200
@@ -1,0 +2,9 @@
+Sat Apr  1 20:34:25 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 1.15.1
+  * WMS Dimension caching (#449)
+  * Add a mechanism to define plugins (#578)
+  * Support of non-EPSG SRS authorities (#572)
+  * Support for python 3.10 (#582)
+
+-------------------------------------------------------------------

Old:
----
  MapProxy-1.14.0.tar.gz

New:
----
  MapProxy-1.15.1.tar.gz
  polygons.geojson

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-MapProxy.spec ++++++
--- /var/tmp/diff_new_pack.Htul3d/_old  2023-04-03 00:06:21.136220671 +0200
+++ /var/tmp/diff_new_pack.Htul3d/_new  2023-04-03 00:06:21.140220691 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-MapProxy
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,25 @@
 
 
 %bcond_without test
-
-%{?!python_module:%define python_module() python3-%{**}}
 %define pythons python3
 Name:           python-MapProxy
-Version:        1.14.0
+Version:        1.15.1
 Release:        0
 Summary:        Proxy for geospatial data
 License:        Apache-2.0
 URL:            http://mapproxy.org/
 Group:          Development/Languages/Python
 Source0:        
https://files.pythonhosted.org/packages/source/M/MapProxy/MapProxy-%{version}.tar.gz
-# test file missing in the sdist
+# test files missing in the sdist
 Source1:        
https://github.com/mapproxy/mapproxy/raw/%{version}/mapproxy/test/system/fixture/cache.gpkg
+Source2:        
https://github.com/mapproxy/mapproxy/raw/%{version}/mapproxy/test/unit/polygons/polygons.geojson
 Source99:       python-MapProxy-rpmlintrc
 BuildRequires:  %{python_module GDAL}
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with test}
@@ -59,20 +60,6 @@
 Requires:       proj
 Requires:       python-Pillow
 Requires:       python-PyYAML
-Requires:       python-Shapely
-Requires:       python-gdal
-Requires:       python-lxml
-Requires:       (python3-pyproj if proj > 5)
-Recommends:     python-Paste
-Recommends:     python-Werkzeug
-Recommends:     python-boto3
-Recommends:     python-botocore
-Recommends:     python-eventlet
-Recommends:     python-greenlet
-Recommends:     python-lxml
-Recommends:     python-redis
-Recommends:     python-requests
-Recommends:     python-riak
 BuildArch:      noarch
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -85,16 +72,20 @@
 
 %prep
 %setup -q -n MapProxy-%{version}
-cp %SOURCE1 mapproxy/test/system/fixture/
+# Source1 required twice
+cp %{SOURCE1} mapproxy/test/system/fixture/
+mkdir -p mapproxy/test/unit/fixture/
+cp %{SOURCE1} mapproxy/test/unit/fixture/
+cp %{SOURCE2} mapproxy/test/unit/polygons
 # fix wrong interpreter in test scripts
-sed -i 's/env python/python3/' mapproxy/test/unit/test_client_cgi.py 
mapproxy/test/system/fixture/minimal_cgi.py
+sed -i 's/env python.*$/python3/' mapproxy/test/unit/test_client_cgi.py 
mapproxy/test/system/fixture/minimal_cgi.py
 chmod +x mapproxy/test/system/fixture/minimal_cgi.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/mapproxy-seed
@@ -109,13 +100,12 @@
 donttest="TestCouchDBCache"
 donttest="$donttest or TestRedisCache"
 donttest="$donttest or test_https_"
-# off by one error capturing the execptions
-donttest="$donttest or test_bad_config_geopackage_"
-# https://github.com/mapproxy/mapproxy/issues/564
-donttest="$donttest or test_output_formats_greyscale_png"
-donttest="$donttest or test_output_formats_png8"
 # flaky
 donttest="$donttest or (TestWMS130 and test_get_map)"
+# unexcpected mime type
+donttest="$donttest or TestMapServerCGI"
+# can't write temporary minimal script (?)
+donttest="$donttest or TestCGIClient"
 %pytest mapproxy -ra -k "not ($donttest)"
 
 %post

++++++ MapProxy-1.14.0.tar.gz -> MapProxy-1.15.1.tar.gz ++++++
++++ 5432 lines of diff (skipped)


++++++ polygons.geojson ++++++
{
"type": "FeatureCollection",
"name": "polygons-germany",
"features": [
{ "type": "Feature", "properties": { "name": "germany" }, "geometry": { "type": 
"Polygon", "coordinates": [ [ [ 8.642467816535198, 54.825338625364793 ], [ 
9.445490447402799, 54.884384407046234 ], [ 9.941475013526905, 
54.801720312692211 ], [ 9.941475013526905, 54.801720312692211 ], [ 
10.059566576889788, 54.471063935276142 ], [ 10.709070175385641, 
54.35297237191326 ], [ 11.134199803492017, 54.341163215576969 ], [ 
11.016108240129135, 53.96327021281575 ], [ 11.571138587934684, 
54.093170932514923 ], [ 12.952809879280412, 54.435636466267276 ], [ 
13.418471315373591, 54.069241529415464 ], [ 14.062870574891502, 
53.821560336780294 ], [ 14.440763577652728, 53.23110251996588 ], [ 
14.240007919935827, 52.865018673540945 ], [ 14.606091766360763, 
52.6052172341426 ], [ 14.61790092269705, 52.227324231381374 ], [ 
14.676946704378491, 51.766767134266132 ], [ 15.043030550803426, 
51.258973411805741 ], [ 14.865893205759104, 50.928317034389671 ], [ 
14.547045984679322, 51.010981128743687 ], [ 12.2324513427668
 26, 50.267004279557526 ], [ 12.445016156820014, 50.007202840159188 ], [ 
12.622153501864336, 49.428554179681065 ], [ 13.732214197475432, 
48.873523831875517 ], [ 13.755832510148007, 48.637340705149747 ], [ 
12.763863377899796, 48.235829389715946 ], [ 13.011855660961849, 
47.397379289839485 ], [ 11.146008959828306, 47.444615915184635 ], [ 
10.071375733226077, 47.326524351821753 ], [ 9.173879851668168, 
47.728035667255554 ], [ 7.449743026570085, 47.586325791220098 ], [ 
7.726819968791087, 48.391641411614891 ], [ 8.217338188428821, 
48.979806238902107 ], [ 7.162834304948497, 49.12028754295293 ], [ 
6.54043798867589, 49.428554179681065 ], [ 6.209781611259819, 49.936347902141456 
], [ 5.914552702852613, 50.845652940035649 ], [ 5.985407640870342, 
51.837622072283864 ], [ 6.567184131945646, 51.854027224599683 ], [ 
7.21355989984432, 52.21551507504509 ], [ 6.720740163111078, 52.574546391458611 
], [ 7.192970291236882, 52.813181124442515 ], [ 7.083659180145149, 
53.62080467906339 ], [ 8.023739576738375, 5
 3.694944017905421 ], [ 8.217292776476219, 53.361445408677234 ], [ 
8.615268027839038, 53.843192097255425 ], [ 9.268353102358475, 
53.845178649452869 ], [ 8.853516606703188, 54.222103588769315 ], [ 
8.642467816535198, 54.825338625364793 ] ] ] } },
{ "type": "Feature", "properties": { "name": "germany" }, "geometry": { "type": 
"Polygon", "coordinates": [ [ [ 13.401557820059363, 54.24668996488667 ], [ 
13.248038787687612, 54.293926590231827 ], [ 13.141756380661018, 
54.35297237191326 ], [ 13.141756380661018, 54.35297237191326 ], [ 
13.165374693333597, 54.63639212398418 ], [ 13.401557820059363, 
54.68362874932933 ], [ 13.649550103121413, 54.494682247948717 ], [ 
13.590504321439973, 54.341163215576969 ], [ 13.401557820059363, 
54.24668996488667 ] ] ] } },
{ "type": "Feature", "properties": { "name": "netherland" }, "geometry": { 
"type": "Polygon", "coordinates": [ [ [ 6.977376773118555, 53.361003239665045 
], [ 7.189941587171743, 52.88863698621352 ], [ 6.705766177383925, 
52.569789765133734 ], [ 7.166323274499167, 52.250942544053956 ], [ 
6.599483770357331, 51.82581291594758 ], [ 6.044453422551784, 51.82581291594758 
], [ 5.879125233843748, 50.762988845681633 ], [ 5.701987888799424, 
50.85746209637194 ], [ 5.890934390180036, 51.270782568142032 ], [ 
5.312285729701912, 51.24716425546945 ], [ 5.087911759312435, 51.412492444177488 
], [ 4.698209600214923, 51.48334738219522 ], [ 4.225843346763395, 
51.341637506159756 ], [ 3.493675653913523, 51.35344666249604 ], [ 
4.025087689046495, 52.061996042673336 ], [ 4.828110319914095, 
52.924064455222378 ], [ 5.182385010002743, 52.439889045434562 ], [ 
5.619323794445408, 52.593408077806309 ], [ 5.595705481772831, 
52.853209517204647 ], [ 5.40675898039222, 52.900446142549804 ], [ 
5.430377293064796, 53.254720832
 638448 ], [ 6.398728112640431, 53.455476490355352 ], [ 6.741193646392792, 
53.479094803027927 ], [ 6.977376773118555, 53.361003239665045 ] ] ] } }
]
}

Reply via email to