Version in base suite: 2.0.3-1 Base version: ndcube_2.0.3-1 Target version: ndcube_2.0.3-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/ndcube/ndcube_2.0.3-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/ndcube/ndcube_2.0.3-1+deb12u1.dsc changelog | 8 ++++++++ patches/Ignore-all-Astropy-warnings.patch | 21 +++++++++++++++++++++ patches/series | 1 + 3 files changed, 30 insertions(+) diff -Nru ndcube-2.0.3/debian/changelog ndcube-2.0.3/debian/changelog --- ndcube-2.0.3/debian/changelog 2023-02-08 08:36:54.000000000 +0000 +++ ndcube-2.0.3/debian/changelog 2025-01-01 10:45:00.000000000 +0000 @@ -1,3 +1,11 @@ +ndcube (2.0.3-1+deb12u1) bookworm; urgency=medium + + * Team upload. + [ Ole Streicher ] + * Ignore all Astropy warnings (Closes: #1055877) + + -- Santiago Vila Wed, 01 Jan 2025 11:45:00 +0100 + ndcube (2.0.3-1) unstable; urgency=medium * Team upload diff -Nru ndcube-2.0.3/debian/patches/Ignore-all-Astropy-warnings.patch ndcube-2.0.3/debian/patches/Ignore-all-Astropy-warnings.patch --- ndcube-2.0.3/debian/patches/Ignore-all-Astropy-warnings.patch 1970-01-01 00:00:00.000000000 +0000 +++ ndcube-2.0.3/debian/patches/Ignore-all-Astropy-warnings.patch 2025-01-01 10:45:00.000000000 +0000 @@ -0,0 +1,21 @@ +From: Ole Streicher +Date: Sat, 3 Feb 2024 17:16:57 +0100 +Subject: Ignore all Astropy warnings + +This covers the warning about outdated IERS data when testing the stable version. + +Closes: #1055877 +--- + setup.cfg | 1 + + 1 file changed, 1 insertion(+) + +--- a/setup.cfg ++++ b/setup.cfg +@@ -74,6 +74,7 @@ + error + always::pytest.PytestConfigWarning + ignore::DeprecationWarning ++ ignore::astropy.utils.exceptions.AstropyWarning + ignore::astropy.utils.exceptions.AstropyDeprecationWarning + ignore::FutureWarning + ignore:numpy.ufunc size changed:RuntimeWarning diff -Nru ndcube-2.0.3/debian/patches/series ndcube-2.0.3/debian/patches/series --- ndcube-2.0.3/debian/patches/series 2023-02-08 08:36:54.000000000 +0000 +++ ndcube-2.0.3/debian/patches/series 2025-01-01 10:45:00.000000000 +0000 @@ -1,3 +1,4 @@ ignore_sphinx_changelog.patch Ignore-Deprecations-warnings.patch Fix-compatibility-with-reproject-0.10.patch +Ignore-all-Astropy-warnings.patch