Message ID | 20250722031245.884-7-liuyd.fnst@fujitsu.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-gnome,01/21] gexiv2: upgrade 0.14.5 -> 0.14.6 | expand |
Sorry about this one, I forgot to reset author. Please refer to another email I re-send [meta-python] [PATCH 07/21] python3-gevent: upgrade 25.4.2 -> 25.5.1 > -----邮件原件----- > 发件人: Liu Yiding <liuyd.fnst@fujitsu.com> > 发送时间: 2025年7月22日 11:12 > 收件人: Khem Raj <raj.khem@gmail.com>; > openembedded-devel@lists.openembedded.org > 抄送: Upgrade Helper <LiuYidingliuyd.fnst@fujitsu.com>; Liu, Yiding/刘 乙丁 > <liuyd.fnst@fujitsu.com> > 主题: [meta-python] [PATCH 07/21] python3-gevent: upgrade 25.4.2 -> 25.5.1 > > From: Upgrade Helper <Liu Yiding liuyd.fnst@fujitsu.com> > > Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> > --- > .../0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 3 +-- > .../{python3-gevent_25.4.2.bb => python3-gevent_25.5.1.bb} | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) rename > meta-python/recipes-devtools/python/{python3-gevent_25.4.2.bb => > python3-gevent_25.5.1.bb} (94%) > > diff --git > a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-D > o-not-add-sys_inc_dir.patch > b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-D > o-not-add-sys_inc_dir.patch > index 49903d6ce8..68ef5d6d9a 100644 > --- > a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-D > o-not-add-sys_inc_dir.patch > +++ b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputil > +++ s.py-Do-not-add-sys_inc_dir.patch > @@ -1,4 +1,4 @@ > -From 9eb453283a7ac8a9b1dd3eac86d936c7a430476b Mon Sep 17 00:00:00 > 2001 > +From 21b8f74c3d0006c80549452743d50e6f012aa7ef Mon Sep 17 00:00:00 > 2001 > From: Khem Raj <raj.khem@gmail.com> > Date: Tue, 11 Oct 2022 17:37:01 -0700 > Subject: [PATCH] _setuputils.py: Do not add sys_inc_dir @@ -10,7 +10,6 @@ > we really do not need setuptools to deduce it for us. > > Upstream-Status: Inappropriate [ Cross-compile specific ] > Signed-off-by: Khem Raj <raj.khem@gmail.com> > - > --- > _setuputils.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) diff --git > a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb > b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb > similarity index 94% > rename from meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb > rename to meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb > index b66fd5c8cf..05c4ea2205 100644 > --- a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb > +++ b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb > @@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \ > > SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" > > -SRC_URI[sha256sum] = > "7ffba461458ed28a85a01285ea0e0dc14f883204d17ce5ed82fa839a9d620028" > +SRC_URI[sha256sum] = > "582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61 > " > > inherit pypi python_setuptools_build_meta cython > > -- > 2.43.0
diff --git a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch index 49903d6ce8..68ef5d6d9a 100644 --- a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch +++ b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch @@ -1,4 +1,4 @@ -From 9eb453283a7ac8a9b1dd3eac86d936c7a430476b Mon Sep 17 00:00:00 2001 +From 21b8f74c3d0006c80549452743d50e6f012aa7ef Mon Sep 17 00:00:00 2001 From: Khem Raj <raj.khem@gmail.com> Date: Tue, 11 Oct 2022 17:37:01 -0700 Subject: [PATCH] _setuputils.py: Do not add sys_inc_dir @@ -10,7 +10,6 @@ we really do not need setuptools to deduce it for us. Upstream-Status: Inappropriate [ Cross-compile specific ] Signed-off-by: Khem Raj <raj.khem@gmail.com> - --- _setuputils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb rename to meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb index b66fd5c8cf..05c4ea2205 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" -SRC_URI[sha256sum] = "7ffba461458ed28a85a01285ea0e0dc14f883204d17ce5ed82fa839a9d620028" +SRC_URI[sha256sum] = "582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61" inherit pypi python_setuptools_build_meta cython