From patchwork Tue Dec 26 07:37:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 36923 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 8EC8FC46CD3 for ; Tue, 26 Dec 2023 07:51:50 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.76905.1703577108781360523 for ; Mon, 25 Dec 2023 23:51:49 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="144475182" X-IronPort-AV: E=Sophos;i="6.04,304,1695654000"; d="scan'208";a="144475182" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Dec 2023 16:51:46 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 54679DCC15 for ; Tue, 26 Dec 2023 16:51:44 +0900 (JST) Received: from kws-ab4.gw.nic.fujitsu.com (kws-ab4.gw.nic.fujitsu.com [192.51.206.22]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 83498BF4A4 for ; Tue, 26 Dec 2023 16:51:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by kws-ab4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0F77F6B4D3 for ; Tue, 26 Dec 2023 16:51:43 +0900 (JST) Received: from vm4860.g01.fujitsu.local (unknown [10.167.225.33]) by edo.cn.fujitsu.com (Postfix) with ESMTP id BBAC61A0072; Tue, 26 Dec 2023 15:51:42 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH] python3-regex: upgrade 2023.10.3 -> 2023.12.25 Date: Tue, 26 Dec 2023 15:37:21 +0800 Message-Id: <1703576241-13485-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSS-9.1.0.1417-9.0.0.1002-28080.006 X-TM-AS-User-Approved-Sender: Yes X-TMASE-Version: IMSS-9.1.0.1417-9.0.1002-28080.006 X-TMASE-Result: 10-4.101500-10.000000 X-TMASE-MatchedRID: rofoCPeR2CGjz0nOeth/yUIIxwDaU5mrjOKexJz6jz0fIGCZubTsxBEp z9ydULanSUQWNWP9oCwRi1HXfI/8gcvnXbhSGw3rRy+94mWbR+alY4F8r0vXPyWMp0grg7M7vqn FtM6Nq/L7tBxFpWhrycYoh/qEF/tVoYY7KoErjW8ReM8i8p3vgBCE2NlBjIjcKXqmmYTGpxiUg5 UD6AlF0rF9uGobEuT7gDLqnrRlXrbIDt27MLDp0t0H8LFZNFG76sBnwpOylLP0cN/AfbtB3SKsd nfDlXPSZJ4Dfr5vKWfxAhyWZoRLD2xufZQlkd0akPv0Db28r+c9pl98pf+R8na/ZlHBS8AoqFR3 efwoig2IHqaUMp7VXtL/LK0d4I30Ze/gJB41STsbqpM7Cr+fvX7cGd19dSFd X-TMASE-SNAP-Result: 1.821001.0001-0-1-22:0,33:0,34:0-0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 26 Dec 2023 07:51:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107802 From: Wang Mingyu Changelog: ============= -Cannot get release notification action in main.yml to work. Commenting it out for now. -Fixed invalid main.yml. -The escape function no longer escapes \x00. It's not necessary. -Inline flags can now be turned off and apply to what follows. -Added \R to match line endings. Signed-off-by: Wang Mingyu --- .../{python3-regex_2023.10.3.bb => python3-regex_2023.12.25.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2023.10.3.bb => python3-regex_2023.12.25.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb b/meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb rename to meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb index c26d55f47..d7ac61608 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2023.10.3.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2023.12.25.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" inherit pypi setuptools3 -SRC_URI[sha256sum] = "3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f" +SRC_URI[sha256sum] = "29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5" RDEPENDS:${PN} += " \ python3-stringold \