Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-opcua-asyncio: bump to version 1.0.0
@ 2022-11-03 13:28 James Hilliard
  2022-11-03 20:58 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: James Hilliard @ 2022-11-03 13:28 UTC (permalink / raw)
  To: buildroot; +Cc: Jugurtha BELKALEM, James Hilliard, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-opcua-asyncio/python-opcua-asyncio.hash | 6 ++++--
 package/python-opcua-asyncio/python-opcua-asyncio.mk   | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/python-opcua-asyncio/python-opcua-asyncio.hash b/package/python-opcua-asyncio/python-opcua-asyncio.hash
index d8aee272de..36b16a1596 100644
--- a/package/python-opcua-asyncio/python-opcua-asyncio.hash
+++ b/package/python-opcua-asyncio/python-opcua-asyncio.hash
@@ -1,3 +1,5 @@
-# Locally computed
-sha256  e5fab37a92162351fe40cab43df09db8a2e9f8b8a2a8f13ed680aa6f6d687ec3  opcua-asyncio-0.8.4.tar.gz
+# md5, sha256 from https://pypi.org/pypi/asyncua/json
+md5  a52df0dc0586abd1592c97a0274d1c9d  asyncua-1.0.0.tar.gz
+sha256  25966e374b0c90da112a96e9dbc5cc36c123b2b60412eac6f26b04a4b0b4d91e  asyncua-1.0.0.tar.gz
+# Locally computed sha256 checksums
 sha256  da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768  COPYING
diff --git a/package/python-opcua-asyncio/python-opcua-asyncio.mk b/package/python-opcua-asyncio/python-opcua-asyncio.mk
index 50b581037b..54f8a1d0a0 100644
--- a/package/python-opcua-asyncio/python-opcua-asyncio.mk
+++ b/package/python-opcua-asyncio/python-opcua-asyncio.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_OPCUA_ASYNCIO_VERSION = 0.8.4
-PYTHON_OPCUA_ASYNCIO_SOURCE = opcua-asyncio-$(PYTHON_OPCUA_ASYNCIO_VERSION).tar.gz
-PYTHON_OPCUA_ASYNCIO_SITE = $(call github,FreeOpcUa,opcua-asyncio,$(PYTHON_OPCUA_ASYNCIO_VERSION))
+PYTHON_OPCUA_ASYNCIO_VERSION = 1.0.0
+PYTHON_OPCUA_ASYNCIO_SOURCE = asyncua-$(PYTHON_ASYNCUA_VERSION).tar.gz
+PYTHON_OPCUA_ASYNCIO_SITE = https://files.pythonhosted.org/packages/e7/ea/6fe0799c740b0fc8ffda42fc97bf45204ffe06fe41d505c02654e0d4e379
 PYTHON_OPCUA_ASYNCIO_SETUP_TYPE = setuptools
 PYTHON_OPCUA_ASYNCIO_LICENSE = LGPL-3.0+
 PYTHON_OPCUA_ASYNCIO_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-opcua-asyncio: bump to version 1.0.0
  2022-11-03 13:28 [Buildroot] [PATCH 1/1] package/python-opcua-asyncio: bump to version 1.0.0 James Hilliard
@ 2022-11-03 20:58 ` Thomas Petazzoni via buildroot
  2022-11-03 21:38   ` James Hilliard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-03 20:58 UTC (permalink / raw)
  To: James Hilliard; +Cc: Jugurtha BELKALEM, Asaf Kahlon, buildroot

Hello James,

On Thu,  3 Nov 2022 07:28:29 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-opcua-asyncio/python-opcua-asyncio.hash | 6 ++++--
>  package/python-opcua-asyncio/python-opcua-asyncio.mk   | 6 +++---
>  2 files changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-opcua-asyncio/python-opcua-asyncio.hash b/package/python-opcua-asyncio/python-opcua-asyncio.hash
> index d8aee272de..36b16a1596 100644
> --- a/package/python-opcua-asyncio/python-opcua-asyncio.hash
> +++ b/package/python-opcua-asyncio/python-opcua-asyncio.hash
> @@ -1,3 +1,5 @@
> -# Locally computed
> -sha256  e5fab37a92162351fe40cab43df09db8a2e9f8b8a2a8f13ed680aa6f6d687ec3  opcua-asyncio-0.8.4.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/asyncua/json
> +md5  a52df0dc0586abd1592c97a0274d1c9d  asyncua-1.0.0.tar.gz
> +sha256  25966e374b0c90da112a96e9dbc5cc36c123b2b60412eac6f26b04a4b0b4d91e  asyncua-1.0.0.tar.gz

Are you sure this is the same thing: opcua-asyncio-0.8.4.tar.gz and
asyncua-1.0.0.tar.gz ?

> +# Locally computed sha256 checksums
>  sha256  da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768  COPYING
> diff --git a/package/python-opcua-asyncio/python-opcua-asyncio.mk b/package/python-opcua-asyncio/python-opcua-asyncio.mk
> index 50b581037b..54f8a1d0a0 100644
> --- a/package/python-opcua-asyncio/python-opcua-asyncio.mk
> +++ b/package/python-opcua-asyncio/python-opcua-asyncio.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_OPCUA_ASYNCIO_VERSION = 0.8.4
> -PYTHON_OPCUA_ASYNCIO_SOURCE = opcua-asyncio-$(PYTHON_OPCUA_ASYNCIO_VERSION).tar.gz
> -PYTHON_OPCUA_ASYNCIO_SITE = $(call github,FreeOpcUa,opcua-asyncio,$(PYTHON_OPCUA_ASYNCIO_VERSION))
> +PYTHON_OPCUA_ASYNCIO_VERSION = 1.0.0
> +PYTHON_OPCUA_ASYNCIO_SOURCE = asyncua-$(PYTHON_ASYNCUA_VERSION).tar.gz

I don't see how this can work: this package defines
PYTHON_OPCUA_ASYNCIO_VERSION, but you use PYTHON_ASYNCUA_VERSION. Did
you test this? :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-opcua-asyncio: bump to version 1.0.0
  2022-11-03 20:58 ` Thomas Petazzoni via buildroot
@ 2022-11-03 21:38   ` James Hilliard
  0 siblings, 0 replies; 3+ messages in thread
From: James Hilliard @ 2022-11-03 21:38 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Jugurtha BELKALEM, Asaf Kahlon, buildroot

On Thu, Nov 3, 2022 at 4:58 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> Hello James,
>
> On Thu,  3 Nov 2022 07:28:29 -0600
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> >  package/python-opcua-asyncio/python-opcua-asyncio.hash | 6 ++++--
> >  package/python-opcua-asyncio/python-opcua-asyncio.mk   | 6 +++---
> >  2 files changed, 7 insertions(+), 5 deletions(-)
> >
> > diff --git a/package/python-opcua-asyncio/python-opcua-asyncio.hash b/package/python-opcua-asyncio/python-opcua-asyncio.hash
> > index d8aee272de..36b16a1596 100644
> > --- a/package/python-opcua-asyncio/python-opcua-asyncio.hash
> > +++ b/package/python-opcua-asyncio/python-opcua-asyncio.hash
> > @@ -1,3 +1,5 @@
> > -# Locally computed
> > -sha256  e5fab37a92162351fe40cab43df09db8a2e9f8b8a2a8f13ed680aa6f6d687ec3  opcua-asyncio-0.8.4.tar.gz
> > +# md5, sha256 from https://pypi.org/pypi/asyncua/json
> > +md5  a52df0dc0586abd1592c97a0274d1c9d  asyncua-1.0.0.tar.gz
> > +sha256  25966e374b0c90da112a96e9dbc5cc36c123b2b60412eac6f26b04a4b0b4d91e  asyncua-1.0.0.tar.gz
>
> Are you sure this is the same thing: opcua-asyncio-0.8.4.tar.gz and
> asyncua-1.0.0.tar.gz ?

Should be:
https://github.com/FreeOpcUa/opcua-asyncio#installation

>
> > +# Locally computed sha256 checksums
> >  sha256  da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768  COPYING
> > diff --git a/package/python-opcua-asyncio/python-opcua-asyncio.mk b/package/python-opcua-asyncio/python-opcua-asyncio.mk
> > index 50b581037b..54f8a1d0a0 100644
> > --- a/package/python-opcua-asyncio/python-opcua-asyncio.mk
> > +++ b/package/python-opcua-asyncio/python-opcua-asyncio.mk
> > @@ -4,9 +4,9 @@
> >  #
> >  ################################################################################
> >
> > -PYTHON_OPCUA_ASYNCIO_VERSION = 0.8.4
> > -PYTHON_OPCUA_ASYNCIO_SOURCE = opcua-asyncio-$(PYTHON_OPCUA_ASYNCIO_VERSION).tar.gz
> > -PYTHON_OPCUA_ASYNCIO_SITE = $(call github,FreeOpcUa,opcua-asyncio,$(PYTHON_OPCUA_ASYNCIO_VERSION))
> > +PYTHON_OPCUA_ASYNCIO_VERSION = 1.0.0
> > +PYTHON_OPCUA_ASYNCIO_SOURCE = asyncua-$(PYTHON_ASYNCUA_VERSION).tar.gz
>
> I don't see how this can work: this package defines
> PYTHON_OPCUA_ASYNCIO_VERSION, but you use PYTHON_ASYNCUA_VERSION. Did
> you test this? :-)

I did...but I bet I had not yet purged the scanpypi generated package which
defined that variable from my working tree before testing.

Fixed in v2:
https://patchwork.ozlabs.org/project/buildroot/patch/20221103213628.1321537-1-james.hilliard1@gmail.com/

>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-03 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 13:28 [Buildroot] [PATCH 1/1] package/python-opcua-asyncio: bump to version 1.0.0 James Hilliard
2022-11-03 20:58 ` Thomas Petazzoni via buildroot
2022-11-03 21:38   ` James Hilliard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox