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 B2EBF740035 for ; Wed, 6 Mar 2024 21:09:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=DKW96G5lEs1gj/yKwlOI8wc/yQuMK+DqK5ES/pr0ZzY=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1709759340; v=1; b=OJtREKCTLG0bIGw77Xc8x5xakP9VDWAzFZvIwjG/lRhdn2ZVvY9GCqB3x+8ZXftk93DXpbMk u2B3bKhUEutfjSxwrlZ017shJoI+axKjhqNEOCAFzS+KPIydTpwFW7Yt9q6/cRlkXSSo4LHIy62 xsVyp6kHrJj1HXO2m78EiKysBqzeXldCdIovWXvOj9QBw1sKEOcGwtfoDVS7aBw/CpP+DsgtAyG /6mexKvuPT1Oub1CROawJlnBsqSVYD1FOyKVa+5w0jB4s1iXdq4E4zuic4gLnsTks4X3SqCsWIG 6+H6b5qt5Fe1rJgQH4BfB5iasQrUmmAsXDXSjH006aZ7g== X-Received: by 127.0.0.2 with SMTP id o0u5YY7687511xHxIX4nf3Ny; Wed, 06 Mar 2024 13:09:00 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.7326.1709759339569209318 for ; Wed, 06 Mar 2024 13:08:59 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-399-U-nIhdXsOMe4pwH2GMMvzQ-1; Wed, 06 Mar 2024 16:08:53 -0500 X-MC-Unique: U-nIhdXsOMe4pwH2GMMvzQ-1 X-Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D6AFD800262; Wed, 6 Mar 2024 21:08:52 +0000 (UTC) X-Received: from [10.39.192.14] (unknown [10.39.192.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1D887C017A0; Wed, 6 Mar 2024 21:08:50 +0000 (UTC) Message-ID: Date: Wed, 06 Mar 2024 13:08:59 -0800 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v2 01/10] pip-requirements.txt: require edk2-basetools version 0.1.51 From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Bob Feng , Joey Vagedes , Liming Gao , Michael D Kinney , Rebecca Cran , Sean Brogan , Yuwei Chen Reply-To: devel@edk2.groups.io,lersek@redhat.com References: <20240305113843.68812-1-lersek@redhat.com> <20240305113843.68812-2-lersek@redhat.com> In-Reply-To: <20240305113843.68812-2-lersek@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: PmbPxiyUZHC6TymWk828n0tCx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=OJtREKCT; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.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 Can I please get a quick R-b for this patch -- it's urgent because of . Thank you, Laszlo On 3/5/24 12:38, Laszlo Ersek wrote: > The edk2-basetools commit that corresponds to edk2 commit bac9c74080cf > ("BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC > modules", 2024-02-29) is 5b7161de22ee ("BaseTools/AutoGen: declare > ProcessLibraryConstructorList() for SEC modules", 2024-03-04); it is part > of tag v0.1.51. >=20 > Subsequent patches in this series put that feature to use. Require releas= e > 0.1.51 of edk2-basetools in "pip-requirements.txt", so that the next > patches work with in-tree and out-of-tree (e.g., CI) BaseTools. >=20 > Furthermore, require version 0.20.0 of edk2-pytool-library. This is a > dependency of edk2-basetools v0.1.50 (commit 08e5bbe755d2, "Add > pyproject.toml and fix setup.py deprecation warnings", 2024-02-13) and > v0.1.51 too (commit f3e15d654479, "Add pyproject.toml and fix setup.py > deprecation warnings", 2024-02-16). >=20 > Cc: Bob Feng > Cc: Joey Vagedes > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Rebecca Cran > Cc: Sean Brogan > Cc: Yuwei Chen > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D991 > Signed-off-by: Laszlo Ersek > --- > pip-requirements.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/pip-requirements.txt b/pip-requirements.txt > index 6420078822b5..2f4cd33cc620 100644 > --- a/pip-requirements.txt > +++ b/pip-requirements.txt > @@ -12,9 +12,9 @@ > # https://www.python.org/dev/peps/pep-0440/#version-specifiers > ## > =20 > -edk2-pytool-library=3D=3D0.19.9 > +edk2-pytool-library=3D=3D0.20.0 > edk2-pytool-extensions=3D=3D0.26.4 > -edk2-basetools=3D=3D0.1.48 > +edk2-basetools=3D=3D0.1.51 > antlr4-python3-runtime=3D=3D4.7.1 > lcov-cobertura=3D=3D2.0.2 > regex=3D=3D2023.12.25 >=20 >=20 >=20 >=20 >=20 >=20 -=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 (#116454): https://edk2.groups.io/g/devel/message/116454 Mute This Topic: https://groups.io/mt/104742519/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-