public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0
@ 2022-11-10  6:29 Michael D Kinney
  2022-11-10 16:59 ` [edk2-devel] " Michael D Kinney
  0 siblings, 1 reply; 4+ messages in thread
From: Michael D Kinney @ 2022-11-10  6:29 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael Kubacki, Liming Gao, Andrew Fish,
	Leif Lindholm

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4146

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 <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
 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==0.11.6
+edk2-pytool-library==0.12.0
 edk2-pytool-extensions~=0.19.1
 edk2-basetools==0.1.39
 antlr4-python3-runtime==4.7.1
-- 
2.37.1.windows.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0
  2022-11-10  6:29 [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0 Michael D Kinney
@ 2022-11-10 16:59 ` Michael D Kinney
  2022-11-11  0:38   ` 回复: " gaoliming
       [not found]   ` <172660C4D46580E4.19634@groups.io>
  0 siblings, 2 replies; 4+ messages in thread
From: Michael D Kinney @ 2022-11-10 16:59 UTC (permalink / raw)
  To: devel@edk2.groups.io, Kinney, Michael D, Gao, Liming
  Cc: Sean Brogan, Michael Kubacki, Gao, Liming, Andrew Fish,
	Leif Lindholm

Hi Liming,

PR: https://github.com/tianocore/edk2/pull/3619

All EDK II CI checks passed.

Mike

> -----Original Message-----
> From: devel@edk2.groups.io <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 <sean.brogan@microsoft.com>; Michael Kubacki <mikuback@linux.microsoft.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Andrew Fish <afish@apple.com>; Leif Lindholm <quic_llindhol@quicinc.com>
> Subject: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4146
> 
> 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 <sean.brogan@microsoft.com>
> Cc: Michael Kubacki <mikuback@linux.microsoft.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
>  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==0.11.6
> +edk2-pytool-library==0.12.0
>  edk2-pytool-extensions~=0.19.1
>  edk2-basetools==0.1.39
>  antlr4-python3-runtime==4.7.1
> --
> 2.37.1.windows.1
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* 回复: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0
  2022-11-10 16:59 ` [edk2-devel] " Michael D Kinney
@ 2022-11-11  0:38   ` gaoliming
       [not found]   ` <172660C4D46580E4.19634@groups.io>
  1 sibling, 0 replies; 4+ messages in thread
From: gaoliming @ 2022-11-11  0:38 UTC (permalink / raw)
  To: devel, michael.d.kinney
  Cc: 'Sean Brogan', 'Michael Kubacki',
	'Andrew Fish', 'Leif Lindholm'

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

I agree this change to be merged now.

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D
> Kinney
> 发送时间: 2022年11月11日 0:59
> 收件人: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> 抄送: Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki
> <mikuback@linux.microsoft.com>; Gao, Liming <gaoliming@byosoft.com.cn>;
> Andrew Fish <afish@apple.com>; Leif Lindholm <quic_llindhol@quicinc.com>
> 主题: Re: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.txt:
> Update edk2-pytool-library to 0.12.0
> 
> Hi Liming,
> 
> PR: https://github.com/tianocore/edk2/pull/3619
> 
> All EDK II CI checks passed.
> 
> Mike
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io <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 <sean.brogan@microsoft.com>; Michael Kubacki
> <mikuback@linux.microsoft.com>; Gao, Liming
> > <gaoliming@byosoft.com.cn>; Andrew Fish <afish@apple.com>; Leif
> Lindholm <quic_llindhol@quicinc.com>
> > Subject: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.txt:
> Update edk2-pytool-library to 0.12.0
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4146
> >
> > 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 <sean.brogan@microsoft.com>
> > Cc: Michael Kubacki <mikuback@linux.microsoft.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Andrew Fish <afish@apple.com>
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> > ---
> >  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==0.11.6
> > +edk2-pytool-library==0.12.0
> >  edk2-pytool-extensions~=0.19.1
> >  edk2-basetools==0.1.39
> >  antlr4-python3-runtime==4.7.1
> > --
> > 2.37.1.windows.1
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* 回复: [edk2-devel] [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0
       [not found]   ` <172660C4D46580E4.19634@groups.io>
@ 2022-11-11  0:55     ` gaoliming
  0 siblings, 0 replies; 4+ messages in thread
From: gaoliming @ 2022-11-11  0:55 UTC (permalink / raw)
  To: devel, gaoliming, michael.d.kinney
  Cc: 'Sean Brogan', 'Michael Kubacki',
	'Andrew Fish', 'Leif Lindholm'

Mike:
  This patch is merged at 342813a3f7794bf67405a236053f27c916804d36

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming via
> groups.io
> 发送时间: 2022年11月11日 8:38
> 收件人: devel@edk2.groups.io; michael.d.kinney@intel.com
> 抄送: 'Sean Brogan' <sean.brogan@microsoft.com>; 'Michael Kubacki'
> <mikuback@linux.microsoft.com>; 'Andrew Fish' <afish@apple.com>; 'Leif
> Lindholm' <quic_llindhol@quicinc.com>
> 主题: 回复: [edk2-devel] [Patch edk2-stable202211 1/1]
> pip-requirements.txt: Update edk2-pytool-library to 0.12.0
> 
> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> 
> I agree this change to be merged now.
> 
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael D
> > Kinney
> > 发送时间: 2022年11月11日 0:59
> > 收件人: devel@edk2.groups.io; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> > 抄送: Sean Brogan <sean.brogan@microsoft.com>; Michael Kubacki
> > <mikuback@linux.microsoft.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>;
> > Andrew Fish <afish@apple.com>; Leif Lindholm
> <quic_llindhol@quicinc.com>
> > 主题: Re: [edk2-devel] [Patch edk2-stable202211 1/1]
> pip-requirements.txt:
> > Update edk2-pytool-library to 0.12.0
> >
> > Hi Liming,
> >
> > PR: https://github.com/tianocore/edk2/pull/3619
> >
> > All EDK II CI checks passed.
> >
> > Mike
> >
> > > -----Original Message-----
> > > From: devel@edk2.groups.io <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 <sean.brogan@microsoft.com>; Michael Kubacki
> > <mikuback@linux.microsoft.com>; Gao, Liming
> > > <gaoliming@byosoft.com.cn>; Andrew Fish <afish@apple.com>; Leif
> > Lindholm <quic_llindhol@quicinc.com>
> > > Subject: [edk2-devel] [Patch edk2-stable202211 1/1]
> pip-requirements.txt:
> > Update edk2-pytool-library to 0.12.0
> > >
> > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4146
> > >
> > > 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 <sean.brogan@microsoft.com>
> > > Cc: Michael Kubacki <mikuback@linux.microsoft.com>
> > > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > > Cc: Andrew Fish <afish@apple.com>
> > > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > > Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> > > ---
> > >  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==0.11.6
> > > +edk2-pytool-library==0.12.0
> > >  edk2-pytool-extensions~=0.19.1
> > >  edk2-basetools==0.1.39
> > >  antlr4-python3-runtime==4.7.1
> > > --
> > > 2.37.1.windows.1
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-11  0:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10  6:29 [Patch edk2-stable202211 1/1] pip-requirements.txt: Update edk2-pytool-library to 0.12.0 Michael D Kinney
2022-11-10 16:59 ` [edk2-devel] " Michael D Kinney
2022-11-11  0:38   ` 回复: " gaoliming
     [not found]   ` <172660C4D46580E4.19634@groups.io>
2022-11-11  0:55     ` gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox