From patchwork Fri Jan 5 13:35:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 37377 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 512FFC3DA6E for ; Fri, 5 Jan 2024 13:36:06 +0000 (UTC) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by mx.groups.io with SMTP id smtpd.web11.23379.1704461764004014883 for ; Fri, 05 Jan 2024 05:36:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=REzZIhQ8; spf=pass (domain: gmail.com, ip: 209.85.128.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f52.google.com with SMTP id 5b1f17b1804b1-40d5d898162so11835145e9.3 for ; Fri, 05 Jan 2024 05:36:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704461762; x=1705066562; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=6IpR6aeMgBQeWUbp5k551TgU4mNXF/k63yLXtikTQFg=; b=REzZIhQ8xP0ulqoILraarxrJNpbzfq0lPSV3m/4q63WHPFtrwLwE4VXhpA1Vhwtb5W sxYUo27e7ExDE/aYi9HLsB4nN+ILguboXWss7Y4JQii+DLcD9ZAdKtOfR5I0w5mr+VCG c+vJDYH0ewtLRMQjSF7S9o9a4J7SR1OMOvIVRjgfuKIw/TX9SvnKEFGBfeG86JwPxtmW qNdmq2oBDf9FCE4qN63OqsTaA2/BICwWNOqq524iG1z90fwykDmCS5Tm6GETGYJd3fac c4p5Fris0RQ9usQie7SLfbr5FhImT2QCOC+nCA0UcRaiXDOVOv9ZL/MiNxvO/te8DSac Wm4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704461762; x=1705066562; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=6IpR6aeMgBQeWUbp5k551TgU4mNXF/k63yLXtikTQFg=; b=CLDFQiwbJ5f37sHAR6kM9ocvSea6Ybp8XuuCy1FnjMawa7JhlJ51SzOX4qxT3N7MHS 0NT2DXy11Gh11M+dLn6JZ+XoaUfa4zPMVUdcWPmEUCTne9LnYWbIIgyA1wF9a1HNAgzd qr4lBWN05sloHSOBbhFJaS5b/lI+qsEZNoRQzrbLK0GFJxSUfCvLsT4EbSbfxhtmJMQZ KvoGEPA+0jOsm5rmC0ED179P8dIJY7lnZENj9yHvc9DYrr+SGFFPtdY73I0llOR0egou iQIZQepnoQPGl7l269lJniJSM2kPZ2UtL4NPEIXJQYfA/vDM/MYlOpx77N1Zg2S859WV irGA== X-Gm-Message-State: AOJu0Yze7wLVunJmuFTqnpExAvxRU58jNJIVMMVM/jNKaYI/hWXic9nE 1kInN28EwqMo+j6vm++4L4dhy+fEIhg= X-Google-Smtp-Source: AGHT+IGkWV2YjC7pBttMuaNebffbATI5LXKL8dj/T4A3qwgoJ7V9N+pKyq2fPq8WSE9riFPZhPvSPw== X-Received: by 2002:a05:600c:b58:b0:40d:87b7:2462 with SMTP id k24-20020a05600c0b5800b0040d87b72462mr1302339wmr.40.1704461762056; Fri, 05 Jan 2024 05:36:02 -0800 (PST) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id w13-20020a5d608d000000b003372c080acasm1425187wrt.2.2024.01.05.05.36.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jan 2024 05:36:01 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 1/3] devtool/standard: correctly escape \ Date: Fri, 5 Jan 2024 14:35:41 +0100 Message-Id: <20240105133543.3017997-1-alex@linutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.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 ; Fri, 05 Jan 2024 13:36:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193355 python 3.12 points out that: SyntaxWarning: invalid escape sequence '\*' Signed-off-by: Alexander Kanavin --- scripts/lib/devtool/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 559fd45676c..c20c0321a35 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -772,7 +772,7 @@ def get_staging_kver(srcdir): def get_staging_kbranch(srcdir): staging_kbranch = "" if os.path.exists(srcdir) and os.listdir(srcdir): - (branch, _) = bb.process.run('git branch | grep \* | cut -d \' \' -f2', cwd=srcdir) + (branch, _) = bb.process.run('git branch | grep \\* | cut -d \' \' -f2', cwd=srcdir) staging_kbranch = "".join(branch.split('\n')[0]) return staging_kbranch From patchwork Fri Jan 5 13:35:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 37378 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 52435C47079 for ; Fri, 5 Jan 2024 13:36:06 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.23434.1704461764790535792 for ; Fri, 05 Jan 2024 05:36:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=YH6C6Zx5; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id ffacd0b85a97d-337520892f7so313675f8f.0 for ; Fri, 05 Jan 2024 05:36:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704461763; x=1705066563; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=1V1iRjsuu+JkapR444XptzLMVmy5dbIXU+whxn+2D50=; b=YH6C6Zx52t7igfA4Sk90iV5vixlLQnc4LR7fZwXWaVPQiiY4RXtdENJV0iSOTm4EoY Ya4fofrlwd+s1Au+YILyWpPefjZb4AQ+bCXWgWVEF4sYKqxNu44S9NNI3MSLofyn+lg1 op2Vhs3u/3qqdHnphCGSWI4rQbZX1LEpZATw+IZNArHDyzmdEqiUopPyQz23TYRt07kb 7U7KeHUBaYEI8RxyC/H0SE1KsOAxIHVlBeGyQXTRoV+ZXYgzoLWZm1vHVYMZwpCV0U5a HxYhvKpX/hJZ9muk2MxPji+ZJ2XdIwbgc7c6mcJKllbjbPSV6rwXZxe6Y1KhNkJlwezR eA3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704461763; x=1705066563; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1V1iRjsuu+JkapR444XptzLMVmy5dbIXU+whxn+2D50=; b=cxBoPKqP5RVc2PRAI09eByMNrxIjZg1s9JgVXrWBOPybozgJpEN04Syv/c0OqxCJsG qyUrGCykg35tjz/Y5mYzRwcGZaqxlvaCpefxKI6IjAlZAfd7HIttlD/0DVvCdQuhdmdd 6DXZJVRdjgN0S/lmdYHZMnsdpiXM9TGlLCtkiWGI4vlUnQOhEM91eUDXDBjN+hH0JheK 34kZclyRiOgIiO6HwnTtAPCp1u6jqFZmUE/sZuYFnQAxEjtYk6U7VWwmg0q6KZ/G1Liq FxQaudyVZTyk8DpS5DRHsw1wlDLiFyGq8YFAdrsA12EDIQvLORpMbaFaTCgwaCmxwJmn 76Ew== X-Gm-Message-State: AOJu0YwPuEsapxdlPj+QAvPw2Xw+6fLj60ElHn19+WIm03XuKZpcY/Bj 08bbJkXdAdL1BJqNzVZr0IdA52LICWM= X-Google-Smtp-Source: AGHT+IGaWTIdpQ11IhZL3z3GrDm+2TLfUo6zTeQgpesl9K3FCl5qMp4GIhreFpeWsrnvl+UKnNCicg== X-Received: by 2002:a05:600c:4f81:b0:40d:87a0:676 with SMTP id n1-20020a05600c4f8100b0040d87a00676mr1193864wmq.78.1704461762569; Fri, 05 Jan 2024 05:36:02 -0800 (PST) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id w13-20020a5d608d000000b003372c080acasm1425187wrt.2.2024.01.05.05.36.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jan 2024 05:36:02 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 2/3] python3-pyaaml: make compatible with cython 3.x Date: Fri, 5 Jan 2024 14:35:42 +0100 Message-Id: <20240105133543.3017997-2-alex@linutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240105133543.3017997-1-alex@linutronix.de> References: <20240105133543.3017997-1-alex@linutronix.de> MIME-Version: 1.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 ; Fri, 05 Jan 2024 13:36:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193356 This has been rejected by upstream in favour of requiring obsolete cython until there's 'proper' 3.x support. Months later, there's still no progress so let's just take the rejected fix, as it does work (as reported by others as well), and allows moving forward with cython. Signed-off-by: Alexander Kanavin --- .../0001-Fix-builds-with-Cython-3.patch | 54 +++++++++++++++++++ .../python/python3-pyyaml_6.0.1.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch diff --git a/meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch b/meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch new file mode 100644 index 00000000000..a87d588b6a1 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyyaml/0001-Fix-builds-with-Cython-3.patch @@ -0,0 +1,54 @@ +From 9cc23db56add79357b8f8257fe6fc0d6879d4579 Mon Sep 17 00:00:00 2001 +From: "Andrew J. Hesford" +Date: Fri, 21 Jul 2023 09:50:00 -0400 +Subject: [PATCH] Fix builds with Cython 3 + +This is a *de minimis* fix for building with Cython 3. Recent Cython<3 +releases provided `Cython.Distutils.build_ext` as an alias to +`Cython.Distutils.old_build_ext.old_build_ext`; Cython 3 drops this +alias and instead uses a wholly new `Cython.Distutils.build_ext` that +does not provide the `cython_sources` function used in `setup.py`. + +Explicitly importing `old_build_ext` preserves the existing behavior for +recent Cython<3 and uses the correct behavior for Cython 3. Should the +import fail (*e.g.*, because the version of Cython available predates +the availability of `old_build_ext`), the import falls back to just +`Cython.Distutils.build_ext`. + +Signed-off-by: Andrew J. Hesford +Upstream-Status: Denied [https://github.com/yaml/pyyaml/pull/731] +Signed-off-by: Alexander Kanavin +--- + pyproject.toml | 2 +- + setup.py | 6 +++++- + 2 files changed, 6 insertions(+), 2 deletions(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 4bc04c0..2bf5ec8 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,3 +1,3 @@ + [build-system] +-requires = ["setuptools", "wheel", "Cython<3.0"] ++requires = ["setuptools", "wheel", "Cython"] + build-backend = "setuptools.build_meta" +diff --git a/setup.py b/setup.py +index 65b0ea0..4461580 100644 +--- a/setup.py ++++ b/setup.py +@@ -82,7 +82,11 @@ if 'sdist' in sys.argv or os.environ.get('PYYAML_FORCE_CYTHON') == '1': + with_cython = True + try: + from Cython.Distutils.extension import Extension as _Extension +- from Cython.Distutils import build_ext as _build_ext ++ try: ++ from Cython.Distutils.old_build_ext import old_build_ext as _build_ext ++ except ImportError: ++ from Cython.Distutils import build_ext as _build_ext ++ + with_cython = True + except ImportError: + if with_cython: +-- +2.39.2 + diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb index 4ab8f038f42..61f7cbc6b36 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb @@ -9,6 +9,7 @@ PYPI_PACKAGE = "PyYAML" inherit pypi python_setuptools_build_meta +SRC_URI += "file://0001-Fix-builds-with-Cython-3.patch" SRC_URI[sha256sum] = "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" RDEPENDS:${PN} += "\ From patchwork Fri Jan 5 13:35:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 37379 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 60665C46CD2 for ; Fri, 5 Jan 2024 13:36:06 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web10.23435.1704461765011945834 for ; Fri, 05 Jan 2024 05:36:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=HjpBTyia; spf=pass (domain: gmail.com, ip: 209.85.128.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-40d76923ec4so14927425e9.3 for ; Fri, 05 Jan 2024 05:36:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704461763; x=1705066563; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=zRjuIe2FhlhIwC/hX9SYu+ue0buOXHbxlJypSpaqc4Q=; b=HjpBTyiaoFHFWLm7KweLKNsNROWFIIgS+jRODjZ3EMtaRqgdu99gDNlWDPdsbRhOWx G42vxUI/wtN+2gM6hIW4W128slNGGygcAH0jBBV+Kj4tAB2ie0EFKeGsuz6NQBsMFzTV 5hlHHHQFWXfUDdqjsAp688aG1sb5owSzdJP3r3WaeF4ZTnWzvIg7A59EgDv5p3OpUxQU zBEJJRE4FQY6py/E8Gv1IO7IZVQix0qiZm1nbHeqbkONnXPhceJIK/N0I/wf+vmf+i+X NuP4HR5F2fveipKPtC7eh/ZRKJH+GK/X2Wx3KZmkxdVH4I0cbQd3IjzpIhPWJCBhi+KL 7EGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704461763; x=1705066563; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zRjuIe2FhlhIwC/hX9SYu+ue0buOXHbxlJypSpaqc4Q=; b=sAJlfUaYthHHmI7mRUovneVeSXg85gUlaL7lxGmnJ8ug4bVqln76y0kqYOrIawbF0t i0P83wO9wegzro7+IMT87lXB93aM+70PRkZow0RLs9KKxp1hTBrGg5kfPhyli/C6fKeE 6dbweqvAgqWWKANYYbYq8/55qovdZiMlLhONMO0cqy8UNaDqhwJQOxw/CqShLWxc2ty6 GL8EJdGDguMt+B0D4NfJXHaMGJ03hJEKbD5eoGwWf/JbUXsEvfaAzM5qqxecLeL8DxXb k5IgarnTb/bDKl3Nxz3Rz6XTNZxUy/+eZj74eJPJA2uskrRP1q0rgCD9gF7FOpAIFWhq g/ww== X-Gm-Message-State: AOJu0YxjQgbhhcc6EbyG+sESz/JEgNc/8yUr3N2sEYuBg8ME8g3UVXWo oLiyCamhTuFyNe4AkwU9w1HTNLgDzO8= X-Google-Smtp-Source: AGHT+IHZeGrbtsrDJp6KPrXYXrQ7m6CfkfXpAVE3O7PC9/iQiMq3ilJp26iFXO7UNQ9ImBBZoQraAQ== X-Received: by 2002:a05:600c:ccc:b0:40e:51e:7295 with SMTP id fk12-20020a05600c0ccc00b0040e051e7295mr1150556wmb.82.1704461763251; Fri, 05 Jan 2024 05:36:03 -0800 (PST) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id w13-20020a5d608d000000b003372c080acasm1425187wrt.2.2024.01.05.05.36.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jan 2024 05:36:02 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 3/3] python3-cython: update 0.29.36 -> 3.0.7 Date: Fri, 5 Jan 2024 14:35:43 +0100 Message-Id: <20240105133543.3017997-3-alex@linutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240105133543.3017997-1-alex@linutronix.de> References: <20240105133543.3017997-1-alex@linutronix.de> MIME-Version: 1.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 ; Fri, 05 Jan 2024 13:36:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193357 pep517 build backends require cython 3.x when python is at 3.12, so we can't hold this update any longer. There are only a few things in meta-oe and meta that break anymore, and fixes for them are provided at the same time as this patch. License-update: http -> https Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-cython.inc | 7 +++++-- .../{python3-cython_0.29.36.bb => python3-cython_3.0.7.bb} | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-cython_0.29.36.bb => python3-cython_3.0.7.bb} (100%) diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index 6aec6b012f1..bc1953c5045 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc @@ -5,11 +5,11 @@ It's designed to bridge the gap between the nice, high-level, easy-to-use world and the messy, low-level world of C." SECTION = "devel/python" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" PYPI_PACKAGE = "Cython" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "41c0cfd2d754e383c9eeb95effc9aa4ab847d0c9747077ddd7c0dcb68c3bc01f" +SRC_URI[sha256sum] = "fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213" UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi @@ -39,4 +39,7 @@ do_install:append() { for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do sed -i -e '1s|^#!.*|#!/usr/bin/env ${PYTHON_PN}|' $PYTHSCRIPT done + + # remove build paths from generated sources + sed -i -e 's|${WORKDIR}||' ${S}/Cython/*.c ${S}/Cython/Compiler/*.c ${S}/Cython/Plex/*.c } diff --git a/meta/recipes-devtools/python/python3-cython_0.29.36.bb b/meta/recipes-devtools/python/python3-cython_3.0.7.bb similarity index 100% rename from meta/recipes-devtools/python/python3-cython_0.29.36.bb rename to meta/recipes-devtools/python/python3-cython_3.0.7.bb