Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-syntaxwarnings-is-with-literals | Fix SyntaxWarnings (using is comparing strings) | Nick Morrott <nickm@debian.org> | not-needed | debian | 2022-02-06 | |
relax-setup-py-dependency-versions | Relax dependency versions in setup.py | Nick Morrott <nickm@debian.org> | not-needed | 2022-02-06 | ||
doxygen-documentation | Simplify doxygen documentation generation | Nick Morrott <knowledgejunkie@gmail.com> | not-needed | 2018-12-27 | ||
skip-database-tests | Skip database tests during build tests | Nick Morrott <knowledgejunkie@gmail.com> | not-needed | 2018-12-27 | ||
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-13 |