Étienne Mollier pushed to branch master at Debian Med / python-biopython
Commits: f2babc28 by Étienne Mollier at 2020-09-14T21:29:49+02:00 blastdbv4-tests-filter-archs.patch DEP3 header - - - - - 2 changed files: - debian/changelog - debian/patches/blastdbv4-tests-filter-archs.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-biopython (1.78+dfsg-2) UNRELEASED; urgency=medium + + * Added DEP3 description to blastdbv4-tests-filter-archs.patch. + + -- Étienne Mollier <[email protected]> Mon, 14 Sep 2020 21:28:54 +0200 + python-biopython (1.78+dfsg-1) unstable; urgency=medium * Bumped build requirement on ncbi-blast+ 2.10.0-3 and greater, ===================================== debian/patches/blastdbv4-tests-filter-archs.patch ===================================== @@ -1,6 +1,14 @@ +Description: fall back makeblastdb wrapper test to v4 on unsupported archs + While makeblastdb -blastdb_version 5 is gaining stable support, under some + architectures, it is still necessary to fall back to -blastdb_version 4 to be + able to run the test. This patch implements a way to select a list of + architectures to run with a blastdb v4. + . + Note: it is expected that Biopython 1.79 might test both blastdb v4 and v5. Author: Étienne Mollier +Bug-Debian: https://bugs.debian.org/969608 +Forwarded: no Last-Update: 2020-09-13 18:18:22 +0200 - --- python-biopython.orig/Tests/test_NCBI_BLAST_tools.py +++ python-biopython/Tests/test_NCBI_BLAST_tools.py @@ -16,6 +16,12 @@ View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/commit/f2babc28481c3a29407222251743c51ad0701664 -- View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/commit/f2babc28481c3a29407222251743c51ad0701664 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
