From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web09.670.1646780409412135153 for ; Tue, 08 Mar 2022 15:00:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=O/Zm6ZL4; spf=pass (domain: gmail.com, ip: 209.85.216.50, mailfrom: kenlautner3@gmail.com) Received: by mail-pj1-f50.google.com with SMTP id m22so739205pja.0 for ; Tue, 08 Mar 2022 15:00:09 -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=O/Zm6ZL4nY6GfuKjwJXCpS7e21ZViXYR1c6vNP1YhmGqlCldhC8ignljTEUkmYTV8p shsd/7akz7Ylb6UZ0V8S440BpOWKGRjsS7bVIQIFZsrhSy3fx4/2XG+BicgEh+cHztdN Qs+IKK+vjrZpUS4F4VIUuA0AkTjq0dG7WLOsrelVoLG9anthtx3T3wF/prWfVZ/U5eZT ZCY/dX7bKgdEU2qANfSg7W/vKWLVRPefnvS02vXK8LKelR6JYO6d3Wa5W2GVdD/fP6fQ OxhDxhuiw8zq1bKpiH7lwxXYUxB4o+JdQGDOEMac/HIdMgHu++1L9JrZCQn/3EaYG1Ns 36Mg== 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=vd4AF5BKAFGoCHJKMmwUgCtGLcYvrLVpVe7D8DCPDFh3VDNxqJOyiSmuA1h0S/wUyv kTM1IwZZ4VbRZQkwowalR9+4hduCDwP0fzhGCFdjO6q/v9vRmeqbu8YwwLjdOpCe3L9e guBOAj1ZGgeptGyYd6l0GleH3vMA4Y2XwrgrZ5kWJvOuacAXDWlzCWVymFDamjKPjmmF v57OOiPcjpfI7ezfU3dbLSIqgjMIno++Fz6qir43Ag4x8Rh1ZNY2W6sbQRJI97SuDNZ2 TUXz6wFI0Lj2oXTm34v78znr/yMG7q8S9b2xp3NsEs7wnh9xVJcyUAsTIIBNBZY05DuI /dSQ== X-Gm-Message-State: AOAM530y9TW+NXOzMStB8xTzkqWkDXcehuToKTkxRoGp6kStdry/Ueim kE9dmkYz3WfC+J1q2uAqghU02mzPbEo= X-Google-Smtp-Source: ABdhPJydYFwQRPn8ZDqEIcSqK3AfbtrFuXLJqXFaaIuz/k4njlZ0BQQB3E/hdeiu6M+jOgS36DoETw== X-Received: by 2002:a17:90a:c302:b0:1bd:14ff:15 with SMTP id g2-20020a17090ac30200b001bd14ff0015mr7067633pjt.19.1646780408601; Tue, 08 Mar 2022 15:00:08 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id t6-20020a63b246000000b0038085c0a9d7sm153782pgo.49.2022.03.08.15.00.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 15:00:08 -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 14:59:54 -0800 Message-Id: <20220308225956.4483-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