From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.12811.1656516196987508222 for ; Wed, 29 Jun 2022 08:23:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=qX1N+vUW; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 0315620CDF60; Wed, 29 Jun 2022 08:23:15 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0315620CDF60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1656516196; bh=nMOLRVISBd0dAi/MVXQzpKjAv7wWO029OQZPvRVD0MI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=qX1N+vUWwQSYI8ZG+mJFLwY0QtDdvHItkBP7CfU1SiDMsLTkCOUBmvkIMmE6zcWKe kFWyppGu8CpBxuC3FuyRs6YdhD4GJgzSqQUvuF6xb8lgAK75OfUShuAqH7EsCvY+s/ 9akzp9FKKmfZEx5qBeB0CguTGvWo6Queiucn4//E= Message-ID: <186d84ef-a718-2761-4cc4-0f9a1949c3a2@linux.microsoft.com> Date: Wed, 29 Jun 2022 11:23:14 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [edk2-devel] [Patch] pip-requirements.txt: Update basetools version to 0.1.24 To: devel@edk2.groups.io, bob.c.feng@intel.com References: <20220629075503.1143-1-bob.c.feng@intel.com> From: "Michael Kubacki" In-Reply-To: <20220629075503.1143-1-bob.c.feng@intel.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Acked-by: Michael Kubacki On 6/29/2022 3:55 AM, Bob Feng wrote: > Synced the basetools patch from edk2 repo to > edk2-basetools repo. > > edk2 sha-1: 59141288716f8917968d4bb96367b7d08fe5ab8a > > Update the basetools pip module version > to the latest 0.1.24. > > Signed-off-by: Bob Feng > --- > 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 > > ## > > > > edk2-pytool-library==0.11.2 > > edk2-pytool-extensions~=0.16.0 > > -edk2-basetools==0.1.17 > > +edk2-basetools==0.1.24 > > antlr4-python3-runtime==4.7.1 >