Package: python-mbed-ls / 1.6.2+dfsg-12
Metadata
Package | Version | Patches format |
---|---|---|
python-mbed-ls | 1.6.2+dfsg-12 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
doxygen documentation | (download) |
doxygen.cfg |
9 6 + 3 - 0 ! |
simplify doxygen documentation generation |
skip database tests | (download) |
test/mbedls_toolsbase.py |
3 3 + 0 - 0 ! |
skip database tests during build tests |
fix syntaxwarnings is with literals | (download) |
mbed_lstools/lstools_base.py |
4 2 + 2 - 0 ! |
fix syntaxwarnings (using is comparing strings) Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985022 |
relax setup py dependency versions | (download) |
setup.py |
8 4 + 4 - 0 ! |
relax dependency versions in setup.py |
setuptools 60 | (download) |
setup.py |
3 1 + 2 - 0 ! |
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(). Bug-Debian: https://bugs.debian.org/1022538 |
0006 Replace deprecated assertDictContainsSubset.patch | (download) |
test/mbedls_toolsbase.py |
6 3 + 3 - 0 ! |
replace deprecated assertdictcontainssubset The method was deprecated in Python 3.2. Replace it with assertLessEqual, which uses set logic to perform the same operation. Signed-off-by: Sergio Durigan Junior <sergiodj@debian.org> |
remove appdirs.patch | (download) |
mbed_lstools/platform_database.py |
2 1 + 1 - 0 ! |
--- |
SyntaxWarning.patch | (download) |
mbed_lstools/lstools_base.py |
4 2 + 2 - 0 ! |
--- |
remove_mock.patch | (download) |
test/base.py |
4 2 + 2 - 0 ! |
--- |