Edk2-pytool-library

Latest version: v0.23.2

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 13

0.17.0

What's Changed
* Add database functionality [REBASE&FF] by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/319

Integration Steps

Database functionality is new, thus there should be no integration steps required. However there were some changes to the existing parsers. While the changes should not have any breaking effects, out of an abundance of caution, the version has been bumped to 0.17.0.

Should you experience any issues with the existing parser functionality, report it as an [Issue](https://github.com/tianocore/edk2-pytool-library/issues/new/choose).

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.16.2...v0.17.0

0.16.2

What's Changed

* gitignore_parser: merge upstream changes by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/384

Dependency Updates

* build(deps-dev): bump mkdocs from 1.5.1 to 1.5.2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/383
* build(deps-dev): bump mkdocstrings-python from 1.2.1 to 1.3.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/382
* build(deps-dev): bump ruff from 0.0.280 to 0.0.282 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/381

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.16.1...v0.16.2

0.16.1

What's Changed
* path_utilities: bugfix: GetContainingPackage support non-existent files by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/380


**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.16.0...v0.16.1

0.16.0

What's Changed
* ansi_handler: support all string representable objects in LogRecord message by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/379
* path_utilities: allow path parts to be passed by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/378

Breaking Changes

path_utilities: allow path parts to be passed (https://github.com/tianocore/edk2-pytool-library/pull/378)

This change is possibly breaking. Python allows providing kwargs as an arg (no keyword) so long as the number of parameters is correct. That is to say `Edk2Path.GetAbsolutePathOnThisSystemFromEdk2RelativePath(path, False)` is valid when technically it should be `Edk2Path.GetAbsolutePathOnThisSystemFromEdk2RelativePath(path, log_errors = False)`.

Now that `GetAbsolutePathOnThisSystemFromEdk2RelativePath` consumes all args, log_errors must be provided as a kwarg, otherwise it consumes the boolean and tries to append it to the path being created from the path parts.

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.15.4...v0.16.0

0.15.4

What's Changed

* dec_parser: support parsing pcd strings with pipes by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/365
* path_utilities: report invalid paths correctly by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/364
* path_utilities: Use pathlib by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/372

Other Changes

* ruff: add rules W, I, PIE by Javagedes in https://github.com/tianocore/edk2-pytool-library/pull/363

Dependency Updates
* Bump pre-commit from 3.3.2 to 3.3.3 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/355
* Bump setuptools from 67.8.0 to 68.0.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/359
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/358
* build(deps-dev): bump black from 23.3.0 to 23.7.0 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/366
* build(deps): bump actions/upload-pages-artifact from 1 to 2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/369
* build(deps-dev): bump ruff from 0.0.278 to 0.0.280 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/374
* build(deps-dev): bump mkdocstrings-python from 1.2.0 to 1.2.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/373
* build(deps-dev): bump mkdocs from 1.4.3 to 1.5.1 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/377
* build(deps-dev): bump mkdocs-material from 9.1.19 to 9.1.21 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/376

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.15.3...v0.15.4

0.15.3

What's Changed

* Capsule install fix for the inf_generators. by kenlautner in https://github.com/tianocore/edk2-pytool-library/pull/352

Dependency Updates

* Bump mkdocstrings-python from 1.1.0 to 1.1.2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/350
* Bump ruff from 0.0.270 to 0.0.272 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/354
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/tianocore/edk2-pytool-library/pull/353

New Contributors
* kenlautner made their first contribution in https://github.com/tianocore/edk2-pytool-library/pull/352

**Full Changelog**: https://github.com/tianocore/edk2-pytool-library/compare/v0.15.2...v0.15.3

Page 7 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.