Edk2-pytool-extensions

Latest version: v0.28.0

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

Scan your dependencies

Page 6 of 16

0.23.3

What's Changed

* Revert skip verification by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/541
* uefi_build: missing env error handling by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/545
* edk2_logging: add gcc fatal error regex by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/547

Other Changes

* Transition to Ruff [REBASE&FF] by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/524
* readme: make documentation url more visible by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/548
* pyproject.toml: update readme content-type by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/527
* documentation: remove requirements.txt by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/529
* MANFIEST.in: additional excludes by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/528
* tests.integration: update directory by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/543

Dependency Updates

* build(deps-dev): bump mkdocs-awesome-pages-plugin from 2.9.0 to 2.9.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/532
* build(deps-dev): bump mkdocstrings-python from 0.10.1 to 1.0.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/544
* build(deps-dev): bump mkdocs from 1.4.2 to 1.4.3 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/531
* build(deps-dev): bump mkdocs-material from 9.1.11 to 9.1.12 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/546
* build(deps-dev): bump ruff from 0.0.265 to 0.0.267 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/551

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.23.2...v0.23.3

0.23.2

What's Changed
* Enable Nuget.exe on MacOS and FreeBSD by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/391
* Transition to pyproject.toml [REBASE&FF] by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/523
* azure-pipelines: build a wheel update by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/526

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.23.1...v0.23.2

0.23.1

What's Changed

* edk2_logging.py: increase specificity of NuGet API key by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/513
* Add audit dbx tool by Flickdm in https://github.com/tianocore/edk2-pytool-extensions/pull/489

Other Changes
* Resolve CI failures [REBASE&FF] by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/510
* integration_tests: Update Qemu and revert 71a2d5a [REBASE&FF] by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/514


Dependencies
* Bump mkdocs-gen-files from 0.4.0 to 0.5.0 in /docs/user by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/512
* Bump coverage from 7.2.3 to 7.2.4 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/511
* Bump mkdocs-material from 9.1.6 to 9.1.8 in /docs/user by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/506
* Bump setuptools from 67.6.1 to 67.7.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/505
* Bump pytest from 7.3.0 to 7.3.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/499
* Bump cryptography from 40.0.1 to 40.0.2 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/498
* build(deps): bump coverage from 7.2.4 to 7.2.5 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/515
*
New Contributors
* Flickdm made their first contribution in https://github.com/tianocore/edk2-pytool-extensions/pull/489

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.23.0...v0.23.1

0.23.0

What's Changed

* repo_resolver: add git version Check by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/486
* Remove z flag for git worktree list porcelain by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/497
* repo_resolver.py: `repo_details()` to use first remote if origin does not exist by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/490

Other Changes

* Update Ubuntu and git documentation by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/460
* Add edk2_setup tests by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/467

Breaking Changes

`repo_resolver.repo_details()` will no longer support worktree paths that contain a newline character due to the removal of the `-z` flag. This is to reduce the necessary git version for stuart tools to work.

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.22.2...v0.23.0

0.22.2

What's Changed
* Update Cryptography requirement to at least 39.0.1 by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/459
* Fixed setup --force when submodules don't exist by bkarstens in https://github.com/tianocore/edk2-pytool-extensions/pull/465

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.22.1...v0.22.2

0.22.1

What's Changed

* Update minimum git version to 2.36.0 by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/456
* Pytest updates [REBASE&FF] by Javagedes in https://github.com/tianocore/edk2-pytool-extensions/pull/457

Dependencies

* Bump gitpython from 3.1.30 to 3.1.31 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/452
* Bump setuptools from 67.3.2 to 67.4.0 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/451
* Bump coverage from 7.1.0 to 7.2.1 by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/455
* Bump mkdocs-material from 9.0.13 to 9.0.15 in /docs/user by dependabot in https://github.com/tianocore/edk2-pytool-extensions/pull/454

**Full Changelog**: https://github.com/tianocore/edk2-pytool-extensions/compare/v0.22.0...v0.22.1

Page 6 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.