From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 75326AC0A09 for ; Mon, 22 Apr 2024 01:36:57 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Yp9VeG3HWO/FKePv5cuQbwIiCZTMtVaXL4XNGap1PgM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713749816; v=1; b=hsr9BpB8yfvYtDeViB5p5XWIY9S5jzl0s/o9eAbJE1vxzWh0nqXuh+JGpPNp0OysMW/qWmTR Qk5rlya1iqNSOARlGn1VmeaNYWEl6+UOMeJ4jD16iqX7MHb5VZqtDv/xS0n9BTlysp1dsmHwA6I nB0zZdQ8Re30m9WxEoeIT3T9AcbKQPNh0ZPXk6VcXbkB7jkR+G7FpBTPem+2hNqJz+QGE/KfBPU He3NrYw8A6hqMXCk8vkYExANO1pnq45h1ru4K99l8zYnfNyKFnEDo3v9GY7U+SvBG9+3AnngF24 SLog7hGsFp4QCHH58RsQVbn2V4y+D8dmncYStuo6yx+nQ== X-Received: by 127.0.0.2 with SMTP id JE0jYY7687511xt8nMEDCFxY; Sun, 21 Apr 2024 18:36:56 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mx.groups.io with SMTP id smtpd.web11.8749.1713749815276833478 for ; Sun, 21 Apr 2024 18:36:55 -0700 X-CSE-ConnectionGUID: nI+To390QnCuteq+mhrXcg== X-CSE-MsgGUID: lKu8xzeURKOJ1765thjvjA== X-IronPort-AV: E=McAfee;i="6600,9927,11051"; a="9151725" X-IronPort-AV: E=Sophos;i="6.07,219,1708416000"; d="scan'208";a="9151725" X-Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2024 18:36:55 -0700 X-CSE-ConnectionGUID: LdEF2MzXQOmVdnNJO6O6ig== X-CSE-MsgGUID: /tYptw+TQvGpSl0IKMKqpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,219,1708416000"; d="scan'208";a="23885958" X-Received: from gguo-desk.gar.corp.intel.com ([10.225.76.26]) by fmviesa009.fm.intel.com with ESMTP; 21 Apr 2024 18:36:53 -0700 From: "Guo, Gua" To: devel@edk2.groups.io Cc: gua.guo@intel.com Subject: [edk2-devel] [PATCH v1 0/2] IntelFsp2Pkg: Python3.12 support Date: Mon, 22 Apr 2024 09:36:44 +0800 Message-Id: <20240422013646.1769-1-gua.guo@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Sun, 21 Apr 2024 18:36:55 -0700 Resent-From: gua.guo@intel.com Reply-To: devel@edk2.groups.io,gua.guo@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: oXfpR6fzRw1lmgCNizsVjGcOx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=hsr9BpB8; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Gua Guo PR: https://github.com/tianocore/edk2/pull/5577 V1: Prevent Syntax Warning after upgrade python version to 3.12 Gua Guo (2): IntelFsp2Pkg/GenCfgOpt.py: Python 3.12 support IntelFsp2Pkg/PatchFv.py: Python 3.12 support IntelFsp2Pkg/Tools/GenCfgOpt.py | 96 ++++++++++++++++----------------- IntelFsp2Pkg/Tools/PatchFv.py | 24 ++++----- 2 files changed, 60 insertions(+), 60 deletions(-) -- 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118059): https://edk2.groups.io/g/devel/message/118059 Mute This Topic: https://groups.io/mt/105662397/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-