Package: python-ete3 / 3.1.3+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
python-ete3 | 3.1.3+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
syntax_fixes.patch | (download) |
examples/clustering/bubbles_validation.py |
2 1 + 1 - 0 ! |
run 2to3 on examples |
pmodeltest_executable.patch | (download) |
ete3/tools/ete_build_lib/apps.py |
2 1 + 1 - 0 ! |
make pmodeltest.py a genuine python3 executable This issue has been caught by lintian, as an executable not ELF nor script. |
python3.12.patch | (download) |
ete3/test/test_arraytable.py |
4 2 + 2 - 0 ! |
fix deprecated assertions in python 3.12 |
python3.13.patch | (download) |
ete3/webplugin/webapp.py |
6 3 + 3 - 0 ! |
fix test failure due to missing cgi in python 3.13. This change fixes the following symptom while runnong the test suite: . ==================================== ERRORS ==================================== ___ ERROR collecting .pybuild/cpython3_3.13_ete3/build/ete3/test/test_api.py ___ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ete3/build/ete3/test/test_api.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ete3/__init__.py:56: in <module> from .webplugin.webapp import * ete3/webplugin/webapp.py:44: in <module> import cgi E ModuleNotFoundError: No module named 'cgi' |
fix warnings.patch | (download) |
ete3/coretype/tree.py |
6 3 + 3 - 0 ! |
fix multiple invalid escape sequences. This change fixes multiple variations around the following symptom: . SyntaxWarning: invalid escape sequence |