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 file
Patch File delta Description
doxygen documentation | (download)

doxygen.cfg | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 simplify doxygen documentation generation

skip database tests | (download)

test/mbedls_toolsbase.py | 3 3 + 0 - 0 !
test/platform_database.py | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+)

 skip database tests during build tests

fix syntaxwarnings is with literals | (download)

mbed_lstools/lstools_base.py | 4 2 + 2 - 0 !
mbed_lstools/platform_database.py | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 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 !
1 file changed, 4 insertions(+), 4 deletions(-)

 relax dependency versions in setup.py

setuptools 60 | (download)

setup.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 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 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
SyntaxWarning.patch | (download)

mbed_lstools/lstools_base.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
remove_mock.patch | (download)

test/base.py | 4 2 + 2 - 0 !
test/mbedls_toolsbase.py | 2 1 + 1 - 0 !
test/os_linux_generic.py | 2 1 + 1 - 0 !
test/platform_database.py | 2 1 + 1 - 0 !
test/platform_detection.py | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

---