Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip: update pytool-library to ~=0.12.1 pytool-extensions to ~=0.20.0 #55

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Updates the requirements on edk2-pytool-library to permit the latest version.

Release notes

Sourced from edk2-pytool-library's releases.

Version 0.12.1

What's Changed

Full Changelog: tianocore/edk2-pytool-library@v0.12.0...v0.12.1

Commits
  • 5a01a69 path_utilities.py: Prevent path case modification in GetContainingModules() (...
  • 392f87a Edk2Path: Add an env variable to allow nested packages (#199)
  • 69910d4 Enhance GetContainingModules()
  • 6a285b4 Verify paths in GetContainingModules() unit tests regardless of format
  • c8bf8cd Add test case to show bug in GetContainingModules()
  • ed32e19 Move dependabot.yml location #181
  • 9963ecf path_utilities: Adjust GetContainingPackage() and Edk2Path behavior (#186)
  • c09b298 Resolve Pydocstyle requirements for repo.
  • 2599d54 Rename tests
  • 30bbc94 Add Pydocstyle linting requirements
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) to permit the latest version.
- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)
- [Commits](tianocore/edk2-pytool-extensions@v0.19.1...v0.20.0)

---
updated-dependencies:
- dependency-name: edk2-pytool-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) to permit the latest version.
- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)
- [Commits](tianocore/edk2-pytool-library@v0.11.6...v0.12.1)

---
updated-dependencies:
- dependency-name: edk2-pytool-library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency file label Nov 14, 2022
… into dependabot/pip/edk2-pytool-library-approx-eq-0.12.1

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
@makubacki
Copy link
Member

Merged both dependabot pip updates into this branch. Commit message is set to be adjusted on auto squash.

Closed #54 since it is merged here now.

@makubacki makubacki changed the title pip: update edk2-pytool-library requirement from ~=0.11.6 to ~=0.12.1 pip: update pytool-library to ~=0.12.1 pytool-extensions to ~=0.20.0 Nov 14, 2022
@makubacki makubacki enabled auto-merge (squash) November 14, 2022 14:50
@makubacki
Copy link
Member

Note: At the time this PR was created, the default branch for mu_tiano_plus was still release/202202. After this PR is completed, the commit will need to be cherry-picked to release/202208.

@makubacki makubacki requested a review from apop5 November 14, 2022 14:56
@makubacki makubacki merged commit 02bffd7 into release/202202 Nov 14, 2022
@makubacki makubacki deleted the dependabot/pip/edk2-pytool-library-approx-eq-0.12.1 branch November 14, 2022 19:29
makubacki pushed a commit to makubacki/mu_tiano_plus that referenced this pull request Nov 15, 2022
…icrosoft#55)

- edk2-pytool-library 0.11.6 to 0.12.1 major changes:
  - path_utilities.py: Prevent path case modification in GetContainingModules()
  - path_utilities: Adjust GetContainingPackage() and Edk2Path behavior
  - path_utilities: Enhance Edk2Path.GetContainingModules()
  - path_utilities: Add an env variable to allow nested packages

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

- edk2-pytool-extensions 0.19.1 to 0.20.0 major changes:
  - .vscode/settings.json: Enable flake8 linting
  - Add Pydocstyle
  - Move dependabot.yml locatio
  - 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

  Release Notes:
    - https://github.com/tianocore/edk2-pytool-extensions/releases/tag/v0.20.0

- [ ] Breaking change?
  - Will this change break pre-existing builds or functionality without action being taken?
  **No**

Verified stuart setup, update, and build commands.

N/A - Impacts local repo pip dependencies

N/A - Impacts local repo pip dependencies

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
makubacki pushed a commit that referenced this pull request Nov 16, 2022
…55)

- edk2-pytool-library 0.11.6 to 0.12.1 major changes:
  - path_utilities.py: Prevent path case modification in GetContainingModules()
  - path_utilities: Adjust GetContainingPackage() and Edk2Path behavior
  - path_utilities: Enhance Edk2Path.GetContainingModules()
  - path_utilities: Add an env variable to allow nested packages

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

- edk2-pytool-extensions 0.19.1 to 0.20.0 major changes:
  - .vscode/settings.json: Enable flake8 linting
  - Add Pydocstyle
  - Move dependabot.yml locatio
  - 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

  Release Notes:
    - https://github.com/tianocore/edk2-pytool-extensions/releases/tag/v0.20.0

- [ ] Breaking change?
  - Will this change break pre-existing builds or functionality without action being taken?
  **No**

Verified stuart setup, update, and build commands.

N/A - Impacts local repo pip dependencies

N/A - Impacts local repo pip dependencies

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
kenlautner pushed a commit that referenced this pull request Oct 23, 2023
Azure should install code coverage tool (lcov), it didn't
exist on Fedora and Ubuntu by default.

Update docker setting, pick below solution between 47addc9 and 3b3eb8f
3b3eb8f Fixes and improvements to dev containers (#69)
54e5bd1 Enable GTK on Fedora QEMU (#63)
f1c7a20 Fedora: install code coverage tools for GCC (#62)
2ce82af Ubuntu-22: Add initial Ubuntu-22 image (#61)
14d2aba Add Fedora 37 image with gcc12 (#60)
5b8a008 Add dotnet runtime to fedora build (#57)
f5c874a Fix platform build file name for EDK2 change (#58)
48540ad Ubuntu-20: Fix dev image entrypoint (#55)
98e849d Fedora-35: Add Powershell to build image (#52)

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Oliver Steffen <osteffen@redhat.com>
Cc: Chris Fernald <chfernal@microsoft.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <mikuback@linux.microsoft.com>
Reviewed-by: Chris Fernald <chfernal@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants