Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sunpy for openSUSE:Factory checked in at 2022-04-26 20:16:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sunpy (Old) and /work/SRC/openSUSE:Factory/.python-sunpy.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sunpy" Tue Apr 26 20:16:08 2022 rev:13 rq:972912 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sunpy/python-sunpy.changes 2022-04-05 19:56:30.525527627 +0200 +++ /work/SRC/openSUSE:Factory/.python-sunpy.new.1538/python-sunpy.changes 2022-04-26 20:17:59.772777214 +0200 @@ -1,0 +2,6 @@ +Tue Apr 26 10:33:52 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update sunpy-test-ignore-warnings.patch to include warnings + filter for Pillow 10 -- gh#sunpy/sunpy#6022 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sunpy-test-ignore-warnings.patch ++++++ --- /var/tmp/diff_new_pack.UbU40k/_old 2022-04-26 20:18:00.268777814 +0200 +++ /var/tmp/diff_new_pack.UbU40k/_new 2022-04-26 20:18:00.268777814 +0200 @@ -2,13 +2,15 @@ =================================================================== --- sunpy-3.1.5.orig/setup.cfg +++ sunpy-3.1.5/setup.cfg -@@ -141,6 +141,9 @@ filterwarnings = +@@ -141,6 +141,11 @@ filterwarnings = ignore:invalid value encountered in less:RuntimeWarning ignore:Please use `gaussian_filter` from the `scipy.ndimage` namespace:DeprecationWarning ignore:Please use `laplace` from the `scipy.ndimage` namespace:DeprecationWarning + ignore:The distutils.sysconfig module:DeprecationWarning + ignore:leap-second file is expired:astropy.utils.iers.iers.IERSStaleWarning + ignore:ERFA function.*dubious year:astropy.utils.exceptions.ErfaWarning ++ # This should be removed when astropy v5.0.5 is released (see astropy #13044) ++ ignore:FLIP_TOP_BOTTOM is deprecated and will be removed in Pillow 10:DeprecationWarning [pycodestyle] max_line_length = 110