From nobody Sat Jul 27 01:05:21 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+108602+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+108602+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1694624863; cv=none; d=zohomail.com; s=zohoarc; b=Q6Zd8oPrHNx7BbUFEXf+m5YBfeZe6w4HiI6spP9Z7611DcYrVxIkKM6b7+9EjaK5M9BgLnxy5BYFum6a02EzDLYC9MCwD63ppNrvMZ6e+Tku02YyFPXNDCLTybueIo76c8QV6x+Pu+sp9t5EAtOVjdnZ9HkkuEO041M8ABL9SGw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1694624863; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=E5rGCMYl2uEphXbfx4026SioeHRzWCOn8KhgFV42kIY=; b=A3kopK3heArJPdNscni20qlsihwk0QNkYyb7X8h/gZ7e40DzySVZsZmXvFoSOxL3rCYvdh0AELC7luBDpuDLjmWg6d3fmXNjgK1gFAwyHeomhbtYIlEOBUONlY8k7vqywAVNZUVOnLzzC80pfS/qVFFW9XzfrjnbXLvpcOeyXcY= 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+108602+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 1694624863977733.5121408112834; Wed, 13 Sep 2023 10:07:43 -0700 (PDT) Return-Path: DKIM-Signature: a=rsa-sha256; bh=E5rGCMYl2uEphXbfx4026SioeHRzWCOn8KhgFV42kIY=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1694624862; v=1; b=eKgPb5zeA0860mnHDOAV+h/4J6caiiky84cwNh82Shxs1bBOltLSV6JI5JJ/uIuijzLWpwXX t+sFKKvqWxAUJ/jD96c0MsPl6+3WFIH96cWOpw2GLSdY07oXnUxWxawNHAQ8XHpqwPGPbRW4zW0 8GjFuuFGVmUTDv3vAV1QdfOk= X-Received: by 127.0.0.2 with SMTP id sm9VYY1788612xL082qvaO1A; Wed, 13 Sep 2023 10:07:42 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.2519.1694624861990286340 for ; Wed, 13 Sep 2023 10:07:42 -0700 X-Received: from gem-name-lb-02.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 05D06212BC1B; Wed, 13 Sep 2023 10:07:40 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 05D06212BC1B From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v2 2/7] pip-requirements.txt: Add regex Date: Wed, 13 Sep 2023 13:06:10 -0400 Message-ID: <20230913170617.429-3-mikuback@linux.microsoft.com> In-Reply-To: <20230913170617.429-1-mikuback@linux.microsoft.com> References: <20230913170617.429-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk 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,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: tOFjEd9vaHQl0oP0Q47Nn48Cx1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1694624865345100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki regex is a popular PIP module for regular expression support. https://pypi.org/project/regex/ This change adds regex for the upcoming DebugMacroCheck plugin. Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index c221576bef3a..0f615f9be28a 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -17,4 +17,4 @@ edk2-pytool-extensions~=3D0.23.2 edk2-basetools=3D=3D0.1.48 antlr4-python3-runtime=3D=3D4.7.1 lcov-cobertura=3D=3D2.0.2 - +regex=3D=3D2023.8.8 --=20 2.42.0.windows.2 -=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 (#108602): https://edk2.groups.io/g/devel/message/108602 Mute This Topic: https://groups.io/mt/101341649/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-