]> git.proxmox.com Git - mirror_edk2.git/commit
nasm_ext_dep.yaml: Remove leading zero in patch version
authorMichael Kubacki <michael.kubacki@microsoft.com>
Fri, 16 Sep 2022 19:44:27 +0000 (15:44 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 22 Sep 2022 19:12:25 +0000 (19:12 +0000)
commitdd1e20b3c281940c5b5783151b24cf6ceeb31ca3
tree3d91d4793f0a566182ec1a4f60fe65a2b4ab08ba
parent62f00dad22bc657290780dc65c6f1b8ac6e88f9b
nasm_ext_dep.yaml: Remove leading zero in patch version

The patch version is currently: "2.15.05"

When a formal semantic version validator is run against this version
it is recognized as being invalid due to the leading zero in the
patch which is not allowed per the Semantic Versioning Specification:

https://semver.org/#spec-item-2

The NuGet Gallery already reports the version without the leading
zero: https://www.nuget.org/packages/mu_nasm/2.15.5

This change simply removes the leading zero to prevent code such as
https://pypi.org/project/semantic-version/ from reporting a version
error.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <mikuback@linux.microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
BaseTools/Bin/nasm_ext_dep.yaml