These patches fix some issues with Python 3.8 compatibility, which I encountered when trying out the new Ubuntu 20.04 release. There's also fixes for a number of syntax warnings which are flagged even with older Python versions.
The patches should not break compatibility with older Python versions, but I have not actually tested. I'm not sure if the Linux distro check fix is the most elegant, but I think the whole thing should be changed to check if the required executables are found in the runtime path, instead of assuming some hard-coded locations. Anders Montonen (3): sb: Fix Python literal comparison warnings sb/linux.py: Workaround for Python >= 3.8 source-builder/config/gdb-common-1.cfg: Fix building with Python 3.8 source-builder/config/gdb-common-1.cfg | 7 +++- source-builder/sb/config.py | 2 +- source-builder/sb/linux.py | 18 ++++---- source-builder/sb/macros.py | 58 +++++++++++++------------- 4 files changed, 47 insertions(+), 38 deletions(-) -- 2.25.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel