[1.50,0/4] Backport fixes for python 3.10

Message ID 20211118162623.3117035-1-jacob.kroon@gmail.com
Headers show
Series Backport fixes for python 3.10 | expand

Message

Jacob Kroon Nov. 18, 2021, 4:26 p.m. UTC
Backport fixes for running bitbake on Fedora 35, which ships with
python 3.10.

Alexander Kanavin (3):
  bitbake: correct the collections vs collections.abc deprecation
  bitbake: adjust parser error check for python 3.10 compatibility
  bitbake: correct deprecation warning in process.py

Justin Bronder (1):
  hashserv: let asyncio discover the running loop

 lib/bb/cache.py          | 3 ++-
 lib/bb/data_smart.py     | 4 ++--
 lib/bb/persist_data.py   | 5 +++--
 lib/bb/server/process.py | 2 +-
 lib/hashserv/server.py   | 4 ++--
 5 files changed, 10 insertions(+), 8 deletions(-)

Comments

Mittal, Anuj Nov. 18, 2021, 11:35 p.m. UTC | #1
Thanks, I already have these in my queue and would be sent as part of next merge request.

https://cgit.openembedded.org/bitbake-contrib/log/?h=anujm/1.50

Thanks,

Anuj

> -----Original Message-----
> From: bitbake-devel@lists.openembedded.org <bitbake-
> devel@lists.openembedded.org> On Behalf Of Jacob Kroon
> Sent: Friday, November 19, 2021 12:26 AM
> To: bitbake-devel@lists.openembedded.org
> Subject: [bitbake-devel] [1.50][PATCH 0/4] Backport fixes for python 3.10
> 
> Backport fixes for running bitbake on Fedora 35, which ships with python 3.10.
> 
> Alexander Kanavin (3):
>   bitbake: correct the collections vs collections.abc deprecation
>   bitbake: adjust parser error check for python 3.10 compatibility
>   bitbake: correct deprecation warning in process.py
> 
> Justin Bronder (1):
>   hashserv: let asyncio discover the running loop
> 
>  lib/bb/cache.py          | 3 ++-
>  lib/bb/data_smart.py     | 4 ++--
>  lib/bb/persist_data.py   | 5 +++--
>  lib/bb/server/process.py | 2 +-
>  lib/hashserv/server.py   | 4 ++--
>  5 files changed, 10 insertions(+), 8 deletions(-)
Jacob Kroon Nov. 19, 2021, 5:11 a.m. UTC | #2
On 11/19/21 00:35, Mittal, Anuj wrote:
> Thanks, I already have these in my queue and would be sent as part of next merge request.
> 
> https://cgit.openembedded.org/bitbake-contrib/log/?h=anujm/1.50
> 
> Thanks,
> 
> Anuj
> 

Super! Thanks Anuj

/Jacob

>> -----Original Message-----
>> From: bitbake-devel@lists.openembedded.org <bitbake-
>> devel@lists.openembedded.org> On Behalf Of Jacob Kroon
>> Sent: Friday, November 19, 2021 12:26 AM
>> To: bitbake-devel@lists.openembedded.org
>> Subject: [bitbake-devel] [1.50][PATCH 0/4] Backport fixes for python 3.10
>>
>> Backport fixes for running bitbake on Fedora 35, which ships with python 3.10.
>>
>> Alexander Kanavin (3):
>>    bitbake: correct the collections vs collections.abc deprecation
>>    bitbake: adjust parser error check for python 3.10 compatibility
>>    bitbake: correct deprecation warning in process.py
>>
>> Justin Bronder (1):
>>    hashserv: let asyncio discover the running loop
>>
>>   lib/bb/cache.py          | 3 ++-
>>   lib/bb/data_smart.py     | 4 ++--
>>   lib/bb/persist_data.py   | 5 +++--
>>   lib/bb/server/process.py | 2 +-
>>   lib/hashserv/server.py   | 4 ++--
>>   5 files changed, 10 insertions(+), 8 deletions(-)
>