From 52391536a8408844c50cf104377a1245a34265e7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 23 Aug 2023 11:17:17 -0700
Subject: [PATCH] pip: update edk2-pytool-extensions requirement from ~=0.23.10
to ~=0.24.0 (#535)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the requirements on
[edk2-pytool-extensions](https://github.com/tianocore/edk2-pytool-extensions)
to permit the latest version.
Sourced from edk2-pytool-extensions's
releases. self.mws.join(self.ws, "Conf", "target.txt"))
self.edk2path.GetAbsolutePathOnThisSystemFromEdk2RelativePath("Conf",
"target.txt")
Release notes
v0.24.0
What's Changed
@Javagedes
in tianocore/edk2-pytool-extensions#628@Javagedes
in tianocore/edk2-pytool-extensions#621Deprecations
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)
note that self.ws no longer needs to be provided
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
@dependabot
in tianocore/edk2-pytool-extensions#619@dependabot
in tianocore/edk2-pytool-extensions#620@dependabot
in tianocore/edk2-pytool-extensions#623@dependabot
in tianocore/edk2-pytool-extensions#622@dependabot
in tianocore/edk2-pytool-extensions#625@dependabot
in tianocore/edk2-pytool-extensions#627@dependabot
in tianocore/edk2-pytool-extensions#626Full Changelog: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.23.10...v0.24.0
7334c48
Deprecate multiple_workspace: MultipleWorkspacea1e2903
Enable deprecation warnings on external code6c5662b
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)