public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: Michael Kubacki <mikuback@linux.microsoft.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Gao, Liming" <gaoliming@byosoft.com.cn>,
	"rebecca@bsdio.com" <rebecca@bsdio.com>,
	'Liming Gao' <liming.gao@intel.com>
Cc: 'Sean Brogan' <sean.brogan@microsoft.com>,
	'Andrew Fish' <afish@apple.com>,
	'Leif Lindholm' <quic_llindhol@quicinc.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
Date: Thu, 18 May 2023 00:21:40 +0000	[thread overview]
Message-ID: <CO1PR11MB4929890F5C6654A548B6D120D27F9@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <6a1000b9-ef2a-e30f-a71e-01054c3defd1@linux.microsoft.com>

Is there a PR with EDK II CI results?

Mike

> -----Original Message-----
> From: Michael Kubacki <mikuback@linux.microsoft.com>
> Sent: Wednesday, May 17, 2023 5:13 PM
> To: devel@edk2.groups.io; Gao, Liming <gaoliming@byosoft.com.cn>;
> rebecca@bsdio.com; Kinney, Michael D <michael.d.kinney@intel.com>;
> 'Liming Gao' <liming.gao@intel.com>
> Cc: 'Sean Brogan' <sean.brogan@microsoft.com>; 'Andrew Fish'
> <afish@apple.com>; 'Leif Lindholm' <quic_llindhol@quicinc.com>
> Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update
> edk2 pip modules
> 
> Thanks Liming.
> 
> I haven't seen any R-b tags yet. Can I please get some reviews?
> 
> On 5/16/2023 9:32 PM, gaoliming via groups.io wrote:
> > Rebecca:
> >    I am OK for this change to catch the stable tag 202305.
> >
> > Thanks
> > Liming
> >> -----邮件原件-----
> >> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran
> >> 发送时间: 2023年5月17日 1:31
> >> 收件人: Michael Kubacki <mikuback@linux.microsoft.com>;
> >> devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>;
> >> 'Liming Gao' <liming.gao@intel.com>
> >> 抄送: Sean Brogan <sean.brogan@microsoft.com>; gaoliming
> >> <gaoliming@byosoft.com.cn>; Andrew Fish <afish@apple.com>; Leif
> >> Lindholm <quic_llindhol@quicinc.com>
> >> 主题: Re: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2
> > pip
> >> modules
> >>
> >> It would be good to get this in for the edk2-stable202305 release.
> >>
> >> On Tue, May 16, 2023, at 11:01 AM, mikuback@linux.microsoft.com wrote:
> >>> From: Michael Kubacki <michael.kubacki@microsoft.com>
> >>>
> >>> - 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 <sean.brogan@microsoft.com>
> >>> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> >>> Cc: Andrew Fish <afish@apple.com>
> >>> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> >>> Cc: Rebecca Cran <rebecca@bsdio.com>
> >>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> >>> ---
> >>>
> >>> 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==0.14.0
> >>> -edk2-pytool-extensions~=0.21.8
> >>> -edk2-basetools==0.1.43
> >>> +edk2-pytool-library==0.14.1
> >>> +edk2-pytool-extensions~=0.23.2
> >>> +edk2-basetools==0.1.48
> >>>   antlr4-python3-runtime==4.7.1
> >>>   lcov-cobertura==2.0.2
> >>>
> >>> --
> >>> 2.40.1.windows.1
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
> > 
> >

  reply	other threads:[~2023-05-18  0:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16 17:01 [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules Michael Kubacki
2023-05-16 17:30 ` Rebecca Cran
2023-05-17  1:32   ` 回复: [edk2-devel] " gaoliming
2023-05-18  0:13     ` Michael Kubacki
2023-05-18  0:21       ` Michael D Kinney [this message]
2023-05-18  0:49         ` Michael Kubacki
2023-05-18  1:01           ` Michael D Kinney
2023-05-20  0:50             ` Michael Kubacki
2023-05-20  1:29               ` Michael D Kinney
2023-05-22  1:12                 ` 回复: " gaoliming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO1PR11MB4929890F5C6654A548B6D120D27F9@CO1PR11MB4929.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox