public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] pip-requirements.txt: Update basetools version to 0.1.17
@ 2022-04-12 14:22 Bob Feng
  2022-04-12 23:53 ` Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Feng @ 2022-04-12 14:22 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Sean Brogan, Bret Barkelew, Michael D Kinney,
	Liming Gao

Synced the basetools patch from edk2 repo to
edk2-basetools repo. Update the basetools pip module version
to the latest.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

---
 pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt
index f8bcd9ceb5..89f5ff1733 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.2
 edk2-pytool-extensions~=0.16.0
-edk2-basetools==0.1.13
+edk2-basetools==0.1.17
 antlr4-python3-runtime==4.7.1
-- 
2.29.1.windows.1


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

* Re: [Patch] pip-requirements.txt: Update basetools version to 0.1.17
  2022-04-12 14:22 [Patch] pip-requirements.txt: Update basetools version to 0.1.17 Bob Feng
@ 2022-04-12 23:53 ` Michael D Kinney
  2022-04-12 23:59   ` Bob Feng
  0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2022-04-12 23:53 UTC (permalink / raw)
  To: Feng, Bob C, devel@edk2.groups.io, Kinney, Michael D
  Cc: Sean Brogan, Bret Barkelew, Gao, Liming

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: Feng, Bob C <bob.c.feng@intel.com>
> Sent: Tuesday, April 12, 2022 7:23 AM
> To: devel@edk2.groups.io
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>;
> Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [Patch] pip-requirements.txt: Update basetools version to 0.1.17
> 
> Synced the basetools patch from edk2 repo to
> edk2-basetools repo. Update the basetools pip module version
> to the latest.
> 
> Signed-off-by: Bob Feng <bob.c.feng@intel.com>
> 
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> 
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> 
> 
> ---
>  pip-requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pip-requirements.txt b/pip-requirements.txt
> index f8bcd9ceb5..89f5ff1733 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.2
> 
>  edk2-pytool-extensions~=0.16.0
> 
> -edk2-basetools==0.1.13
> 
> +edk2-basetools==0.1.17
> 
>  antlr4-python3-runtime==4.7.1
> 
> --
> 2.29.1.windows.1


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

* Re: [Patch] pip-requirements.txt: Update basetools version to 0.1.17
  2022-04-12 23:53 ` Michael D Kinney
@ 2022-04-12 23:59   ` Bob Feng
  0 siblings, 0 replies; 3+ messages in thread
From: Bob Feng @ 2022-04-12 23:59 UTC (permalink / raw)
  To: Kinney, Michael D, devel@edk2.groups.io
  Cc: Sean Brogan, Bret Barkelew, Gao, Liming

Thank you Mike, I created a PR https://github.com/tianocore/edk2/pull/2770.

Thanks,
Bob

-----Original Message-----
From: Kinney, Michael D <michael.d.kinney@intel.com> 
Sent: Wednesday, April 13, 2022 7:54 AM
To: Feng, Bob C <bob.c.feng@intel.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Gao, Liming <gaoliming@byosoft.com.cn>
Subject: RE: [Patch] pip-requirements.txt: Update basetools version to 0.1.17

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: Feng, Bob C <bob.c.feng@intel.com>
> Sent: Tuesday, April 12, 2022 7:23 AM
> To: devel@edk2.groups.io
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Sean Brogan 
> <sean.brogan@microsoft.com>; Bret Barkelew 
> <Bret.Barkelew@microsoft.com>; Kinney, Michael D 
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [Patch] pip-requirements.txt: Update basetools version to 
> 0.1.17
> 
> Synced the basetools patch from edk2 repo to edk2-basetools repo. 
> Update the basetools pip module version to the latest.
> 
> Signed-off-by: Bob Feng <bob.c.feng@intel.com>
> 
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> 
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> 
> 
> ---
>  pip-requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pip-requirements.txt b/pip-requirements.txt index 
> f8bcd9ceb5..89f5ff1733 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.2
> 
>  edk2-pytool-extensions~=0.16.0
> 
> -edk2-basetools==0.1.13
> 
> +edk2-basetools==0.1.17
> 
>  antlr4-python3-runtime==4.7.1
> 
> --
> 2.29.1.windows.1


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

end of thread, other threads:[~2022-04-12 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-12 14:22 [Patch] pip-requirements.txt: Update basetools version to 0.1.17 Bob Feng
2022-04-12 23:53 ` Michael D Kinney
2022-04-12 23:59   ` Bob Feng

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