From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.27950.1665909437085815993 for ; Sun, 16 Oct 2022 01:37:17 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=LcZdRLGK; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: bob.c.feng@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665909437; x=1697445437; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Ib8G/6jGBxwQZpNV/3J4NUIJGPA7em16dYH1hDxwom4=; b=LcZdRLGKxhDDMyiX8QUvNPiZhuZkSffSFmEivGU9InLYidMV4PEisHHk oi72eJoC6aimfcT1YmMy7RWDYIyPXjza6paGR61ioSJVdVjMVkOD39+Xf fnkByDPBMW+DYNOOGowcFo+F1Dfg9CFexuFCIGuhl9kQliQXjAvDVlTDk iUnTE0+XOFmktkL94ba9akr1iVfWUiLln63yKaQk6hQVPnOM48DbBpLgl czLXxoj8sl2kITHlL7yYP9gj9oMKZQp2xrnER0v0BgsCrLLHtZZNTY2l1 INfJxtix4ADnAW7zlBvsUsQ+TcAV7P0fpU3BiXBciMPUYPYCtyt/E9aFt Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10501"; a="285342395" X-IronPort-AV: E=Sophos;i="5.95,189,1661842800"; d="scan'208";a="285342395" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2022 01:37:16 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10501"; a="957021673" X-IronPort-AV: E=Sophos;i="5.95,189,1661842800"; d="scan'208";a="957021673" Received: from bfeng1-mobl.ccr.corp.intel.com ([10.249.169.59]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2022 01:37:15 -0700 From: "Bob Feng" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen Subject: [PATCH 1/1] pip-requirement: Upgrade the edk2-basetools version from 0.1.29 to 0.1.39 Date: Sun, 16 Oct 2022 16:36:47 +0800 Message-Id: <20221016083647.1367-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.37.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit features and bug fixes: 1. Revert "BaseTools: Fix DSC LibraryClass precedence rule" 2. BaseTools: Correct BPDG tool error prints 3. BaseTools: Remove duplicated words in Python tools 4. BaseTools/FMMT: Add Extract FV function 5. BaseTools/FMMT: Add Shrink Fv function 6. BaseTools: Add support for SUBTYPE_GUID section generation 7. BaseTools: Support COMPAT16 section generation 8. BaseTools/GenFds: Correct file type set for the PIC section 9. BaseTools: Correct initialization data size check for array PCDs 10. BaseTools: Add missing spaces for PCD expression values in AutoGenC Signed-off-by: Bob Feng Cc: Liming Gao Cc: Yuwei Chen --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 967da7cb3783..40e9ad72ee4f 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,5 +14,5 @@ edk2-pytool-library==0.11.2 edk2-pytool-extensions~=0.16.0 -edk2-basetools==0.1.29 +edk2-basetools==0.1.39 antlr4-python3-runtime==4.7.1 -- 2.37.0.windows.1