From patchwork Thu Mar 12 10:52:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 83223 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 800A7105A574 for ; Thu, 12 Mar 2026 10:54:18 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18546.1773312852492826097 for ; Thu, 12 Mar 2026 03:54:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AV9TGgH7; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1773312852; x=1804848852; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=i8uR3RDxOuJiuEsQu4BJFVPMusj9MD1keHF3t/mZFTY=; b=AV9TGgH72AZ7PfNFApwLpVdczOhtWlLQf8kTfP/1XtchVcK7ngYxKwWV Ulhz0q/lAvHdAyLPjp9XyMVBrQQeE1gkFsNazkwrfdXLUc3eNsMezZWmT 77m8Xs1BVTGysbLAB/LLC/eB09IbTNY9fEIIORc6Hu5SMWCILTl2sNA7R HPySev8aD//G7QOKTZsdJAXAnVwd/L8leNBl2YxSGSGIUocOnkQgEFY3r fNAsNfsp1TpMSCh8THRKtI8VrbfH0ExNciLrC+UUsuX72+pZMeUkxlENM 8FZ/6PzZKtB9zrDRHzbA69UjOZ3B3bRJJiu3ArKiIYklOTtKNpwfqh7Qq Q==; X-CSE-ConnectionGUID: taEA7pynTHW88OquCqp1OQ== X-CSE-MsgGUID: uGBLydYFQWe+TOd61C11cg== X-IronPort-AV: E=McAfee;i="6800,10657,11726"; a="237281304" X-IronPort-AV: E=Sophos;i="6.23,116,1770562800"; d="scan'208";a="237281304" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Mar 2026 19:54:10 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 1AFF61C1C708 for ; Thu, 12 Mar 2026 10:54:11 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id BEBF314042C2 for ; Thu, 12 Mar 2026 10:54:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.160.5]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id C8F571802ED7; Thu, 12 Mar 2026 10:54:07 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 49/64] python3-pytest-env: upgrade 1.2.0 -> 1.5.0 Date: Thu, 12 Mar 2026 18:52:05 +0800 Message-ID: <20260312105220.1856-49-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260312105220.1856-1-wangmy@fujitsu.com> References: <20260312105220.1856-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 12 Mar 2026 10:54:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125149 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-pytest-env_1.2.0.bb => python3-pytest-env_1.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-env_1.2.0.bb => python3-pytest-env_1.5.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb index f7ab022894..c9fbde1961 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-env_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-env_1.5.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b70ef84b3d8d608b13b0287ed49df651" RECIPE_MAINTAINER = "Tom Geelen " DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" -SRC_URI[sha256sum] = "475e2ebe8626cee01f491f304a74b12137742397d6c784ea4bc258f069232b80" +SRC_URI[sha256sum] = "db8994b9ce170f135a37acc09ac753a6fc697d15e691b576ed8d8ca261c40246" inherit pypi python_hatchling ptest-python-pytest