From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.4778.1649418756521314522 for ; Fri, 08 Apr 2022 04:52:37 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=c1pG+F84; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: n.jayaprakash@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649418756; x=1680954756; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=aEQRb7T+udO9TLtNiy04EZ2ydUvVfT20bJTmTEldedI=; b=c1pG+F849zYhTwkViGlD6ODL/CscvgukKvNnNZP8SSgc+prtFlNYxCDJ dns+W/iF/ynvhTUqirkRznqlVGwhZ0E72Ubsta9BtHbHh2Ab+mT6AOtLN +FQ6X+BXsFpDpPiHlpITcgMTLNrGtVXNY7L1Bj6cRlKQojGvFkSxiTSvt QDZ+mHL284+TzWot2M9azKbjB9ZD01i3x7fMBn/jxd/ccEuUDEkWuWJUZ oIRY8KeU6WiNGduOG8KFrxzv9V94RmhVJhnsaINlqBCduNuSfhP0OB5F6 gyi9XXVCd8exTlVgrHh40a57aFyfBJjQrZtrv7OM7qOzZ+P/4LG1reJCM g==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="348013937" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="348013937" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 04:52:35 -0700 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="524751310" Received: from njayapra-mobl1.gar.corp.intel.com ([10.213.111.252]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 04:52:34 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Subject: [edk2-libc Patch 0/1] added support for uuid.py module for uefi environment Date: Fri, 8 Apr 2022 17:22:08 +0530 Message-Id: <20220408115209.2002-1-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.32.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch contains the uuid.py updated module with the changes required to support it working on uefi environment. Jayaprakash Nevara (1): AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module port for UEFI environment .../Python/Python-3.6.8/Lib/uuid.py | 94 ++++++++++--------- 1 file changed, 50 insertions(+), 44 deletions(-) -- 2.32.0.windows.2