From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by mx.groups.io with SMTP id smtpd.web10.214.1646781807875480287 for ; Tue, 08 Mar 2022 15:23:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mW14z0If; spf=pass (domain: gmail.com, ip: 209.85.210.182, mailfrom: kenlautner3@gmail.com) Received: by mail-pf1-f182.google.com with SMTP id s8so667347pfk.12 for ; Tue, 08 Mar 2022 15:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WsiomsAOvHYZeqjlea4Eu5wYGaOnA6UFRSJvpj6jxlY=; b=mW14z0IftdrZlqLAqzpHzhR7JIe03Se6AbKUanayaNLsC3InFCPrCYzXN/MKhjoaXB adpCFkhuNQydci8Iyz5hCPSe9q2ujmbe9qzXfqhReXl7AqytTufVF5rgK7lC84sHrQYB 18RuhmEFVausQYlxWHbh+c+2e6xUPpPPy4/JdO/upzXv4/etE9/wSgAlTmCiPezyXJkE OxtMJE4sJPSlBGmss3lLS+Cmp2VCDEaW9wLVZptB5IgfjQylMvtRUyJyWRPWX0bWjgoF mR6H0pgYq1jTGwUrAD85uuKyBIj2k2t1rzM8m/LghcXn/FhGt9FJuVhoF9f97KJ0CCzZ LaLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WsiomsAOvHYZeqjlea4Eu5wYGaOnA6UFRSJvpj6jxlY=; b=Or39PMVfiCyIV23CWf14JSTzjGGY4mTnnYlArgChgq8dqlxkss8uyFqCeq1KNsDR10 mHInGS+t6W9bMhVCbQ5wFkDp/CSX0Umm19/7qLDFyCTNBEpLDmKcFc21xlJRwfOQCRi5 xgPfyo7vFjwYH1PG0+mHfd3n5Mlq8sRqR3pVrebmVwar9dGdMMVA7THFdJvn2fquD/X8 MRNBWzhFcM4q1gqDLLyEVyjMqh4H3ltJ9nRfmDanlnAOyn5GMgeqBJwd+XiIfj5fSwqE sgxb2BzDCA3IFxD0f3DHwzexTzt/MDimcp8GDhGcfSbvoTKfQpYpPPTbFP3GdU1csYE8 L6uw== X-Gm-Message-State: AOAM5331/QBJlI1mZFmeGI+MXvWBN+AcH8glh8ut+Y4xh12NHrZjjncS vUaGmyOE37DRkg9KRkl73PT08RRFSSI= X-Google-Smtp-Source: ABdhPJydiH0axz9m3F05gIFkcTM45JXp+pHZwtUOoEAyI1injHydlpiZG4UNoX+s4zmI9YH0J0D8Yg== X-Received: by 2002:a62:bd0e:0:b0:4f6:e07f:d4ee with SMTP id a14-20020a62bd0e000000b004f6e07fd4eemr18345184pff.46.1646781807117; Tue, 08 Mar 2022 15:23:27 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id v22-20020a17090ad59600b001b7deb42251sm4081754pju.15.2022.03.08.15.23.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 15:23:26 -0800 (PST) From: "Kenneth Lautner" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v5 0/2] Update .pytools and .azurepipelines Date: Tue, 8 Mar 2022 15:23:13 -0800 Message-Id: <20220308232315.4653-1-kenlautner3@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Ken Lautner Update to the newest pytools and resolves the API change for GetAbsolutePathOnThisSytemFromEdk2RelativePath. Also updated python version for .azurepipelines Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kenneth Lautner Reviewed-by: Sean Brogan Ken Lautner (2): .pytool: Update to newest pytools .azurepipelines: Updated python versions .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- .azurepipelines/templates/pr-gate-steps.yml | 2 +- .pytool/Plugin/CharEncodingCheck/CharEncodingCheck.py | 4 ++-- .pytool/Plugin/CompilerPlugin/CompilerPlugin.py | 2 +- .pytool/Plugin/DependencyCheck/DependencyCheck.py | 2 +- .pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py | 2 +- .pytool/Plugin/GuidCheck/GuidCheck.py | 2 +- .pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompilerPlugin.py | 2 +- .pytool/Plugin/HostUnitTestDscCompleteCheck/HostUnitTestDscCompleteCheck.py | 2 +- .pytool/Plugin/LibraryClassCheck/LibraryClassCheck.py | 2 +- .pytool/Plugin/SpellCheck/SpellCheck.py | 2 +- .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 2 +- pip-requirements.txt | 6 +++--- 14 files changed, 17 insertions(+), 17 deletions(-) -- 2.31.1.windows.1