Andreas Tille pushed to branch master at Debian Med / qiime
Commits: 7099e14f by Andreas Tille at 2025-02-15T12:14:13+01:00 [skip ci] DEP3 - - - - - 2 changed files: - debian/patches/python3.12.patch - debian/patches/replace-crypt-module-by-hashlib.patch Changes: ===================================== debian/patches/python3.12.patch ===================================== @@ -1,6 +1,7 @@ Author: Andreas Tille Last-Update: 2024-02-23 Description: Adapt to Python3.12 +Forwarded: https://github.com/qiime2/qiime2/issues/832 --- a/qiime2/core/path.py +++ b/qiime2/core/path.py ===================================== debian/patches/replace-crypt-module-by-hashlib.patch ===================================== @@ -1,3 +1,8 @@ +Author: Emmanuel Arias <[email protected]> +Last-Update: 2024-12-09 +Description: Remove crypt module from tests +Forwarded: https://github.com/qiime2/qiime2/issues/833 + --- a/qiime2/core/tests/test_cache.py +++ b/qiime2/core/tests/test_cache.py @@ -9,7 +9,6 @@ View it on GitLab: https://salsa.debian.org/med-team/qiime/-/commit/7099e14fb156f57f6005d7b2b724799e795076ca -- View it on GitLab: https://salsa.debian.org/med-team/qiime/-/commit/7099e14fb156f57f6005d7b2b724799e795076ca 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
