Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
005-fix-for-docs.patch | Fix for docs failure. ModuleNotFoundError for import memray. Created temporary fix. Need further investigation. |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-06-21 | ||
004-fix-for-tests-Py312.patch | Fix for tests in Python 3.12. Issue due to referencing config.option.update_snapshots without registering the --update-snapshots option in pytest. This could also be due to disabling certain tests. To resolve this for now added pytest_addoption to register the --update-snapshots option + modified pytest_configure to safely check for update_snapshots using getattr(config.option, "update_snapshots", False). |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-09-11 | ||
003-rm-distutils-from-setup.patch | Remove use of distutils from setup.py files Removed the use of distutils from various setup.py files + defined packages, package_data to include shared objects. |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-04-06 | ||
002-rm-external-git-link.patch | Remove external git link to avoid cloning Removed external git link to avoid cloning during build. | Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-09-11 | ||
001-fix-html-privacy-breach.patch | Fix for html privacy breach External js links in html leads to privacy breach. These links has been revised to use js libraries instead of external links. |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-03-28 |