Andreas Tille pushed to branch master at Debian Med / qiime
Commits: d70f9af9 by Andreas Tille at 2021-10-17T14:55:15+02:00 Enable decorator 5.x in test suite - - - - - 3 changed files: - debian/changelog - + debian/patches/enable_decorator_5.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +qiime (2021.8.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable decorator 5.x in test suite + Closes: #996469 + + -- Andreas Tille <[email protected]> Sun, 17 Oct 2021 14:38:51 +0200 + qiime (2021.8.0-1) unstable; urgency=medium [ Étienne Mollier ] ===================================== debian/patches/enable_decorator_5.patch ===================================== @@ -0,0 +1,16 @@ +Description: Enable decorator 5.x in test suite +Bug-Debian: https://bugs.debian.org/996469 +Author: Andreas Tille <[email protected]> +Last-Update: Sun, 17 Oct 2021 14:38:51 +0200 + +--- a/ci/recipe/meta.yaml ++++ b/ci/recipe/meta.yaml +@@ -19,7 +19,7 @@ requirements: + run: + - python {{ python }} + - pyyaml +- - decorator >=4,<5 ++ - decorator >=4 + - pandas >=1 + # tzlocal 3 is currently broken - once this is fixed drop pin + - tzlocal <3 ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ python3.8.patch python3.9.patch 32-bits.patch +enable_decorator_5.patch View it on GitLab: https://salsa.debian.org/med-team/qiime/-/commit/d70f9af9f7cfb1999982f7815a0afe61bc567ca3 -- View it on GitLab: https://salsa.debian.org/med-team/qiime/-/commit/d70f9af9f7cfb1999982f7815a0afe61bc567ca3 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
