Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0
@ 2024-07-19  4:56 James Hilliard
  2024-07-22 16:25 ` Thomas Petazzoni via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Hilliard @ 2024-07-19  4:56 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

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

diff --git a/package/python-maturin/python-maturin.hash b/package/python-maturin/python-maturin.hash
index 9807260ebd..3c5f836ad5 100644
--- a/package/python-maturin/python-maturin.hash
+++ b/package/python-maturin/python-maturin.hash
@@ -1,5 +1,5 @@
 # Locally calculated after vendoring
-sha256  53d51f5e2decca9af248748684aefa9245910757f19ae147dcf566172ecb0907  python-maturin-1.4.0-cargo2.tar.gz
+sha256  56c18b09d38080f9975fb679be1fda01b936d21f5ef233967cda3dd74905e683  maturin-1.7.0.tar.gz
 # Locally computed sha256 checksums
 sha256  a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2  license-apache
 sha256  ea7882c559733766ad08343bde1d1ec80a4967c03a738fb8e0058ef6289f7b7c  license-mit
diff --git a/package/python-maturin/python-maturin.mk b/package/python-maturin/python-maturin.mk
index 37479dd7e7..70cdb15949 100644
--- a/package/python-maturin/python-maturin.mk
+++ b/package/python-maturin/python-maturin.mk
@@ -4,10 +4,9 @@
 #
 ################################################################################
 
-PYTHON_MATURIN_VERSION = 1.4.0
-PYTHON_MATURIN_SOURCE_PYPI = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
-PYTHON_MATURIN_SITE_PYPI = https://files.pythonhosted.org/packages/20/90/43a3aa35f037e91582ec7516a92084a71f84e89e39ef580813bed072b154
-PYTHON_MATURIN_SITE = $(PYTHON_MATURIN_SITE_PYPI)/$(PYTHON_MATURIN_SOURCE_PYPI)?buildroot-path=filename
+PYTHON_MATURIN_VERSION = 1.7.0
+PYTHON_MATURIN_SOURCE = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
+PYTHON_MATURIN_SITE = https://files.pythonhosted.org/packages/80/da/a4bbd6e97f3645f4ebd725321aa235e22e31037dfd92caf4539f721c0a5a
 PYTHON_MATURIN_SETUP_TYPE = setuptools-rust
 PYTHON_MATURIN_LICENSE = Apache-2.0 or MIT
 PYTHON_MATURIN_LICENSE_FILES = license-apache license-mit
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0
  2024-07-19  4:56 [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0 James Hilliard
@ 2024-07-22 16:25 ` Thomas Petazzoni via buildroot
  2024-07-23 10:27 ` Thomas Petazzoni via buildroot
  2024-09-07 20:29 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-22 16:25 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

On Thu, 18 Jul 2024 22:56:39 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

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

Applied to master, thanks.

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0
  2024-07-19  4:56 [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0 James Hilliard
  2024-07-22 16:25 ` Thomas Petazzoni via buildroot
@ 2024-07-23 10:27 ` Thomas Petazzoni via buildroot
  2024-07-23 15:52   ` James Hilliard
  2024-09-07 20:29 ` Yann E. MORIN
  2 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-23 10:27 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

On Thu, 18 Jul 2024 22:56:39 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

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

This patch seems to cause build issues:

  http://autobuild.buildroot.net/results/459/4591c6788ad577ce62f6bc82ea77f94be832ce04/build-end.log

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0
  2024-07-23 10:27 ` Thomas Petazzoni via buildroot
@ 2024-07-23 15:52   ` James Hilliard
  0 siblings, 0 replies; 6+ messages in thread
From: James Hilliard @ 2024-07-23 15:52 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Asaf Kahlon, buildroot

On Tue, Jul 23, 2024 at 4:28 AM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Thu, 18 Jul 2024 22:56:39 -0600
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> >  package/python-maturin/python-maturin.hash | 2 +-
> >  package/python-maturin/python-maturin.mk   | 7 +++----
> >  2 files changed, 4 insertions(+), 5 deletions(-)
>
> This patch seems to cause build issues:
>
>   http://autobuild.buildroot.net/results/459/4591c6788ad577ce62f6bc82ea77f94be832ce04/build-end.log

Seems to be a random network failure, I double checked that specific
autobuilder and I do see successful downloads for maturin 1.7.0 on it.

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0
  2024-07-19  4:56 [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0 James Hilliard
  2024-07-22 16:25 ` Thomas Petazzoni via buildroot
  2024-07-23 10:27 ` Thomas Petazzoni via buildroot
@ 2024-09-07 20:29 ` Yann E. MORIN
  2024-09-07 21:28   ` James Hilliard
  2 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2024-09-07 20:29 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

James, all,

On 2024-07-18 22:56 -0600, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-maturin/python-maturin.hash | 2 +-
>  package/python-maturin/python-maturin.mk   | 7 +++----
>  2 files changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-maturin/python-maturin.hash b/package/python-maturin/python-maturin.hash
> index 9807260ebd..3c5f836ad5 100644
> --- a/package/python-maturin/python-maturin.hash
> +++ b/package/python-maturin/python-maturin.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated after vendoring
> -sha256  53d51f5e2decca9af248748684aefa9245910757f19ae147dcf566172ecb0907  python-maturin-1.4.0-cargo2.tar.gz
> +sha256  56c18b09d38080f9975fb679be1fda01b936d21f5ef233967cda3dd74905e683  maturin-1.7.0.tar.gz
>  # Locally computed sha256 checksums
>  sha256  a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2  license-apache
>  sha256  ea7882c559733766ad08343bde1d1ec80a4967c03a738fb8e0058ef6289f7b7c  license-mit
> diff --git a/package/python-maturin/python-maturin.mk b/package/python-maturin/python-maturin.mk
> index 37479dd7e7..70cdb15949 100644
> --- a/package/python-maturin/python-maturin.mk
> +++ b/package/python-maturin/python-maturin.mk
> @@ -4,10 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_MATURIN_VERSION = 1.4.0
> -PYTHON_MATURIN_SOURCE_PYPI = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
> -PYTHON_MATURIN_SITE_PYPI = https://files.pythonhosted.org/packages/20/90/43a3aa35f037e91582ec7516a92084a71f84e89e39ef580813bed072b154
> -PYTHON_MATURIN_SITE = $(PYTHON_MATURIN_SITE_PYPI)/$(PYTHON_MATURIN_SOURCE_PYPI)?buildroot-path=filename

This change is incorrect: it drops the hack we have to ensure we can
have our -cargo2 post-version suffix appended to archive filename, as
done in commit c617ebbc977d.

Please, carefully prepare your changes, especially when there are
changes that are so unusual like those weird _SITE_PYPI and _SOURCE_PYPI
variabless that are not usually part of our python packages. That should
really have triggered a warning when preparaing the patch...

Regards,
Yann E. MORIN.

> +PYTHON_MATURIN_VERSION = 1.7.0
> +PYTHON_MATURIN_SOURCE = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
> +PYTHON_MATURIN_SITE = https://files.pythonhosted.org/packages/80/da/a4bbd6e97f3645f4ebd725321aa235e22e31037dfd92caf4539f721c0a5a
>  PYTHON_MATURIN_SETUP_TYPE = setuptools-rust
>  PYTHON_MATURIN_LICENSE = Apache-2.0 or MIT
>  PYTHON_MATURIN_LICENSE_FILES = license-apache license-mit
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0
  2024-09-07 20:29 ` Yann E. MORIN
@ 2024-09-07 21:28   ` James Hilliard
  0 siblings, 0 replies; 6+ messages in thread
From: James Hilliard @ 2024-09-07 21:28 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Asaf Kahlon, buildroot

On Sat, Sep 7, 2024 at 2:29 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> James, all,
>
> On 2024-07-18 22:56 -0600, James Hilliard spake thusly:
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> >  package/python-maturin/python-maturin.hash | 2 +-
> >  package/python-maturin/python-maturin.mk   | 7 +++----
> >  2 files changed, 4 insertions(+), 5 deletions(-)
> >
> > diff --git a/package/python-maturin/python-maturin.hash b/package/python-maturin/python-maturin.hash
> > index 9807260ebd..3c5f836ad5 100644
> > --- a/package/python-maturin/python-maturin.hash
> > +++ b/package/python-maturin/python-maturin.hash
> > @@ -1,5 +1,5 @@
> >  # Locally calculated after vendoring
> > -sha256  53d51f5e2decca9af248748684aefa9245910757f19ae147dcf566172ecb0907  python-maturin-1.4.0-cargo2.tar.gz
> > +sha256  56c18b09d38080f9975fb679be1fda01b936d21f5ef233967cda3dd74905e683  maturin-1.7.0.tar.gz
> >  # Locally computed sha256 checksums
> >  sha256  a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2  license-apache
> >  sha256  ea7882c559733766ad08343bde1d1ec80a4967c03a738fb8e0058ef6289f7b7c  license-mit
> > diff --git a/package/python-maturin/python-maturin.mk b/package/python-maturin/python-maturin.mk
> > index 37479dd7e7..70cdb15949 100644
> > --- a/package/python-maturin/python-maturin.mk
> > +++ b/package/python-maturin/python-maturin.mk
> > @@ -4,10 +4,9 @@
> >  #
> >  ################################################################################
> >
> > -PYTHON_MATURIN_VERSION = 1.4.0
> > -PYTHON_MATURIN_SOURCE_PYPI = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
> > -PYTHON_MATURIN_SITE_PYPI = https://files.pythonhosted.org/packages/20/90/43a3aa35f037e91582ec7516a92084a71f84e89e39ef580813bed072b154
> > -PYTHON_MATURIN_SITE = $(PYTHON_MATURIN_SITE_PYPI)/$(PYTHON_MATURIN_SOURCE_PYPI)?buildroot-path=filename
>
> This change is incorrect: it drops the hack we have to ensure we can
> have our -cargo2 post-version suffix appended to archive filename, as
> done in commit c617ebbc977d.
>
> Please, carefully prepare your changes, especially when there are
> changes that are so unusual like those weird _SITE_PYPI and _SOURCE_PYPI
> variabless that are not usually part of our python packages. That should
> really have triggered a warning when preparaing the patch...

Reapplied the cargo2 version hack for 1.7.1:
https://patchwork.ozlabs.org/project/buildroot/patch/20240907211638.945542-1-james.hilliard1@gmail.com/

>
> Regards,
> Yann E. MORIN.
>
> > +PYTHON_MATURIN_VERSION = 1.7.0
> > +PYTHON_MATURIN_SOURCE = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
> > +PYTHON_MATURIN_SITE = https://files.pythonhosted.org/packages/80/da/a4bbd6e97f3645f4ebd725321aa235e22e31037dfd92caf4539f721c0a5a
> >  PYTHON_MATURIN_SETUP_TYPE = setuptools-rust
> >  PYTHON_MATURIN_LICENSE = Apache-2.0 or MIT
> >  PYTHON_MATURIN_LICENSE_FILES = license-apache license-mit
> > --
> > 2.34.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/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.  |
> '------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-09-07 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19  4:56 [Buildroot] [PATCH 1/1] package/python-maturin: bump to version 1.7.0 James Hilliard
2024-07-22 16:25 ` Thomas Petazzoni via buildroot
2024-07-23 10:27 ` Thomas Petazzoni via buildroot
2024-07-23 15:52   ` James Hilliard
2024-09-07 20:29 ` Yann E. MORIN
2024-09-07 21:28   ` James Hilliard

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