Karsten Schöke pushed to branch master at Debian Med / pychopper
Commits: baa08677 by Karsten Schöke at 2026-08-05T10:47:12+02:00 rebuild patches - - - - - 3a5e0542 by Karsten Schöke at 2026-08-05T10:47:40+02:00 d/rules: regression_simple_tests are not FTBFS-prone on arm64. - - - - - ba0b3290 by Karsten Schöke at 2026-08-05T11:18:16+02:00 Update changelog for 2.7.10-4 release - - - - - 4 changed files: - debian/changelog - debian/patches/Handle-parasail-Result-objects-without-traceback.patch - debian/patches/fix-sphinx-scripts-path.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pychopper (2.7.10-4) unstable; urgency=medium + + * Team upload + * rebuild patches + * d/rules: regression_simple_tests are not FTBFS-prone on arm64. + + -- Karsten Schöke <[email protected]> Wed, 05 Aug 2026 11:18:04 +0200 + pychopper (2.7.10-3) unstable; urgency=medium * Team upload ===================================== debian/patches/Handle-parasail-Result-objects-without-traceback.patch ===================================== @@ -1,11 +1,14 @@ From: =?utf-8?q?Karsten_Sch=C3=B6ke?= <[email protected]> Date: Fri, 15 May 2026 14:44:54 +0200 -Subject: Handle parasail Result objects without traceback - On some architectures (notably arm64), parasail may return a Result object - without traceback support. In this case, accessing `aln.cigar` raises an - AttributeError, causing the alignment step to fail and abort processing. - . - This change gracefully skips such cases instead of failing the entire run. +Subject: Handle parasail Result objects without traceback On some + architectures (notably arm64), + parasail may return a Result object without traceback support. In this case, + accessing `aln.cigar` raises an AttributeError, + causing the alignment step to fail and abort processing. . This change + gracefully skips such cases instead of failing the entire run. + +Forwarded: not-needed + Forwarded: not-needed --- pychopper/parasail_backend.py | 8 ++++++++ ===================================== debian/patches/fix-sphinx-scripts-path.patch ===================================== @@ -13,7 +13,6 @@ circular import errors during documentation generation. This patch updates the script directory reference to match the actual package structure and prevents Sphinx from treating the CLI script as a top-level Python module. - --- docs/cmd_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ===================================== debian/rules ===================================== @@ -3,6 +3,13 @@ export PYBUILD_NAME=pychopper export PYBUILD_TEST_ARGS = {dir}/pychopper/tests + +ifneq (,$(filter $(DEB_HOST_ARCH), arm64)) +export PYBUILD_TEST_ARGS = {dir}/pychopper/tests \ + --ignore={dir}/pychopper/tests/test_regression_simple.py +endif + + export PYBUILD_AFTER_INSTALL=rm -fr {destdir}/usr/lib/python3*/dist-packages/pychopper-*/top_level.txt \ rm -fr {destdir}/usr/lib/python3*/dist-packages/pychopper.pdf \ rm -fr {destdir}/usr/lib/python3*/dist-packages/pychopper.tsv View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/102534d7217eefa5c246f4d1dfdc41b383979125...ba0b3290136e78e97d1cda913ff04ef773202cc8 -- View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/102534d7217eefa5c246f4d1dfdc41b383979125...ba0b3290136e78e97d1cda913ff04ef773202cc8 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
