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.web10.281.1668127109647247667 for ; Thu, 10 Nov 2022 16:38:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=hZgVa+yk; 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 1D7CACD1F6A6 for ; Fri, 11 Nov 2022 08:38:26 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1668127106; bh=R1wuC45WqB2ua60tbr+Mio9eHfaxYzZRwdSeLA50XfQ=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=hZgVa+yk2fhsjWZ9RiYR0hr7PRyOAdG6x30LbJfTpC/KmdBm8xYwki0g54++On6ET 2YqD2w9Y5jAHTSqmgi83lJI+jNptdKx2WXEzeZFwppztEVojKj4pwTUN3UUbofg382 VsOv/cA399GQ4vk7cMVD0U45u5uvBSAgdaHDXYto= Received: from localhost (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 19039CD1F6DD for ; Fri, 11 Nov 2022 08:38:26 +0800 (CST) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id E1437CD1F6E6 for ; Fri, 11 Nov 2022 08:38:25 +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 68678CD1F6B7 for ; Fri, 11 Nov 2022 08:38:22 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 11 Nov 2022 08:38:16 +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 Kubacki'" , "'Andrew Fish'" , "'Leif Lindholm'" References: <20221110062959.24-1-michael.d.kinney@intel.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIGVkazItc3RhYmxlMjAyMjExIDEvMV0gcGlwLXJlcXVpcmVtZW50cy50eHQ6IFVwZGF0ZSBlZGsyLXB5dG9vbC1saWJyYXJ5IHRvIDAuMTIuMA==?= Date: Fri, 11 Nov 2022 08:38:18 +0800 Message-ID: <00dd01d8f565$e51f5ed0$af5e1c70$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQGxgqDT1xbnfjWxIn5SfBlNUgfUagL8cbowrm/i0KA= Sender: "gaoliming" Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao I agree this change to be merged now. Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =E4=BB=A3=E8=A1=A8 Michael D > Kinney > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2022=E5=B9=B411=E6=9C=8811=E6=97=A5= 0:59 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; Kinney, Michael D > ; Gao, Liming > =E6=8A=84=E9=80=81: Sean Brogan ; Michael Kuba= cki > ; Gao, Liming ; > Andrew Fish ; Leif Lindholm > =E4=B8=BB=E9=A2=98: Re: [edk2-devel] [Patch edk2-stable202211 1/1] pip-re= quirements.txt: > Update edk2-pytool-library to 0.12.0 >=20 > Hi Liming, >=20 > PR: https://github.com/tianocore/edk2/pull/3619 >=20 > All EDK II CI checks passed. >=20 > Mike >=20 > > -----Original Message----- > > From: devel@edk2.groups.io On Behalf Of Michael > D Kinney > > Sent: Wednesday, November 9, 2022 10:30 PM > > To: devel@edk2.groups.io > > Cc: Sean Brogan ; Michael Kubacki > ; Gao, Liming > > ; Andrew Fish ; Leif > Lindholm > > Subject: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.tx= t: > Update edk2-pytool-library to 0.12.0 > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4146 > > > > Update edk2-pytool-library to version 0.12.0 that adds support for > > the environment variable > PYTOOL_TEMPORARILY_IGNORE_NESTED_EDK_PACKAGES > > that can be set to true to ignore nested packages instead of breaking > > the build with an exception. Nested packages are not allowed by the > > edk2 specifications. This environment variable allows pytools to run > > with reduced functionality if nested packages are present giving > > downstream consumers of edk2 that use pytools time to resolve the use > > of nested packages and restore all features of pytools. > > > > Cc: Sean Brogan > > Cc: Michael Kubacki > > Cc: Liming Gao > > Cc: Andrew Fish > > Cc: Leif Lindholm > > Signed-off-by: Michael D Kinney > > --- > > pip-requirements.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/pip-requirements.txt b/pip-requirements.txt > > index 74d1bb35f2f2..d7e6b536f987 100644 > > --- a/pip-requirements.txt > > +++ b/pip-requirements.txt > > @@ -12,7 +12,7 @@ > > # https://www.python.org/dev/peps/pep-0440/#version-specifiers > > ## > > > > -edk2-pytool-library=3D=3D0.11.6 > > +edk2-pytool-library=3D=3D0.12.0 > > edk2-pytool-extensions~=3D0.19.1 > > edk2-basetools=3D=3D0.1.39 > > antlr4-python3-runtime=3D=3D4.7.1 > > -- > > 2.37.1.windows.1 > > > > > > > > > > >=20 >=20 >=20 >=20 >=20