* [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
@ 2023-05-16 17:01 Michael Kubacki
2023-05-16 17:30 ` Rebecca Cran
0 siblings, 1 reply; 10+ messages in thread
From: Michael Kubacki @ 2023-05-16 17:01 UTC (permalink / raw)
To: devel; +Cc: Sean Brogan, Liming Gao, Andrew Fish, Leif Lindholm, Rebecca Cran
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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
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
0 siblings, 1 reply; 10+ messages in thread
From: Rebecca Cran @ 2023-05-16 17:30 UTC (permalink / raw)
To: Michael Kubacki, devel, Kinney, Michael D, 'Liming Gao'
Cc: Sean Brogan, gaoliming, Andrew Fish, Leif Lindholm
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-16 17:30 ` Rebecca Cran
@ 2023-05-17 1:32 ` gaoliming
2023-05-18 0:13 ` Michael Kubacki
0 siblings, 1 reply; 10+ messages in thread
From: gaoliming @ 2023-05-17 1:32 UTC (permalink / raw)
To: devel, rebecca, 'Michael Kubacki',
'Kinney, Michael D', 'Liming Gao'
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm'
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
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-17 1:32 ` 回复: [edk2-devel] " gaoliming
@ 2023-05-18 0:13 ` Michael Kubacki
2023-05-18 0:21 ` Michael D Kinney
0 siblings, 1 reply; 10+ messages in thread
From: Michael Kubacki @ 2023-05-18 0:13 UTC (permalink / raw)
To: devel, gaoliming, rebecca, 'Kinney, Michael D',
'Liming Gao'
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm'
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
>>
>>
>>
>>
>
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-18 0:13 ` Michael Kubacki
@ 2023-05-18 0:21 ` Michael D Kinney
2023-05-18 0:49 ` Michael Kubacki
0 siblings, 1 reply; 10+ messages in thread
From: Michael D Kinney @ 2023-05-18 0:21 UTC (permalink / raw)
To: Michael Kubacki, devel@edk2.groups.io, Gao, Liming,
rebecca@bsdio.com, 'Liming Gao'
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm', Kinney, Michael D
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
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
> >
> >
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-18 0:21 ` Michael D Kinney
@ 2023-05-18 0:49 ` Michael Kubacki
2023-05-18 1:01 ` Michael D Kinney
0 siblings, 1 reply; 10+ messages in thread
From: Michael Kubacki @ 2023-05-18 0:49 UTC (permalink / raw)
To: devel, michael.d.kinney, Gao, Liming, rebecca@bsdio.com,
'Liming Gao'
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm'
This is mine: https://github.com/tianocore/edk2/pull/4401
I'll close some related dependabot PRs.
On 5/17/2023 8:21 PM, Michael D Kinney wrote:
> 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
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-18 0:49 ` Michael Kubacki
@ 2023-05-18 1:01 ` Michael D Kinney
2023-05-20 0:50 ` Michael Kubacki
0 siblings, 1 reply; 10+ messages in thread
From: Michael D Kinney @ 2023-05-18 1:01 UTC (permalink / raw)
To: devel@edk2.groups.io, mikuback@linux.microsoft.com, Gao, Liming,
rebecca@bsdio.com, 'Liming Gao'
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm', Kinney, Michael D
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> Kubacki
> Sent: Wednesday, May 17, 2023 5:50 PM
> To: devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>;
> Gao, Liming <gaoliming@byosoft.com.cn>; 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>
> Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update
> edk2 pip modules
>
> This is mine: https://github.com/tianocore/edk2/pull/4401
>
> I'll close some related dependabot PRs.
>
> On 5/17/2023 8:21 PM, Michael D Kinney wrote:
> > 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
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >
> >
> >
> >
> >
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-18 1:01 ` Michael D Kinney
@ 2023-05-20 0:50 ` Michael Kubacki
2023-05-20 1:29 ` Michael D Kinney
0 siblings, 1 reply; 10+ messages in thread
From: Michael Kubacki @ 2023-05-20 0:50 UTC (permalink / raw)
To: devel, michael.d.kinney, Gao, Liming, rebecca@bsdio.com,
'Liming Gao'
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm'
I rebased the commit and added Mike's R-b in the PR.
https://github.com/tianocore/edk2/pull/4401
On 5/17/2023 9:01 PM, Michael D Kinney wrote:
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
>> -----Original Message-----
>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
>> Kubacki
>> Sent: Wednesday, May 17, 2023 5:50 PM
>> To: devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>;
>> Gao, Liming <gaoliming@byosoft.com.cn>; 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>
>> Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update
>> edk2 pip modules
>>
>> This is mine: https://github.com/tianocore/edk2/pull/4401
>>
>> I'll close some related dependabot PRs.
>>
>> On 5/17/2023 8:21 PM, Michael D Kinney wrote:
>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-20 0:50 ` Michael Kubacki
@ 2023-05-20 1:29 ` Michael D Kinney
2023-05-22 1:12 ` 回复: " gaoliming
0 siblings, 1 reply; 10+ messages in thread
From: Michael D Kinney @ 2023-05-20 1:29 UTC (permalink / raw)
To: devel@edk2.groups.io, mikuback@linux.microsoft.com, Gao, Liming,
rebecca@bsdio.com
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm', Kinney, Michael D
Hi Liming,
The subject line is not tagged edk2-stable202305, but I think that is the intent.
I have no objections to merging this into edk2-stable202305.
Mike
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> Kubacki
> Sent: Friday, May 19, 2023 5:50 PM
> To: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>;
> 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>
> Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update
> edk2 pip modules
>
> I rebased the commit and added Mike's R-b in the PR.
>
> https://github.com/tianocore/edk2/pull/4401
>
> On 5/17/2023 9:01 PM, Michael D Kinney wrote:
> > Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> >
> >> -----Original Message-----
> >> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> Michael
> >> Kubacki
> >> Sent: Wednesday, May 17, 2023 5:50 PM
> >> To: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>;
> >> Gao, Liming <gaoliming@byosoft.com.cn>; 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>
> >> Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt:
> Update
> >> edk2 pip modules
> >>
> >> This is mine: https://github.com/tianocore/edk2/pull/4401
> >>
> >> I'll close some related dependabot PRs.
> >>
> >> On 5/17/2023 8:21 PM, Michael D Kinney wrote:
> >>> 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
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
> >
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* 回复: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update edk2 pip modules
2023-05-20 1:29 ` Michael D Kinney
@ 2023-05-22 1:12 ` gaoliming
0 siblings, 0 replies; 10+ messages in thread
From: gaoliming @ 2023-05-22 1:12 UTC (permalink / raw)
To: devel, michael.d.kinney, mikuback, rebecca
Cc: 'Sean Brogan', 'Andrew Fish',
'Leif Lindholm'
Mike:
I just merge this change.
Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D
> Kinney
> 发送时间: 2023年5月20日 9:30
> 收件人: devel@edk2.groups.io; mikuback@linux.microsoft.com; Gao, Liming
> <gaoliming@byosoft.com.cn>; rebecca@bsdio.com
> 抄送: '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>
> 主题: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt: Update
> edk2 pip modules
>
> Hi Liming,
>
> The subject line is not tagged edk2-stable202305, but I think that is the
> intent.
>
> I have no objections to merging this into edk2-stable202305.
>
> Mike
>
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> > Kubacki
> > Sent: Friday, May 19, 2023 5:50 PM
> > To: devel@edk2.groups.io; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>;
> > 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>
> > Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt:
> Update
> > edk2 pip modules
> >
> > I rebased the commit and added Mike's R-b in the PR.
> >
> > https://github.com/tianocore/edk2/pull/4401
> >
> > On 5/17/2023 9:01 PM, Michael D Kinney wrote:
> > > Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> > >
> > >> -----Original Message-----
> > >> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> > Michael
> > >> Kubacki
> > >> Sent: Wednesday, May 17, 2023 5:50 PM
> > >> To: devel@edk2.groups.io; Kinney, Michael D
> > <michael.d.kinney@intel.com>;
> > >> Gao, Liming <gaoliming@byosoft.com.cn>; 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>
> > >> Subject: Re: 回复: [edk2-devel] [PATCH v1 1/1] pip-requirements.txt:
> > Update
> > >> edk2 pip modules
> > >>
> > >> This is mine: https://github.com/tianocore/edk2/pull/4401
> > >>
> > >> I'll close some related dependabot PRs.
> > >>
> > >> On 5/17/2023 8:21 PM, Michael D Kinney wrote:
> > >>> 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
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >>
> > >>
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-05-22 1:13 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox