From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mx.groups.io with SMTP id smtpd.web08.140.1646781475758233590 for ; Tue, 08 Mar 2022 15:17:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=EXBehXsg; spf=pass (domain: gmail.com, ip: 209.85.216.41, mailfrom: kenlautner3@gmail.com) Received: by mail-pj1-f41.google.com with SMTP id 15-20020a17090a098f00b001bef0376d5cso692226pjo.5 for ; Tue, 08 Mar 2022 15:17:55 -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=EmSTl1swpmgqmO2/3UDQK54EwQNEwVD8TB5xCuZRVmE=; b=EXBehXsgyreqlDj/eGST5UWY2KYVLH0Au6PBhi3gmMVJAUdZh+IUsADCPY7q6O5pl+ IazNMPRgh69gDzAKRlICNcEI6/hXn7MH2nfj282gHBz9nPAhIreqtcldDgxOUlPCWHGL cgSsgke8WvBxxpe/FPUXAdkfoLhcmZPb9S3A5aJ00Gq9xV3vHzLRJN61oK0BY/Xa4L46 YDif4jtnJiuvevy/YdkLMI06X6BHSdRHRPuPFfcXb/W3uGUz5hRRcSQk7itf5EwDb4kj 49l0mR4ECOSPlhtInDPOMgKOsg/7h63VdISUQ+dHX8M2S74gTFQtCbBzkqV8R1SHmU2a 0roQ== 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=EmSTl1swpmgqmO2/3UDQK54EwQNEwVD8TB5xCuZRVmE=; b=hmko8KiGagCqwbLtFUfx0wOl62VoPKwHhxy30uNrmCEYCcU2fqDbRP4IjXSoZrIlie jCMoAOOYUNiwNpEtF56G0Mui5iI9U42KIQ23o7DAYzODLoMgyZl9MxCFj4ObJLRbmPM8 KMjo4IwqJTkRclFbGa0KOETcIHhTLBcr8DYW0ltGTykKBP6xoLw/Lg6TRCZ/1Ck+xbTm p22r03QcpIJTzsD2XzXrEB/fHEP7r81p0PlOxmbYtqjJ1JWxAV02nBvb4v+1ckKQ4Me2 tVZMu6XE6i9n7Aee1xz40loyJPR9MF1vM/um6REsAfcipozK0nE8dJsKVzWVVcAH84x7 Lo2w== X-Gm-Message-State: AOAM5328UC/vk2WuNeB3L7fdS6dOD1cQxVNS9qsJq00LX24iRueUZkn7 A94hWTCZcU3CnifL6LD3c8PKJX0hZTk= X-Google-Smtp-Source: ABdhPJzCsirlNFeivjooUoicAiZ3+E+c8jAKDnBntyUKPaGiJlgGlWwLgzA8y4ugNvWafj0RBAty9Q== X-Received: by 2002:a17:902:db0c:b0:151:ef9a:7e12 with SMTP id m12-20020a170902db0c00b00151ef9a7e12mr10955945plx.128.1646781474969; Tue, 08 Mar 2022 15:17:54 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id 25-20020a17090a191900b001bf53bab69dsm163192pjg.35.2022.03.08.15.17.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 15:17:54 -0800 (PST) From: "Kenneth Lautner" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v4 0/2] Update .pytools and .azurepipelines Date: Tue, 8 Mar 2022 15:17:41 -0800 Message-Id: <20220308231743.4540-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