All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/zyre: bump version to 2.0.1
@ 2021-03-08 12:27 Jack Cripps
  2021-03-08 22:56 ` Yann E. MORIN
  2021-03-19 20:27 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Jack Cripps @ 2021-03-08 12:27 UTC (permalink / raw)
  To: buildroot

Version bump required due to python setup.py missing from v2.0.0 python bindings

Signed-off-by: Jack Cripps <jack.cripps@disguise.one>
---
Backport to 2019.11.x
---
 package/zyre/zyre.hash | 2 +-
 package/zyre/zyre.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/zyre/zyre.hash b/package/zyre/zyre.hash
index 289341f494..d9d92d78f2 100644
--- a/package/zyre/zyre.hash
+++ b/package/zyre/zyre.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  b978a999947ddb6722d956db2427869b313225e50518c4fbbf960a68109e3e91  zyre-2.0.0.tar.gz
+sha256  624d379dc880025144f58d3a7dc35ea1be4a57ba4e2a58c98ec15a60891be12d  zyre-2.0.1.tar.gz
 sha256  1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5  LICENSE
diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk
index 21224d6bb4..a726859adf 100644
--- a/package/zyre/zyre.mk
+++ b/package/zyre/zyre.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZYRE_VERSION = 2.0.0
+ZYRE_VERSION = 2.0.1
 ZYRE_SITE = $(call github,zeromq,zyre,v$(ZYRE_VERSION))
 ZYRE_LICENSE = MPL-2.0
 ZYRE_LICENSE_FILES = LICENSE
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/zyre: bump version to 2.0.1
  2021-03-08 12:27 [Buildroot] [PATCH 1/1] package/zyre: bump version to 2.0.1 Jack Cripps
@ 2021-03-08 22:56 ` Yann E. MORIN
  2021-03-19 20:27 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-03-08 22:56 UTC (permalink / raw)
  To: buildroot

Jack, All,

On 2021-03-08 12:27 +0000, Jack Cripps spake thusly:
> Version bump required due to python setup.py missing from v2.0.0 python bindings
> 
> Signed-off-by: Jack Cripps <jack.cripps@disguise.one>

Applied to master, thanks.

> ---
> Backport to 2019.11.x

2019.11.x was not an LTS, and it stopped being maintained in February
2020.

Regards,
Yann E. MORIN.

> ---
>  package/zyre/zyre.hash | 2 +-
>  package/zyre/zyre.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/zyre/zyre.hash b/package/zyre/zyre.hash
> index 289341f494..d9d92d78f2 100644
> --- a/package/zyre/zyre.hash
> +++ b/package/zyre/zyre.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  b978a999947ddb6722d956db2427869b313225e50518c4fbbf960a68109e3e91  zyre-2.0.0.tar.gz
> +sha256  624d379dc880025144f58d3a7dc35ea1be4a57ba4e2a58c98ec15a60891be12d  zyre-2.0.1.tar.gz
>  sha256  1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5  LICENSE
> diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk
> index 21224d6bb4..a726859adf 100644
> --- a/package/zyre/zyre.mk
> +++ b/package/zyre/zyre.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -ZYRE_VERSION = 2.0.0
> +ZYRE_VERSION = 2.0.1
>  ZYRE_SITE = $(call github,zeromq,zyre,v$(ZYRE_VERSION))
>  ZYRE_LICENSE = MPL-2.0
>  ZYRE_LICENSE_FILES = LICENSE
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/zyre: bump version to 2.0.1
  2021-03-08 12:27 [Buildroot] [PATCH 1/1] package/zyre: bump version to 2.0.1 Jack Cripps
  2021-03-08 22:56 ` Yann E. MORIN
@ 2021-03-19 20:27 ` Peter Korsgaard
       [not found]   ` <CAHFmVmW-6PVAnYV_8=233JvTLO_htDnSfbuV09CwynFjLco4XQ@mail.gmail.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2021-03-19 20:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Jack" == Jack Cripps <jack.cripps@disguise.one> writes:

 > Version bump required due to python setup.py missing from v2.0.0 python bindings

What does that mean exactly? How are those bindings installed and used?
We don't seem to do anything to handle them in zyre.mk?

 > Signed-off-by: Jack Cripps <jack.cripps@disguise.one>
 > ---
 > Backport to 2019.11.x

I take it you mean 2020.11.x here? 2020.02.x and 2021.02.x also has
zyre, so it is presumably needed there as well?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Fwd: [PATCH 1/1] package/zyre: bump version to 2.0.1
       [not found]   ` <CAHFmVmW-6PVAnYV_8=233JvTLO_htDnSfbuV09CwynFjLco4XQ@mail.gmail.com>
@ 2021-03-22 11:35     ` Jack Cripps
  0 siblings, 0 replies; 4+ messages in thread
From: Jack Cripps @ 2021-03-22 11:35 UTC (permalink / raw)
  To: buildroot

---------- Forwarded message ---------
From: Jack Cripps <jack.cripps@disguise.one>
Date: Mon, 22 Mar 2021 at 11:22
Subject: Re: [PATCH 1/1] package/zyre: bump version to 2.0.1
To: Peter Korsgaard <peter@korsgaard.com>
Cc: <buildroot@buildroot.org>, Simon Dawson <spdawson@gmail.com>


Hi,

Apologies, the zyre.mk file included in 2.0.0 or 2.0.1 does not build any
of the auto-generated, alternative language bindings for zyre ecosystem. I
don't know if this would be desired behaviour (or whether there is some way
of adding this to the zyre config file). In lieu of this, I use an custom
external package 'python-zyre' to build the ctypes python bindings as a
python package. Zyre 2.0.0 is missing the setuptools.py file from it's
python bindings hence the required bump to v2.0.1. I do not know why this
quite critical file is missing from v2.0.0.

I believe probably all buildroot versions that have zyre 2.0.0 should be
updated to 2.0.1, so 2020.02.x onwards I suppose.

Thanks,
Jack Cripps

On Fri, 19 Mar 2021 at 20:27, Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Jack" == Jack Cripps <jack.cripps@disguise.one> writes:
>
>  > Version bump required due to python setup.py missing from v2.0.0 python
> bindings
>
> What does that mean exactly? How are those bindings installed and used?
> We don't seem to do anything to handle them in zyre.mk?
>
>  > Signed-off-by: Jack Cripps <jack.cripps@disguise.one>
>  > ---
>  > Backport to 2019.11.x
>
> I take it you mean 2020.11.x here? 2020.02.x and 2021.02.x also has
> zyre, so it is presumably needed there as well?
>
> --
> Bye, Peter Korsgaard
>


-- 
<http://www.disguise.one/>
Jack Cripps
Jnr Embedded SW Engineer
A : 88-89 Blackfriars Road, London, SE1 8HA
<https://www.google.com/maps/place/88-89%20Blackfriars%20Road,%20London,%20SE1%208HA>
<https://www.facebook.com/disguise.one/>
<https://twitter.com/disguise_one>
<https://www.youtube.com/channel/UCBXckvTm2VHU29BUoKJizvA>
<https://www.instagram.com/disguise_one/>
<https://www.linkedin.com/company/disguise-/>


-- 
<http://www.disguise.one/>
Jack Cripps
Jnr Embedded SW Engineer
A : 88-89 Blackfriars Road, London, SE1 8HA
<https://www.google.com/maps/place/88-89%20Blackfriars%20Road,%20London,%20SE1%208HA>
<https://www.facebook.com/disguise.one/>
<https://twitter.com/disguise_one>
<https://www.youtube.com/channel/UCBXckvTm2VHU29BUoKJizvA>
<https://www.instagram.com/disguise_one/>
<https://www.linkedin.com/company/disguise-/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210322/8cc0b593/attachment.html>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-22 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 12:27 [Buildroot] [PATCH 1/1] package/zyre: bump version to 2.0.1 Jack Cripps
2021-03-08 22:56 ` Yann E. MORIN
2021-03-19 20:27 ` Peter Korsgaard
     [not found]   ` <CAHFmVmW-6PVAnYV_8=233JvTLO_htDnSfbuV09CwynFjLco4XQ@mail.gmail.com>
2021-03-22 11:35     ` [Buildroot] Fwd: " Jack Cripps

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.