public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 1/1] pip-requirements.txt: Bump pytool extensions and library
@ 2022-11-01 23:40 Michael Kubacki
  2022-11-02  2:02 ` 回复: [edk2-devel] " gaoliming
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Kubacki @ 2022-11-01 23:40 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael D Kinney, Liming Gao, Chasel Chiu

From: Michael Kubacki <michael.kubacki@microsoft.com>

Fixes edk2 CI failure due to VM images being updated to Python 3.11
and the old pip modules not being compatible with Python 3.11.

Updates the following pip modules:

  - edk2-pytool-library from 0.11.2 to 0.11.6
  - edk2-pytool-extensions from 0.16 to 0.19.1

Needed to fix an issue with Python 3.11 compatibility.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
---

Notes:
    v2 changes:
    
    - Add some reviewers to Cc list
    - Explain impact on CI

 pip-requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt
index 40e9ad72ee4f..74d1bb35f2f2 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-pytool-library==0.11.6
+edk2-pytool-extensions~=0.19.1
 edk2-basetools==0.1.39
 antlr4-python3-runtime==4.7.1
-- 
2.28.0.windows.1


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

* 回复: [edk2-devel] [PATCH v2 1/1] pip-requirements.txt: Bump pytool extensions and library
  2022-11-01 23:40 [PATCH v2 1/1] pip-requirements.txt: Bump pytool extensions and library Michael Kubacki
@ 2022-11-02  2:02 ` gaoliming
  0 siblings, 0 replies; 2+ messages in thread
From: gaoliming @ 2022-11-02  2:02 UTC (permalink / raw)
  To: devel, mikuback
  Cc: 'Sean Brogan', 'Michael D Kinney',
	'Chasel Chiu'

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

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Michael
> Kubacki
> 发送时间: 2022年11月2日 7:40
> 收件人: devel@edk2.groups.io
> 抄送: Sean Brogan <sean.brogan@microsoft.com>; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Chasel Chiu <chasel.chiu@intel.com>
> 主题: [edk2-devel] [PATCH v2 1/1] pip-requirements.txt: Bump pytool
> extensions and library
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Fixes edk2 CI failure due to VM images being updated to Python 3.11
> and the old pip modules not being compatible with Python 3.11.
> 
> Updates the following pip modules:
> 
>   - edk2-pytool-library from 0.11.2 to 0.11.6
>   - edk2-pytool-extensions from 0.16 to 0.19.1
> 
> Needed to fix an issue with Python 3.11 compatibility.
> 
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> 
> Notes:
>     v2 changes:
> 
>     - Add some reviewers to Cc list
>     - Explain impact on CI
> 
>  pip-requirements.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pip-requirements.txt b/pip-requirements.txt
> index 40e9ad72ee4f..74d1bb35f2f2 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-pytool-library==0.11.6
> +edk2-pytool-extensions~=0.19.1
>  edk2-basetools==0.1.39
>  antlr4-python3-runtime==4.7.1
> --
> 2.28.0.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#95835): https://edk2.groups.io/g/devel/message/95835
> Mute This Topic: https://groups.io/mt/94723719/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
> 




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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 23:40 [PATCH v2 1/1] pip-requirements.txt: Bump pytool extensions and library Michael Kubacki
2022-11-02  2:02 ` 回复: [edk2-devel] " gaoliming

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