From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 66923AC12F0 for ; Mon, 14 Aug 2023 20:49:48 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=hu8raUHhFPrEczdqH/sxTZ7WQ8xDPUYfP7ZmhC/IpJk=; 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=1692046187; v=1; b=OvswvEZ5ZIvDe+f9fq5iwO0n29fcKuhzXxxV+5p4rYvlyUlpXxwvQ6rR4qYtHt+o41t8JsP5 DXkvWAR8324hjSu9w63e8l9+XNnTq76/4KALb0Em0dUyd2rYqkLiu8aF094ITpcDI8oWtyfdg6E r5HWcgYWPYg/xTPb7Yrb+uAA= X-Received: by 127.0.0.2 with SMTP id OZLtYY7687511xTGttu2wljX; Mon, 14 Aug 2023 13:49:47 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.119104.1692046186574382145 for ; Mon, 14 Aug 2023 13:49:46 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 9FB132106720; Mon, 14 Aug 2023 13:49:45 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9FB132106720 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 2/7] pip-requirements.txt: Add regex Date: Mon, 14 Aug 2023 16:48:53 -0400 Message-ID: <20230814204859.257-3-mikuback@linux.microsoft.com> In-Reply-To: <20230814204859.257-1-mikuback@linux.microsoft.com> References: <20230814204859.257-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: 5kHOW1X4nf5Q9NpfFFYtEvUxx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=OvswvEZ5; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io 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 --- 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.41.0.windows.3 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107737): https://edk2.groups.io/g/devel/message/107737 Mute This Topic: https://groups.io/mt/100745697/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-