[edk2-devel] [Patch] pip-requirements.txt: Update basetools version to 0.1.17

Bob Feng posted 1 patch 2 years ago
Failed in applying to current master (apply log)
pip-requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel] [Patch] pip-requirements.txt: Update basetools version to 0.1.17
Posted by Bob Feng 2 years ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88784): https://edk2.groups.io/g/devel/message/88784
Mute This Topic: https://groups.io/mt/90418955/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [Patch] pip-requirements.txt: Update basetools version to 0.1.17
Posted by Michael D Kinney 2 years ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88801): https://edk2.groups.io/g/devel/message/88801
Mute This Topic: https://groups.io/mt/90418955/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [Patch] pip-requirements.txt: Update basetools version to 0.1.17
Posted by Bob Feng 2 years ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88802): https://edk2.groups.io/g/devel/message/88802
Mute This Topic: https://groups.io/mt/90418955/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-