From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mx.groups.io with SMTP id smtpd.web10.136.1646784885502532921 for ; Tue, 08 Mar 2022 16:14:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=czEfnwwD; spf=pass (domain: gmail.com, ip: 209.85.214.173, mailfrom: kenlautner3@gmail.com) Received: by mail-pl1-f173.google.com with SMTP id w4so513802ply.13 for ; Tue, 08 Mar 2022 16:14:45 -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=czEfnwwDJvWpgg35ktFj3AVx0x38TMJfshQUSk1TkdI5cikKVkgJHi0ZyB4Iz9cWjL 0rZw1gLMQLi7quX9WskqpfxUYxAk2AV/HSWnCrAleBmE4WtCPNLQk7l+dxcDHv/nnkDd AMLIqNFlOU5f8BjnUDc4+aZ/1DfY/CoqIABLRpJyPOnP13TlMzMtT0jL/ierSo8GR8cd OnziQGrRguy5ogakWxHR05Nd0OyLOWEJaWeg9E7vQulSF8ftIDPWIj0Eam50755G+W4a wejDIBqf+37+yAvCsPWrzX1sRqSldaacMLS61rgiH+C4D8rPfc0wTEU2fMbeErlDlbqH 5v2w== 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=njwFRo1mnc3AQAfBJp01ylCwvUjv6GVSWrqLakqYXiaZCIeTJt5GurFR7UNBGnpFTO JIDWo0BTRqzRcLtqqUCSX7aZisRI9rpiNQFYF9a7twsSNicJgqVP/cDXgVkZJfgKxBNQ pb8pvbrh4wTMdqAWiFudy9jdwTqzNBv+e0dDHmxtCf29PeowGSLoMmwMsi6+XrSyy7HU RsoUdBD3CeV32DUt+h4YW1I/1BiXgvsc1PX2sWStN2VWjBQlDIMTu9pVnf9I9gBESfFj TdYmRaalY+Pa6kR3ZzhPK0RpwVUSJenjEHDiMxC5XiCiRW5OUcWOYstH0BATtJWKov5O QK6A== X-Gm-Message-State: AOAM531rR7ntzUqZMFekEVg2eElz3C9lhP5nAAEVOIhNIKQgVOQv2lva 5wG4rQpBTSvQATUcjZqKnOgIpwVyqMA= X-Google-Smtp-Source: ABdhPJxcxv/XqkPfmiEmYSkTiRuvt7T8a+VwmJLAVzAwYjBwSdSO9jkV6sgaiOalAu5p1iqOQ3MXrg== X-Received: by 2002:a17:902:7fc5:b0:151:863e:44ee with SMTP id t5-20020a1709027fc500b00151863e44eemr20291814plb.163.1646784884582; Tue, 08 Mar 2022 16:14:44 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id f7-20020a056a0022c700b004e11d3d0459sm241672pfj.65.2022.03.08.16.14.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 16:14:44 -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 16:14:30 -0800 Message-Id: <20220309001432.4710-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