Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
doxygen-documentation | Simplify doxygen documentation generation | Nick Morrott <knowledgejunkie@gmail.com> | not-needed | 2018-12-28 | ||
disable-pyocd-plugin | Disable pyocd plugin python-mbed-host-tests 1.4.4 requires pyocd 0.14.0 which is not yet available in Debian, so disable the pyocd plugin until this is resolved |
Nick Morrott <knowledgejunkie@gmail.com> | not-needed | debian | 2020-07-31 | |
setuptools-60 | Import setup from setuptools setuptools 60 uses its own bundled version of distutils, by default. It injects this into sys.modules, at import time. So we need to make sure that it is imported, before anything else imports distutils, to ensure everything is using the same distutils version. This change in setuptools is to prepare for Python 3.12, which will drop distutils. In this case, the best way to deal with the problem is to just use setuptools' setup(). |
Stefano Rivera <stefanor@debian.org> | yes | debian | 2022-11-12 | |
no-future | no | |||||
rename_called_once_test_assertion | Rename called_once() to assert_called_once() | Nick Morrott <nickm@debian.org> | yes | debian | 2024-04-18 | |
remove_six_and_mock.patch | no | |||||
SyntaxWarning.patch | no |