Version in base suite: 4.1.2-1 Base version: sunpy_4.1.2-1 Target version: sunpy_4.1.2-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/s/sunpy/sunpy_4.1.2-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/s/sunpy/sunpy_4.1.2-1+deb12u1.dsc changelog | 8 ++++++++ gitlab-ci.yml | 3 +-- patches/Ignore-Astropy-warnings.patch | 19 +++++++++++++++++++ patches/series | 1 + 4 files changed, 29 insertions(+), 2 deletions(-) diff -Nru sunpy-4.1.2/debian/changelog sunpy-4.1.2/debian/changelog --- sunpy-4.1.2/debian/changelog 2023-01-29 13:04:43.000000000 +0000 +++ sunpy-4.1.2/debian/changelog 2025-01-01 10:55:00.000000000 +0000 @@ -1,3 +1,11 @@ +sunpy (4.1.2-1+deb12u1) bookworm; urgency=medium + + * Team upload. + [ Ole Streicher ] + * Ignore Astropy warnings (Closes: #1055892) + + -- Santiago Vila Wed, 01 Jan 2025 11:55:00 +0100 + sunpy (4.1.2-1) unstable; urgency=medium * New upstream version 4.1.2 diff -Nru sunpy-4.1.2/debian/gitlab-ci.yml sunpy-4.1.2/debian/gitlab-ci.yml --- sunpy-4.1.2/debian/gitlab-ci.yml 2019-02-08 07:56:41.000000000 +0000 +++ sunpy-4.1.2/debian/gitlab-ci.yml 2025-01-01 10:55:00.000000000 +0000 @@ -4,5 +4,4 @@ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml variables: - RELEASE: 'unstable' - \ No newline at end of file + SALSA_CI_DISABLE_REPROTEST: "true" diff -Nru sunpy-4.1.2/debian/patches/Ignore-Astropy-warnings.patch sunpy-4.1.2/debian/patches/Ignore-Astropy-warnings.patch --- sunpy-4.1.2/debian/patches/Ignore-Astropy-warnings.patch 1970-01-01 00:00:00.000000000 +0000 +++ sunpy-4.1.2/debian/patches/Ignore-Astropy-warnings.patch 2025-01-01 10:55:00.000000000 +0000 @@ -0,0 +1,19 @@ +From: Ole Streicher +Date: Sat, 3 Feb 2024 17:00:04 +0100 +Subject: Ignore Astropy warnings + +These warnings are mainly created on outdated IERS data, which can be +ignored on packages in stable. + +Closes: #1055892 + +--- a/setup.cfg ++++ b/setup.cfg +@@ -148,6 +148,7 @@ + filterwarnings = + error + ignore::DeprecationWarning ++ ignore::astropy.utils.exceptions.AstropyWarning + ignore:Setuptools is replacing distutils:UserWarning + always::pytest.PytestConfigWarning + ignore:The sunpy.database module is no longer actively maintained diff -Nru sunpy-4.1.2/debian/patches/series sunpy-4.1.2/debian/patches/series --- sunpy-4.1.2/debian/patches/series 2023-01-29 13:03:53.000000000 +0000 +++ sunpy-4.1.2/debian/patches/series 2025-01-01 10:55:00.000000000 +0000 @@ -6,3 +6,4 @@ Add-yaml-schema-files-to-package.patch Ignore-all-deprecation-warnings.patch Ignore-all-divide-by-zero-and-all-nan-warnings.patch +Ignore-Astropy-warnings.patch