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 2022-02-28 19:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-MapProxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-MapProxy.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-MapProxy"

Mon Feb 28 19:43:37 2022 rev:5 rq:957969 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-MapProxy/python-MapProxy.changes  
2022-01-17 22:35:27.070299566 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-MapProxy.new.1958/python-MapProxy.changes    
    2022-02-28 19:44:04.297952598 +0100
@@ -1,0 +2,5 @@
+Mon Feb 28 07:28:26 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Skip failing tests due to Pillow 9 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-MapProxy.spec ++++++
--- /var/tmp/diff_new_pack.VpSYRt/_old  2022-02-28 19:44:04.885952819 +0100
+++ /var/tmp/diff_new_pack.VpSYRt/_new  2022-02-28 19:44:04.893952821 +0100
@@ -100,12 +100,6 @@
 %python_clone -a %{buildroot}%{_bindir}/mapproxy-seed
 %python_clone -a %{buildroot}%{_bindir}/mapproxy-util
 
-%post
-%{python_install_alternative mapproxy-seed mapproxy-util}
-
-%postun
-%python_uninstall_alternative mapproxy-seed
-
 %check
 # for local tests outside of obs
 #export MAPPROXY_TEST_COUCHDB=http://127.0.0.1:5984
@@ -113,12 +107,21 @@
 export BOTO_CONFIG=/doesnotexist
 # online tests or no local server started
 donttest="TestCouchDBCache"
-donttest+=" or TestRedisCache"
-donttest+=" or test_https_"
+donttest="$donttest or TestRedisCache"
+donttest="$donttest or test_https_"
 # off by one error capturing the execptions
-donttest+=" or test_bad_config_geopackage_"
+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"
 %pytest mapproxy -ra -k "not ($donttest)"
 
+%post
+%python_install_alternative mapproxy-seed mapproxy-util
+
+%postun
+%python_uninstall_alternative mapproxy-seed
+
 %files %{python_files}
 %doc CHANGES.txt README.rst
 %license COPYING.txt LICENSE.txt

Reply via email to