Version in base suite: 5.2.1-2 Base version: astropy_5.2.1-2 Target version: astropy_5.2.1-2+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/a/astropy/astropy_5.2.1-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/a/astropy/astropy_5.2.1-2+deb12u1.dsc changelog | 6 + patches/Don-t-rely-on-sphinx_changelog.patch | 2 patches/Ignore-invalid-value-warnings-that-happen-on-mips64el.patch | 6 - patches/Ignore-warnings-about-distutils-setuptools-import-order.patch | 6 - patches/Temporarily-disable-restriction-for-matplotlib-version.patch | 2 patches/Weaken-leap-second-validity-requirement-for-tests.patch | 37 ++++++++-- 6 files changed, 47 insertions(+), 12 deletions(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpdni4htlt/astropy_5.2.1-2.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpdni4htlt/astropy_5.2.1-2+deb12u1.dsc: no acceptable signature found diff -Nru astropy-5.2.1/debian/changelog astropy-5.2.1/debian/changelog --- astropy-5.2.1/debian/changelog 2023-02-02 08:06:27.000000000 +0000 +++ astropy-5.2.1/debian/changelog 2026-05-21 14:29:29.000000000 +0000 @@ -1,3 +1,9 @@ +astropy (5.2.1-2+deb12u1) bookworm; urgency=medium + + * Ignore IERS warnings in tests (Closes: #1137044) + + -- Ole Streicher Thu, 21 May 2026 16:29:29 +0200 + astropy (5.2.1-2) unstable; urgency=medium * Mark LevMarLSQFitter test xfail (Closes: #1030012) diff -Nru astropy-5.2.1/debian/patches/Don-t-rely-on-sphinx_changelog.patch astropy-5.2.1/debian/patches/Don-t-rely-on-sphinx_changelog.patch --- astropy-5.2.1/debian/patches/Don-t-rely-on-sphinx_changelog.patch 2023-02-02 08:04:39.000000000 +0000 +++ astropy-5.2.1/debian/patches/Don-t-rely-on-sphinx_changelog.patch 2026-05-21 14:25:19.000000000 +0000 @@ -22,7 +22,7 @@ setup_cfg = configparser.ConfigParser() setup_cfg.read(os.path.join(os.path.pardir, "setup.cfg")) diff --git a/setup.cfg b/setup.cfg -index 71cccf3..174e508 100644 +index abece3d..ecf1ff9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -100,7 +100,6 @@ docs = diff -Nru astropy-5.2.1/debian/patches/Ignore-invalid-value-warnings-that-happen-on-mips64el.patch astropy-5.2.1/debian/patches/Ignore-invalid-value-warnings-that-happen-on-mips64el.patch --- astropy-5.2.1/debian/patches/Ignore-invalid-value-warnings-that-happen-on-mips64el.patch 2023-02-02 08:04:39.000000000 +0000 +++ astropy-5.2.1/debian/patches/Ignore-invalid-value-warnings-that-happen-on-mips64el.patch 2026-05-21 14:25:19.000000000 +0000 @@ -7,13 +7,13 @@ 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg -index 174e508..72a5802 100644 +index ecf1ff9..e079edf 100644 --- a/setup.cfg +++ b/setup.cfg -@@ -131,6 +131,7 @@ filterwarnings = - error +@@ -132,6 +132,7 @@ filterwarnings = ignore::DeprecationWarning ignore::astropy.utils.iers.iers.IERSStaleWarning + ignore::erfa.core.ErfaWarning + ignore:invalid value encountered*:RuntimeWarning ignore:unclosed