From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from walk.intel-email.com (walk.intel-email.com [101.227.64.242]) by mx.groups.io with SMTP id smtpd.web08.1694.1667354528268563989 for ; Tue, 01 Nov 2022 19:02:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=PhW4KL5W; spf=pass (domain: byosoft.com.cn, ip: 101.227.64.242, mailfrom: gaoliming@byosoft.com.cn) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 10E9FCD1F74E for ; Wed, 2 Nov 2022 10:02:06 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1667354526; bh=OB3bN2gbyeLg/WvsPTsLi0K4S1kh2UuX8VLqNP+l9HY=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=PhW4KL5W020BmTJ4vZ1ml5Aq4y6TkWiTpaZmjoxrbm67I00hLbDgrBbZUvO4LQ7uM KXSgpzrtNTAOljXHnKlcdpRG6L+meqyenD/AMl8NrtQ6iC4qB2MlMCfCoHYIccSR9D 2QSJpXv6wEDVZDSFJKdnQGRA11cxumAIZ4/EaX/U= Received: from localhost (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 0BC68CD1F709 for ; Wed, 2 Nov 2022 10:02:06 +0800 (CST) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id CF762CD1F700 for ; Wed, 2 Nov 2022 10:02:05 +0800 (CST) Authentication-Results: walk.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by walk.intel-email.com (Postfix) with SMTP id 715DFCD1F74F for ; Wed, 2 Nov 2022 10:02:02 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 02 Nov 2022 10:02:00 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Sean Brogan'" , "'Michael D Kinney'" , "'Chasel Chiu'" References: <20221101234014.2011-1-mikuback@linux.microsoft.com> In-Reply-To: <20221101234014.2011-1-mikuback@linux.microsoft.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDEvMV0gcGlwLXJlcXVpcmVtZW50cy50eHQ6IEJ1bXAgcHl0b29sIGV4dGVuc2lvbnMgYW5kIGxpYnJhcnk=?= Date: Wed, 2 Nov 2022 10:02:02 +0800 Message-ID: <002a01d8ee5f$19a4e390$4ceeaab0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJvPQy25VHDxRgygt0wOX1Hj/eQv6z+RBJA Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io = =B4=FA=B1=ED Michael > Kubacki > =B7=A2=CB=CD=CA=B1=BC=E4: 2022=C4=EA11=D4=C22=C8=D5 7:40 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Sean Brogan ; Michael D = Kinney > ; Liming Gao ; > Chasel Chiu > =D6=F7=CC=E2: [edk2-devel] [PATCH v2 1/1] pip-requirements.txt: Bump = pytool > extensions and library >=20 > From: Michael Kubacki >=20 > Fixes edk2 CI failure due to VM images being updated to Python 3.11 > and the old pip modules not being compatible with Python 3.11. >=20 > Updates the following pip modules: >=20 > - edk2-pytool-library from 0.11.2 to 0.11.6 > - edk2-pytool-extensions from 0.16 to 0.19.1 >=20 > Needed to fix an issue with Python 3.11 compatibility. >=20 > Cc: Sean Brogan > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Chasel Chiu > Signed-off-by: Michael Kubacki > Reviewed-by: Michael D Kinney > --- >=20 > Notes: > v2 changes: >=20 > - Add some reviewers to Cc list > - Explain impact on CI >=20 > pip-requirements.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/pip-requirements.txt b/pip-requirements.txt > index 40e9ad72ee4f..74d1bb35f2f2 100644 > --- a/pip-requirements.txt > +++ b/pip-requirements.txt > @@ -12,7 +12,7 @@ > # https://www.python.org/dev/peps/pep-0440/#version-specifiers > ## >=20 > -edk2-pytool-library=3D=3D0.11.2 > -edk2-pytool-extensions~=3D0.16.0 > +edk2-pytool-library=3D=3D0.11.6 > +edk2-pytool-extensions~=3D0.19.1 > edk2-basetools=3D=3D0.1.39 > antlr4-python3-runtime=3D=3D4.7.1 > -- > 2.28.0.windows.1 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#95835): = https://edk2.groups.io/g/devel/message/95835 > Mute This Topic: https://groups.io/mt/94723719/4905953 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D >=20