bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [1.46][PATCH 0/8] Backport fixes for Python 3.10 compatibility
@ 2021-10-18 19:01 Justin Bronder
  2021-10-18 19:01 ` [1.46][PATCH 1/8] compat.py: remove file since it no longer actually implements anything Justin Bronder
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Justin Bronder @ 2021-10-18 19:01 UTC (permalink / raw)
  To: bitbake-devel

With Python 3.10.0 and the following patches bitbake-selftest passed for
me and I was able to run through my standard uses of bitbake.  Note that
all but the last commit are direct cherry-picks from master.

 lib/bb/compat.py              | 10 ----------
 lib/bb/data_smart.py          |  4 ++--
 lib/bb/event.py               | 16 ++++++++--------
 lib/bb/persist_data.py        | 13 +++++++------
 lib/bb/server/process.py      |  2 +-
 lib/bb/tests/event.py         | 17 +++++++++--------
 lib/bb/tests/fetch.py         |  6 +++---
 lib/bblayers/query.py         |  6 +++---
 lib/hashserv/server.py        |  4 ++--
 lib/layerindexlib/__init__.py |  1 -
 10 files changed, 35 insertions(+), 44 deletions(-)




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-18 19:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 19:01 [1.46][PATCH 0/8] Backport fixes for Python 3.10 compatibility Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 1/8] compat.py: remove file since it no longer actually implements anything Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 2/8] bitbake: correct the collections vs collections.abc deprecation Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 3/8] bitbake: fix regexp deprecation warnings Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 4/8] bitbake: do not import imp in layerindexlib Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 5/8] bitbake: adjust parser error check for python 3.10 compatibility Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 6/8] bitbake: correct deprecation warning in process.py Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 7/8] test/fetch: Update urls to match upstream branch name changes Justin Bronder
2021-10-18 19:01 ` [1.46][PATCH 8/8] hashserv: let asyncio discover the running loop Justin Bronder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).