Andreas Tille pushed to branch master at Debian Med / q2-taxa
Commits: 91311eb5 by Andreas Tille at 2024-02-17T19:53:32+01:00 Patch for Pandas 2.0 - - - - - a4c2635d by Andreas Tille at 2024-02-17T19:55:27+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/pandas2.0.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -q2-taxa (2023.9.0+dfsg-2) UNRELEASED; urgency=medium +q2-taxa (2023.9.0+dfsg-2) unstable; urgency=medium * Team upload. - * + * Patch for Pandas 2.0 (Thanks a lot to s3v <c0llap...@yahoo.it>) + Closes: #1053943 - -- Andreas Tille <ti...@debian.org> Sat, 17 Feb 2024 16:47:50 +0100 + -- Andreas Tille <ti...@debian.org> Sat, 17 Feb 2024 19:53:40 +0100 q2-taxa (2023.9.0+dfsg-1) unstable; urgency=medium ===================================== debian/patches/pandas2.0.patch ===================================== @@ -0,0 +1,16 @@ +Description: Patch for Pandas 2.0 +Bug-Debian: https://bugs.debian.org/1053943 +Author: s3v <c0llap...@yahoo.it>) +Last-Update: Sat, 17 Feb 2024 19:31:48 +0100 + +--- a/q2_taxa/_method.py ++++ b/q2_taxa/_method.py +@@ -79,7 +79,7 @@ + # becomes an issue, this is a target for refactoring. + ids_to_keep -= set(taxonomy.get_ids(where=query)) + +- return ids_to_keep ++ return list(ids_to_keep) + + + def filter_table(table: pd.DataFrame, taxonomy: qiime2.Metadata, ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0001-make-compatible-with-webpack5.patch 0002-skip-tests-needing-internet.patch +pandas2.0.patch View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/-/compare/d495b46fed6fd6920bad441777b9cd18c5b17e07...a4c2635dbe1080fd55a1dca69a03959382f4d5d3 -- View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/-/compare/d495b46fed6fd6920bad441777b9cd18c5b17e07...a4c2635dbe1080fd55a1dca69a03959382f4d5d3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list debian-med-com...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit