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 2026-08-09 21:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sunpy (Old) and /work/SRC/openSUSE:Factory/.python-sunpy.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sunpy" Sun Aug 9 21:44:21 2026 rev:44 rq:1370345 version:8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sunpy/python-sunpy.changes 2026-07-31 16:10:14.858566146 +0200 +++ /work/SRC/openSUSE:Factory/.python-sunpy.new.16738/python-sunpy.changes 2026-08-09 21:46:32.009177155 +0200 @@ -1,0 +2,6 @@ +Sat Aug 8 15:18:41 UTC 2026 - Ben Greiner <[email protected]> + +- Add sunpy-filter-iers-warning.patch + * ignore download fail for leap second update during tests + +------------------------------------------------------------------- New: ---- sunpy-filter-iers-warning.patch ----------(New B)---------- New: - Add sunpy-filter-iers-warning.patch * ignore download fail for leap second update during tests ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sunpy.spec ++++++ --- /var/tmp/diff_new_pack.5lQbqA/_old 2026-08-09 21:46:32.557195861 +0200 +++ /var/tmp/diff_new_pack.5lQbqA/_new 2026-08-09 21:46:32.557195861 +0200 @@ -25,6 +25,8 @@ Source0: https://files.pythonhosted.org/packages/source/s/sunpy/sunpy-%{version}.tar.gz # PATCH-FIX-OPENSUSE use custom hypothesis profile for slow OBS executions Patch1: sunpy-obs-profile.patch +# PATCH-FIX-OPENSUSE ignore download fail for leap second update during tests +Patch2: sunpy-filter-iers-warning.patch BuildRequires: %{python_module aioftp} BuildRequires: %{python_module astropy >= 7} BuildRequires: %{python_module devel >= 3.12} @@ -154,7 +156,6 @@ } %check -rm -rf $HOME/.astropy mkdir testdir pushd testdir %{python_expand # no opencv for non-primary python3 ++++++ sunpy-filter-iers-warning.patch ++++++ Index: sunpy-8.0.0/pytest.ini =================================================================== --- sunpy-8.0.0.orig/pytest.ini +++ sunpy-8.0.0/pytest.ini @@ -83,3 +83,5 @@ filterwarnings = ignore:Passing \(type, 1\) or \'1type\' as a synonym of type is deprecated:FutureWarning # oldest deps ignore:Animation was deleted without rendering anything:UserWarning + # openSUSE: offline build + ignore:leap-second auto-update failed.*:astropy.utils.exceptions.AstropyWarning
