mbox series

[2.0,kirkstone,0/3] pick python 3.12 fixes

Message ID 20240215204524.320874-1-adrian.freihofer@siemens.com
Headers show
Series pick python 3.12 fixes | expand

Message

Adrian Freihofer Feb. 15, 2024, 8:44 p.m. UTC
These 3 patches are fast forward cherry picked from master branch.
They fix some oe-selftests on Fedora 39 with Python 3.12.

git cherry-pick 5419a8473d6d4cd1d01537de68ad8d72cf5be0b2
git cherry-pick de8ba2770d9a1a94af3d084f9540da7e2fae6022
git cherry-pick a5f1bc69ef2e456bd163303a07cfb73825b01576

More fixes are needed and will be sent to oe-core.

Adrian Freihofer (1):
  bitbake/lib/bs4/tests/test_tree.py: python 3.12 regex

Alexander Kanavin (1):
  bitbake/codeparser.py: address ast module deprecations in py 3.12

Chris Laplante (1):
  codeparser: replace deprecated ast.Str and 's'

 lib/bb/codeparser.py       | 24 ++++++++++++------------
 lib/bs4/tests/test_tree.py |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)