Alexandre Detiste pushed to branch master at Debian Med / python-gffutils
Commits: 1c13e327 by Alexandre Detiste at 2025-08-23T18:56:56+02:00 Pytest 8.4 compatibility - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/pytest8.4.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-gffutils (0.13-3) unstable; urgency=medium + + * Team upload. + * Patch test for Pytest 8.4 compatibility + + -- Alexandre Detiste <[email protected]> Sat, 23 Aug 2025 18:55:58 +0200 + python-gffutils (0.13-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -17,11 +17,10 @@ Build-Depends: debhelper-compat (= 13), python3-biopython, python3-pybedtools, help2man -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/python-gffutils Vcs-Git: https://salsa.debian.org/med-team/python-gffutils.git Homepage: https://daler.github.io/gffutils -Rules-Requires-Root: no Package: python3-gffutils Architecture: all ===================================== debian/patches/pytest8.4.patch ===================================== @@ -0,0 +1,11 @@ +--- a/gffutils/test/test_1.py ++++ b/gffutils/test/test_1.py +@@ -533,7 +533,7 @@ + ] + + for item in regions: +- yield _check, item ++ _check(item) + + + def test_nonascii(): ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ python3 fix-version.patch pr235.patch +pytest8.4.patch View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/commit/1c13e327bc3fc50773cbe1d0717421c25481375f -- View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/commit/1c13e327bc3fc50773cbe1d0717421c25481375f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
