Andreas Tille pushed to branch master at Debian Med / python-skbio
Commits: 1ee2033f by Andreas Tille at 2026-09-09T14:07:57+02:00 Patch forwarded - - - - - 1 changed file: - debian/patches/fix-gzip-reader-mode.patch Changes: ===================================== debian/patches/fix-gzip-reader-mode.patch ===================================== @@ -4,6 +4,7 @@ Description: Explicitly specify mode="rb" in GzipCompressor.get_reader GzipFile without explicit mode defaults to fileobj.mode (e.g. 'w+b' for temporary files), causing it to open for writing instead of reading. Bug-Debian: https://bugs.debian.org/1146889 +Forwarded: https://github.com/scikit-bio/scikit-bio/issues/2576 --- a/skbio/io/_iosources.py +++ b/skbio/io/_iosources.py View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/commit/1ee2033fce459c64357f845e54d9dc2fd2517c9c -- View it on GitLab: https://salsa.debian.org/med-team/python-skbio/-/commit/1ee2033fce459c64357f845e54d9dc2fd2517c9c 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
