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: bump edk2-pytool-extensions from 0.23.10 to 0.24.0 #291

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2023

Bumps edk2-pytool-extensions from 0.23.10 to 0.24.0.

Release notes

Sourced from edk2-pytool-extensions's releases.

v0.24.0

What's Changed

Deprecations

self.mws has been deprecated in favor of self.edk2path. The main functionality used from self.mws is the .join function. This can directly be replaced by edk2path.GetAbsolutePathOnThisSystemFromEdk2RelativePath

Example:

self.mws.join(self.ws, PlatTemplatesForConf)
self.edk2path.GetAbsolutePathOnThisSystemFromEdk2RelativePath(PlatTemplatesForConf)
self.mws.join(self.ws, "Conf", "target.txt"))
self.edk2path.GetAbsolutePathOnThisSystemFromEdk2RelativePath("Conf", "target.txt")

note that self.ws no longer needs to be provided

Integration Steps

This release upgrades edk2-pytool-library to require >= v0.16.1, where v0.16.0 contains a possibly breaking change to Edk2Path.

As this function is heavily used by external code consumed by the stuart invocable, this change will be released as a part of v0.24.0 to signal changes may need to be made, even though those changes originate from edk2-pytool-library. Review v0.16.0 for integration instructions

Dependency Updates

Full Changelog: tianocore/edk2-pytool-extensions@v0.23.10...v0.24.0

Commits
  • 7334c48 Deprecate multiple_workspace: MultipleWorkspace
  • a1e2903 Enable deprecation warnings on external code
  • 6c5662b build(deps-dev): bump ruff from 0.0.282 to 0.0.284 (#626)
  • 5b758f8 build(deps-dev): bump regex from 2023.6.3 to 2023.8.8 (#627)
  • 2b4e3f3 edk2toolext.capsule: add init.py (#628)
  • 2aff6d8 build(deps-dev): bump coverage from 7.2.7 to 7.3.0 (#625)
  • 65de671 build(deps-dev): bump mkdocs from 1.5.1 to 1.5.2 (#622)
  • ab789ca build(deps-dev): bump mkdocstrings-python from 1.2.1 to 1.3.0 (#623)
  • 395978b build(deps-dev): bump ruff from 0.0.280 to 0.0.282 (#624)
  • cef7cee build(deps-dev): bump robotframework from 6.1 to 6.1.1 (#620)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions) from 0.23.10 to 0.24.0.
- [Release notes](https://github.com/tianocore/edk2-pytool-extensions/releases)
- [Commits](tianocore/edk2-pytool-extensions@v0.23.10...v0.24.0)

---
updated-dependencies:
- dependency-name: edk2-pytool-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added language:python Pull requests that update Python code type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file labels Aug 23, 2023
@github-actions github-actions bot removed the language:python Pull requests that update Python code label Aug 23, 2023
@makubacki
Copy link
Member

Holding this until another approved PR (287) completes first to prevent it getting rebased over and over.

@makubacki makubacki merged commit 0a6bebd into release/202302 Aug 24, 2023
28 checks passed
@makubacki makubacki deleted the dependabot/pip/edk2-pytool-extensions-0.24.0 branch August 24, 2023 14:07
ProjectMuBot added a commit to microsoft/mu_tiano_platforms that referenced this pull request Aug 25, 2023
ProjectMuBot added a commit to microsoft/mu_tiano_platforms that referenced this pull request Aug 26, 2023
Introduces 8 new commits in [Common/MU](https://github.com/microsoft/mu_plus.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_plus/commit/e61192332af58b4b01c4ea55b1675b22dc53f299">e61192</a> TpmTestingPkg: Add initial package</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/14e459868f72cabc992daf163cb6d55ba6a7a502">14e459</a> TpmTestingPkg: Remove DXE functionality</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/216248d7e9bdc79f34d4bd9c82144810a94690c2">216248</a> TpmTestingPkg: Add TPM Replay tool</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/c489602619f05b9064514ce848fa353e886129cd">c48960</a> .azurepipelines: Add TpmTestingPkg</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/0a6bebda5968d274e4d2e13c8cbe15d679db6052">0a6beb</a> pip: bump edk2-pytool-extensions from 0.23.10 to 0.24.0 (<a href="https://github.com/microsoft/mu_plus/pull/291">#291</a>)</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/cb212da1e51e8d7b5a8165b8a3519e779c5a0ac6">cb212d</a> Add initial Rust infrastructure files</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/3cd6a324955250153742133948b825aff460d849">3cd6a3</a> .azurepipelines: Add Rust build support</li>
<li><a href="https://github.com/microsoft/mu_plus/commit/8f37c52e2f8906a51398d3b7e85dabf0b3dac1b8">8f37c5</a> AdvLoggerPkg: Add RustAdvancedLoggerDxe</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants