diff mbox series

[meta-python] python3-pyzmq: upgrade 25.1.1 -> 25.1.2

Message ID 1702544699-28431-1-git-send-email-wangmy@fujitsu.com
State Superseded
Headers show
Series [meta-python] python3-pyzmq: upgrade 25.1.1 -> 25.1.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 14, 2023, 9:04 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

club-rpath-out.patch
refreshed for version 25.1.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-pyzmq/club-rpath-out.patch               | 6 +++---
 .../{python3-pyzmq_25.1.1.bb => python3-pyzmq_25.1.2.bb}    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyzmq_25.1.1.bb => python3-pyzmq_25.1.2.bb} (94%)

Comments

Khem Raj Dec. 14, 2023, 5:38 p.m. UTC | #1
there was a patch submitted for this upgrade earlier
https://patchwork.yoctoproject.org/project/oe/patch/20231214003919.1179147-1-derek@asterius.io/

On Thu, Dec 14, 2023 at 1:05 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> club-rpath-out.patch
> refreshed for version 25.1.2
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../python/python3-pyzmq/club-rpath-out.patch               | 6 +++---
>  .../{python3-pyzmq_25.1.1.bb => python3-pyzmq_25.1.2.bb}    | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-pyzmq_25.1.1.bb => python3-pyzmq_25.1.2.bb} (94%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch b/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
> index 61aeaca5f..2dae7d1e2 100644
> --- a/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
> +++ b/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
> @@ -1,4 +1,4 @@
> -From efae4e08d13e0958d929ea524e21c0a210b31982 Mon Sep 17 00:00:00 2001
> +From 8ef6a7bdc0669e85822188f7734b53bc64f54a89 Mon Sep 17 00:00:00 2001
>  From: Leon Anavi <leon.anavi@konsulko.com>
>  Date: Fri, 22 Jan 2021 11:41:12 +0200
>  Subject: [PATCH] setup.py: Adjust _add_rpath
> @@ -14,10 +14,10 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
>   1 file changed, 3 deletions(-)
>
>  diff --git a/setup.py b/setup.py
> -index b634d94..7f6a2f1 100755
> +index 4ac4788..e917825 100755
>  --- a/setup.py
>  +++ b/setup.py
> -@@ -235,9 +235,6 @@ def _add_rpath(settings, path):
> +@@ -215,9 +215,6 @@ def _add_rpath(settings, path):
>       """
>       if sys.platform == 'darwin':
>           settings['extra_link_args'].extend(['-Wl,-rpath', '-Wl,%s' % path])
> diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
> similarity index 94%
> rename from meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb
> rename to meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
> index 504ef7abc..658dbe6e2 100644
> --- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
> @@ -13,7 +13,7 @@ SRC_URI:append = " \
>      file://club-rpath-out.patch \
>      file://run-ptest \
>  "
> -SRC_URI[sha256sum] = "259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23"
> +SRC_URI[sha256sum] = "93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226"
>
>  inherit pypi pkgconfig python_setuptools_build_meta ptest
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107447): https://lists.openembedded.org/g/openembedded-devel/message/107447
> Mute This Topic: https://lists.openembedded.org/mt/103166900/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch b/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
index 61aeaca5f..2dae7d1e2 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
+++ b/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
@@ -1,4 +1,4 @@ 
-From efae4e08d13e0958d929ea524e21c0a210b31982 Mon Sep 17 00:00:00 2001
+From 8ef6a7bdc0669e85822188f7734b53bc64f54a89 Mon Sep 17 00:00:00 2001
 From: Leon Anavi <leon.anavi@konsulko.com>
 Date: Fri, 22 Jan 2021 11:41:12 +0200
 Subject: [PATCH] setup.py: Adjust _add_rpath
@@ -14,10 +14,10 @@  Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
  1 file changed, 3 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index b634d94..7f6a2f1 100755
+index 4ac4788..e917825 100755
 --- a/setup.py
 +++ b/setup.py
-@@ -235,9 +235,6 @@ def _add_rpath(settings, path):
+@@ -215,9 +215,6 @@ def _add_rpath(settings, path):
      """
      if sys.platform == 'darwin':
          settings['extra_link_args'].extend(['-Wl,-rpath', '-Wl,%s' % path])
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
index 504ef7abc..658dbe6e2 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
@@ -13,7 +13,7 @@  SRC_URI:append = " \
     file://club-rpath-out.patch \
     file://run-ptest \
 "
-SRC_URI[sha256sum] = "259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23"
+SRC_URI[sha256sum] = "93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226"
 
 inherit pypi pkgconfig python_setuptools_build_meta ptest