Package: qiime / 2022.11.1-2
Metadata
Package | Version | Patches format |
---|---|---|
qiime | 2022.11.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
python3.8.patch | (download) |
qiime2/core/path.py |
8 8 0 - 0 ! |
patch for compatibility with python 3.8 |
python3.9.patch | (download) |
qiime2/core/type/parse.py |
5 4 1 - 0 ! |
python3.9.patch |
enable_decorator_5.patch | (download) |
ci/recipe/meta.yaml |
2 1 1 - 0 ! |
enable decorator 5.x in test suite Bug-Debian: https://bugs.debian.org/996469 |
python3.10.patch | (download) |
qiime2/sdk/tests/test_method.py |
14 7 7 - 0 ! |
adjust test suite for python3.10. This patch adjusts expected results after inspect.Signature.from_callable since this function changed behavior between python3.9 and python3.10. This may be more of a work around than a genuine proper fix. |