python3: update 3.10.6 -> 3.11.0

The semaphore fix has landed and is available from 3.11 onwards:
1ee0f94d16

Drop 0001-Mitigate-the-race-condition-in-testSockName.patch
as it is merged upstream.

(From OE-Core rev: f10cdc155e47af5627ee999c57e1d083f9382a91)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2022-10-27 22:16:11 +02:00
committed by Richard Purdie
parent 852f802a31
commit b06633b6ae
15 changed files with 111 additions and 174 deletions

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
PYTHON_BASEVERSION = "3.10"
PYTHON_BASEVERSION = "3.11"
PYTHON_ABI = ""
PYTHON_DIR = "python${PYTHON_BASEVERSION}"
PYTHON_PN = "python3"