From nobody Fri May 17 09:01:29 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+90926+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+90926+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1656562247; cv=none; d=zohomail.com; s=zohoarc; b=EwHK6Tw5LRhOimNDfM4891FeJCtA/flJs5DJfV1vYTmwOuVeQbAJ7k4Ra7iHQyOwk6zTzbZ970h1jMktJbedzD9j6u+60ShaAUAuYOYRd3eVS58xzczJdtfMo6fVnkpuQg6pOXtJm+TErw1Vsg77aqH5dgYEkapI5nH/OaVxv6k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1656562247; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=DsTI6/9Lm0mrylzC6x47D/1Lp9xEWg3q8yaZ61RjC9w=; b=dTuaatzUdQh9AAkrTfu3psAimc2HLNOdbJCYXPd++luE8lhTqERrq/c6hNyA0ZGYd6bNf9MIAs/4yEGeuSex6mRZ3GwifC8uho8uyHTlQNNkp72/UU43fYI2vx4WI+fvtHO/HFZYVG+OpzSM3Ge4mC2iAbox/emZr6O6HUu4OCc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+90926+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1656562247703539.0938739573099; Wed, 29 Jun 2022 21:10:47 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id XUpiYY1788612xFPObgcEpfm; Wed, 29 Jun 2022 21:10:47 -0700 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web11.20673.1656562246583849164 for ; Wed, 29 Jun 2022 21:10:46 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10393"; a="368549617" X-IronPort-AV: E=Sophos;i="5.92,233,1650956400"; d="scan'208";a="368549617" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2022 21:10:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,233,1650956400"; d="scan'208";a="680801183" X-Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.59]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jun 2022 21:10:45 -0700 From: "Bob Feng" To: devel@edk2.groups.io Cc: Michael D Kinney , Michael Kubacki Subject: [edk2-devel] [Patch V2] pip-requirements.txt: Update basetools version to 0.1.24 Date: Thu, 30 Jun 2022 12:10:38 +0800 Message-Id: <20220630041038.107-1-bob.c.feng@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,bob.c.feng@intel.com X-Gm-Message-State: YkQR3Olhgj9Y4tTLvdCREYJkx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1656562247; bh=DsTI6/9Lm0mrylzC6x47D/1Lp9xEWg3q8yaZ61RjC9w=; h=Cc:Date:From:Reply-To:Subject:To; b=TvP51xt4KNI4NOs/HtxYJv4k5HR1LbV/0AnOowggAmCz8pn1BA9gMJOLREufx1kDvJY 96ibMA9jrVCjwHjjKGcwCIFW29lfrgJtMZnniu3dZrzFjaeIXxoOKbJ/EQlmwU/exvBm1 YuZV0QNE+BubUwUgyelrgwZ4RwjheQv5XPE= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1656562248485100003 Content-Type: text/plain; charset="utf-8" Upgrade the edk2-basetools version from 0.1.17 to 0.1.24 features and bug fixes: 1. Add FMMT Python Tool 2. Remove RVCT support 3. Fix dependency issue in PcdValueInit 4. Output the intermediate library instance when error occurs 5. Ecc: Fix grammar in Ecc error message 6. Fix the GenMake bug for .cpp source file Signed-off-by: Bob Feng Reviewed-by: Michael D Kinney Acked-by: Michael Kubacki Reviewed-by: Yuwei Chen --- update the commit message. pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 6585df201d..29424b08bd 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,7 +12,7 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers ## =20 edk2-pytool-library=3D=3D0.11.2 edk2-pytool-extensions~=3D0.16.0 -edk2-basetools=3D=3D0.1.17 +edk2-basetools=3D=3D0.1.24 antlr4-python3-runtime=3D=3D4.7.1 --=20 2.29.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#90926): https://edk2.groups.io/g/devel/message/90926 Mute This Topic: https://groups.io/mt/92080401/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-