Karsten Schöke pushed to branch master at Debian Med / pycorrfit
Commits: b09051e8 by Karsten Schöke at 2026-04-30T14:31:17+02:00 No more pytest exceptions for s390x - - - - - d6817ec8 by Karsten Schöke at 2026-04-30T14:33:23+02:00 Update changelog for 1.3.1+nopack-3 release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pycorrfit (1.3.1+nopack-3) unstable; urgency=medium + + * Team upload. + * No more pytest exceptions for s390x + + -- Karsten Schöke <[email protected]> Thu, 30 Apr 2026 14:33:15 +0200 + pycorrfit (1.3.1+nopack-2) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -3,21 +3,11 @@ export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+BINDNOW export PYBUILD_NAME=pycorrfit -export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS=\ --ignore=tests/test_constraints.py \ --ignore=tests/test_file_formats.py\ --ignore=tests/test_session.py -ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - export PYBUILD_TEST_PYTEST=0 -endif - -include /usr/share/dpkg/architecture.mk -ifeq ($(DEB_HOST_ARCH),s390x) - export PYBUILD_TEST_PYTEST=0 -endif - export PYBUILD_AFTER_INSTALL=rm -fr {destdir}/usr/lib/python3*/dist-packages/pycorrfit-*/top_level.txt \ rm -fr {destdir}/usr/lib/python3*/dist-packages/${PYBUILD_NAME}/readfiles/read_pt3_scripts/README \ rm -fr {destdir}/usr/lib/python3*/dist-packages/${PYBUILD_NAME}/readfiles/read_pt3_scripts/LICENSE View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/aef61606e55e04b70b61e54f2c94d6e1b24d3e69...d6817ec8250f526c037fb5cb5d71caed8427ee7e -- View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/aef61606e55e04b70b61e54f2c94d6e1b24d3e69...d6817ec8250f526c037fb5cb5d71caed8427ee7e 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
