Version in base suite: 3.22.1-3 Base version: python-ase_3.22.1-3 Target version: python-ase_3.22.1-3+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/python-ase/python-ase_3.22.1-3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/python-ase/python-ase_3.22.1-3+deb12u1.dsc changelog | 7 +++++++ patches/series | 1 + patches/skip-test-combos.patch | 16 ++++++++++++++++ 3 files changed, 24 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpm9cksf2x/python-ase_3.22.1-3.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpm9cksf2x/python-ase_3.22.1-3+deb12u1.dsc: no acceptable signature found diff -Nru python-ase-3.22.1/debian/changelog python-ase-3.22.1/debian/changelog --- python-ase-3.22.1/debian/changelog 2023-01-16 14:43:57.000000000 +0000 +++ python-ase-3.22.1/debian/changelog 2026-06-14 13:25:00.000000000 +0000 @@ -1,3 +1,10 @@ +python-ase (3.22.1-3+deb12u1) bookworm; urgency=medium + + * Team upload. + * Skip test_combos. Closes: #1042048. + + -- Santiago Vila Sun, 14 Jun 2026 15:25:00 +0200 + python-ase (3.22.1-3) unstable; urgency=medium [ Debian Janitor ] diff -Nru python-ase-3.22.1/debian/patches/series python-ase-3.22.1/debian/patches/series --- python-ase-3.22.1/debian/patches/series 2023-01-16 13:21:21.000000000 +0000 +++ python-ase-3.22.1/debian/patches/series 2026-06-14 11:00:00.000000000 +0000 @@ -7,3 +7,4 @@ python-3.11.patch fix-test-infrastructure.patch matplotlib-3.6.patch +skip-test-combos.patch diff -Nru python-ase-3.22.1/debian/patches/skip-test-combos.patch python-ase-3.22.1/debian/patches/skip-test-combos.patch --- python-ase-3.22.1/debian/patches/skip-test-combos.patch 1970-01-01 00:00:00.000000000 +0000 +++ python-ase-3.22.1/debian/patches/skip-test-combos.patch 2026-06-14 11:10:00.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Skip test_combos +Author: Santiago Vila +Bug-Debian: https://bugs.debian.org/1042048 +Last-Update: 2026-06-14 + +--- a/ase/test/constraints/test_fixinternals.py ++++ b/ase/test/constraints/test_fixinternals.py +@@ -129,7 +129,7 @@ + target_anglecombo, dihedralcombo_def, target_dihedralcombo) + + +-@pytest.mark.xfail ++@pytest.mark.skip + def test_combos(): + # XXX https://gitlab.com/ase/ase/-/issues/868 + (atoms, constr, bondcombo_def, target_bondcombo, anglecombo_def,