From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web10.39861.1684287194712938691 for ; Tue, 16 May 2023 18:33:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=cKpdRE/s; spf=pass (domain: byosoft.com.cn, ip: 121.46.250.151, mailfrom: gaoliming@byosoft.com.cn) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 306DCDDA7A9 for ; Wed, 17 May 2023 09:33:09 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1684287189; bh=qyAvOLtddwnRYrpsAgdnuGXUsd3otIalZA7Hun804fM=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=cKpdRE/s0RjRy4ZIzbht9kuAUNCDICBuyKk5hhmPTXEXUMeRUJEVdR6A+hTBSfk5m Eras9eO6uRtxzhMlQi05b0JGeHlxaBgwrwalkmg/onGHeMjalh6zUOG4etgODr0NaZ v3N5f7Ig0GKGeXcgxKnWA/phzoFOJYhQ90ay/kXY= Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 2B8E6DDA795 for ; Wed, 17 May 2023 09:33:09 +0800 (CST) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id EFE94DDA7D0 for ; Wed, 17 May 2023 09:33:08 +0800 (CST) Authentication-Results: cxsh.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 8AEC4DDA795 for ; Wed, 17 May 2023 09:33:06 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 17 May 2023 09:32:52 +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: , , "'Michael Kubacki'" , "'Kinney, Michael D'" , "'Liming Gao'" Cc: "'Sean Brogan'" , "'Andrew Fish'" , "'Leif Lindholm'" References: <20230516170134.1485-1-mikuback@linux.microsoft.com> <597f7186-7297-4a06-a6ea-f906a30822ff@app.fastmail.com> In-Reply-To: <597f7186-7297-4a06-a6ea-f906a30822ff@app.fastmail.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDEvMV0gcGlwLXJlcXVpcmVtZW50cy50eHQ6IFVwZGF0ZSBlZGsyIHBpcCBtb2R1bGVz?= Date: Wed, 17 May 2023 09:32:55 +0800 Message-ID: <02a001d9885f$818f1990$84ad4cb0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQLgL40A8kvF9eXZxTFO3FY55ARb7wIhvQdvrT9RyqA= Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Rebecca: I am OK for this change to catch the stable tag 202305. Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Rebecca Cran > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA5=D4=C217=C8=D5 1:31 > =CA=D5=BC=FE=C8=CB: Michael Kubacki ; > devel@edk2.groups.io; Kinney, Michael D ; > 'Liming Gao' > =B3=AD=CB=CD: Sean Brogan ; gaoliming > ; Andrew Fish ; Leif > Lindholm > =D6=F7=CC=E2: Re: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Updat= e edk2 pip > modules >=20 > It would be good to get this in for the edk2-stable202305 release. >=20 > On Tue, May 16, 2023, at 11:01 AM, mikuback@linux.microsoft.com wrote: > > From: Michael Kubacki > > > > - edk2-pytool-library: 0.14.0 to 0.14.1 > > - edk2-pytool-extensions: 0.21.8 to 0.23.2 > > - edk2-basetools: 0.1.43 to 0.1.48 > > > > Cc: Sean Brogan > > Cc: Liming Gao > > Cc: Andrew Fish > > Cc: Leif Lindholm > > Cc: Rebecca Cran > > Signed-off-by: Michael Kubacki > > --- > > > > Notes: > > Updates edk2 pip modules to latest as discussed > > in the 5/15 TianoCore Tools & CI meeting. > > > > - > > > https://github.com/tianocore/edk2-pytool-library/compare/v0.14.0...v0.14.= 1 > > - > > > https://github.com/tianocore/edk2-pytool-extensions/compare/v0.21.8...v0. > 23.2 > > > > pip-requirements.txt | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/pip-requirements.txt b/pip-requirements.txt > > index b71e5c4015b7..c221576bef3a 100644 > > --- a/pip-requirements.txt > > +++ b/pip-requirements.txt > > @@ -12,9 +12,9 @@ > > # https://www.python.org/dev/peps/pep-0440/#version-specifiers > > ## > > > > -edk2-pytool-library=3D=3D0.14.0 > > -edk2-pytool-extensions~=3D0.21.8 > > -edk2-basetools=3D=3D0.1.43 > > +edk2-pytool-library=3D=3D0.14.1 > > +edk2-pytool-extensions~=3D0.23.2 > > +edk2-basetools=3D=3D0.1.48 > > antlr4-python3-runtime=3D=3D4.7.1 > > lcov-cobertura=3D=3D2.0.2 > > > > -- > > 2.40.1.windows.1 >=20 >=20 >=20 >=20