Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
limit-docs-sasview.patch | Skip building documentation for external modules This produces partly broken documentation where the sasview docs will be missing various cross-references and information that would normally be embedded. This patch should eventually be removed and the full documentation built instead. |
Stuart Prescott <stuart@debian.org> | no | |||
sphinx-local-mathjax.patch | Switch to local mathjax for documentation | Stuart Prescott <stuart@debian.org> | no | |||
sphinx-unicode.patch | no | |||||
sphinx-sasview-path.patch | no | |||||
sphinx-warnings-suppress.patch | Suppress failures on sphinx warnings Upstream docs are supposed to build without warnings but actually generate lots of warnings. Suppress failures from these sphinx warnings. |
Stuart Prescott <stuart@debian.org> | not-needed | |||
help_dir_location.patch | no | |||||
mpl-3.5.patch | Compatibility with matplotlib 3.5diff --git a/src/sas/qtgui/Plotting/Arrow3D.py b/src/sas/qtgui/Plotting/Arrow3D.py index 2c58bc2..2adf919 100644 |
Stuart Prescott <stuart@debian.org> | yes | |||
qt-5.15.4.patch | Fix compatibility with newe Qt/PyQt | Stuart Prescott <stuart@debian.org> | yes | |||
setuptools.patch | Fix setup.py for setuptools 65diff --git a/setup.py b/setup.py index ab90c9c..3a0faef 100644 |
Stuart Prescott <stuart@debian.org> | yes | |||
numpy-1.24.patch | [PATCH] Fix compatibility with numpy 1.24 numpy 1.24 has finally removed the deprecated 'np.float' definition. This should either be replaced by 'float' if machine-variation is permitted or 'np.float64' if a specific size is needed. |
Stuart Prescott <stuart@debian.org> | no | 2023-01-09 | ||
py-3.12.patch | [PATCH 1/4] Use importlib.machinery SourceFileLoader instead of the deprecated imp.loadsource | krzywon <krzywon@yahoo.com> | no | 2024-02-09 | ||
cansas-invalid-xsd.patch | Fix xsd for (invalid) cansas data to work with both libxml2 2.9 and 2.12 | Stuart Prescott <stuart@debian.org> | yes |