public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Update Pytool PIP Versions
@ 2022-11-12  1:04 Michael Kubacki
  2022-11-12  1:04 ` [PATCH v1 1/2] pip-requirements.txt: Update to edk2-pytool-library 0.12.1 Michael Kubacki
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Kubacki @ 2022-11-12  1:04 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael Kubacki, Liming Gao, Andrew Fish,
	Leif Lindholm

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

1. Updates edk2-pytool-library to 0.12.1
   - Picks up a minor bug fix

2. Updates edk2-pytool-extensions to 0.20.0
   - Picks up a major release

The changes in each update are in the respective patch commit
messages.

CI was run against both of these patches in this pull request:
https://github.com/tianocore/edk2/pull/3632

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 Kubacki <michael.kubacki@microsoft.com>

Michael Kubacki (2):
  pip-requirements.txt: Update to edk2-pytool-library 0.12.1
  pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0

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

-- 
2.28.0.windows.1


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

* [PATCH v1 1/2] pip-requirements.txt: Update to edk2-pytool-library 0.12.1
  2022-11-12  1:04 [PATCH v1 0/2] Update Pytool PIP Versions Michael Kubacki
@ 2022-11-12  1:04 ` Michael Kubacki
  2022-11-12  1:04 ` [PATCH v1 2/2] pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0 Michael Kubacki
  2022-11-14 21:40 ` [edk2-devel] [PATCH v1 0/2] Update Pytool PIP Versions Sean
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Kubacki @ 2022-11-12  1:04 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael Kubacki, Liming Gao, Andrew Fish,
	Leif Lindholm

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

Updates edk2-pytool-library to pick up a minor bug fix release:

0.12.0 to 0.12.1 changes:

  - path_utilities.py: Prevent path case modification in
    GetContainingModules()

That change prevents the case of paths from being set to lower case
when returned from the function to avoid impacting case-sensitive
callers.

Release notes:

https://github.com/tianocore/edk2-pytool-library/releases/tag/v0.12.1

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 Kubacki <michael.kubacki@microsoft.com>
---
 pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt
index d7e6b536f987..4393bf1d1c75 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.12.0
+edk2-pytool-library==0.12.1
 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] 4+ messages in thread

* [PATCH v1 2/2] pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0
  2022-11-12  1:04 [PATCH v1 0/2] Update Pytool PIP Versions Michael Kubacki
  2022-11-12  1:04 ` [PATCH v1 1/2] pip-requirements.txt: Update to edk2-pytool-library 0.12.1 Michael Kubacki
@ 2022-11-12  1:04 ` Michael Kubacki
  2022-11-14 21:40 ` [edk2-devel] [PATCH v1 0/2] Update Pytool PIP Versions Sean
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Kubacki @ 2022-11-12  1:04 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael Kubacki, Liming Gao, Andrew Fish,
	Leif Lindholm

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

Updates edk2-pytool-extensions to pick up a major version release:

0.19.1 to 0.20.0 changes:

- .vscode/settings.json: Enable flake8 linting
- Add Pydocstyle
- Move dependabot.yml location
- Fix typos in robot files
- Pydocstyle Updates
- Plugin Loader Updates
- edk2_stuart_pr_eval: Improve robustness of path comparisons
- edk2_pr_eval.py: Build all packages on file change outside package
- Allow build wrappers

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 Kubacki <michael.kubacki@microsoft.com>
---
 pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt
index 4393bf1d1c75..be8c7a1c37e6 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -13,6 +13,6 @@
 ##
 
 edk2-pytool-library==0.12.1
-edk2-pytool-extensions~=0.19.1
+edk2-pytool-extensions~=0.20.0
 edk2-basetools==0.1.39
 antlr4-python3-runtime==4.7.1
-- 
2.28.0.windows.1


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

* Re: [edk2-devel] [PATCH v1 0/2] Update Pytool PIP Versions
  2022-11-12  1:04 [PATCH v1 0/2] Update Pytool PIP Versions Michael Kubacki
  2022-11-12  1:04 ` [PATCH v1 1/2] pip-requirements.txt: Update to edk2-pytool-library 0.12.1 Michael Kubacki
  2022-11-12  1:04 ` [PATCH v1 2/2] pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0 Michael Kubacki
@ 2022-11-14 21:40 ` Sean
  2 siblings, 0 replies; 4+ messages in thread
From: Sean @ 2022-11-14 21:40 UTC (permalink / raw)
  To: devel, mikuback; +Cc: Sean Brogan, Liming Gao, Andrew Fish, Leif Lindholm

This looks good.  To avoid any odd failures in stuart_pr_eval, it is 
important to pick both of these up.  Without these updates we have seen 
pr_eval reporting a package doesn't need to be tested when it should.  
this leads to bad changes getting through the PR process and breaking 
the mainline.


Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>


Thanks

Sean



On 11/11/2022 5:04 PM, Michael Kubacki wrote:
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> 1. Updates edk2-pytool-library to 0.12.1
>     - Picks up a minor bug fix
>
> 2. Updates edk2-pytool-extensions to 0.20.0
>     - Picks up a major release
>
> The changes in each update are in the respective patch commit
> messages.
>
> CI was run against both of these patches in this pull request:
> https://github.com/tianocore/edk2/pull/3632
>
> 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 Kubacki <michael.kubacki@microsoft.com>
>
> Michael Kubacki (2):
>    pip-requirements.txt: Update to edk2-pytool-library 0.12.1
>    pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0
>
>   pip-requirements.txt | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>

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

end of thread, other threads:[~2022-11-14 21:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-12  1:04 [PATCH v1 0/2] Update Pytool PIP Versions Michael Kubacki
2022-11-12  1:04 ` [PATCH v1 1/2] pip-requirements.txt: Update to edk2-pytool-library 0.12.1 Michael Kubacki
2022-11-12  1:04 ` [PATCH v1 2/2] pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0 Michael Kubacki
2022-11-14 21:40 ` [edk2-devel] [PATCH v1 0/2] Update Pytool PIP Versions Sean

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