* [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2
@ 2022-11-21 12:20 James Hilliard
2022-11-21 12:20 ` [Buildroot] [PATCH 2/2] package/python-maturin: bump to version 0.14.1 James Hilliard
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: James Hilliard @ 2022-11-21 12:20 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Graeme Smecher, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-orjson/python-orjson.hash | 2 +-
package/python-orjson/python-orjson.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-orjson/python-orjson.hash b/package/python-orjson/python-orjson.hash
index 1de1d7cdc2..8563ed544f 100644
--- a/package/python-orjson/python-orjson.hash
+++ b/package/python-orjson/python-orjson.hash
@@ -1,5 +1,5 @@
# Locally calculated after vendoring
-sha256 285091518bdbde8086c60c5ed6d7090eccc1c232b00138c964c410f1a7da654f orjson-3.7.11.tar.gz
+sha256 dc06889b0ce52d5e96253573f6cbdf5939c5902022cbe2538cedc622e9378372 orjson-3.8.2.tar.gz
# Locally computed sha256 checksums
sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 LICENSE-APACHE
sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT
diff --git a/package/python-orjson/python-orjson.mk b/package/python-orjson/python-orjson.mk
index 0a266e827a..b18a5cdada 100644
--- a/package/python-orjson/python-orjson.mk
+++ b/package/python-orjson/python-orjson.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_ORJSON_VERSION = 3.7.11
+PYTHON_ORJSON_VERSION = 3.8.2
PYTHON_ORJSON_SOURCE = orjson-$(PYTHON_ORJSON_VERSION).tar.gz
-PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/fd/52/42520dbfd47191977140c49fa601624b9b4c6cc9d6a62d3e68970ee9eac6
+PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/13/08/d476fff015ccc0f043d3df6332c807695ae3d6abc1758b24f3d335750550
PYTHON_ORJSON_SETUP_TYPE = pep517
PYTHON_ORJSON_LICENSE = Apache-2.0 or MIT
PYTHON_ORJSON_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] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/python-maturin: bump to version 0.14.1
2022-11-21 12:20 [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 James Hilliard
@ 2022-11-21 12:20 ` James Hilliard
2022-11-21 21:10 ` [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 Yann E. MORIN
2022-11-21 21:35 ` Yann E. MORIN
2 siblings, 0 replies; 5+ messages in thread
From: James Hilliard @ 2022-11-21 12:20 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Graeme Smecher, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-maturin/python-maturin.hash | 2 +-
package/python-maturin/python-maturin.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-maturin/python-maturin.hash b/package/python-maturin/python-maturin.hash
index eadf300bc2..b9936fe8bf 100644
--- a/package/python-maturin/python-maturin.hash
+++ b/package/python-maturin/python-maturin.hash
@@ -1,5 +1,5 @@
# Locally calculated after vendoring
-sha256 06d9d166b4a2d86f06ed09eeb362ac03728e1fbd2b852cc6a4ddc7cc75029237 maturin-0.13.7.tar.gz
+sha256 54976d46be5d1e0d94ae8fbcfb8e72212b1ec9fe9752e3d14510c17a4000efeb maturin-0.14.1.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 ffbd131ef0..ab87df3842 100644
--- a/package/python-maturin/python-maturin.mk
+++ b/package/python-maturin/python-maturin.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_MATURIN_VERSION = 0.13.7
+PYTHON_MATURIN_VERSION = 0.14.1
PYTHON_MATURIN_SOURCE = maturin-$(PYTHON_MATURIN_VERSION).tar.gz
-PYTHON_MATURIN_SITE = https://files.pythonhosted.org/packages/4f/19/6f982e341612ab442f90ba1a047a4188d48473ad0d1dbfb3dffdaa20e095
+PYTHON_MATURIN_SITE = https://files.pythonhosted.org/packages/a3/54/6bac789ab775b5ef1f07977e998cf719857e2675c3442f3f24e0399e1483
PYTHON_MATURIN_SETUP_TYPE = setuptools
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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2
2022-11-21 12:20 [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 James Hilliard
2022-11-21 12:20 ` [Buildroot] [PATCH 2/2] package/python-maturin: bump to version 0.14.1 James Hilliard
@ 2022-11-21 21:10 ` Yann E. MORIN
2022-11-21 21:17 ` James Hilliard
2022-11-21 21:35 ` Yann E. MORIN
2 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2022-11-21 21:10 UTC (permalink / raw)
To: James Hilliard; +Cc: Graeme Smecher, Asaf Kahlon, buildroot
James, All,
On 2022-11-21 05:20 -0700, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-orjson/python-orjson.hash | 2 +-
> package/python-orjson/python-orjson.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-orjson/python-orjson.hash b/package/python-orjson/python-orjson.hash
> index 1de1d7cdc2..8563ed544f 100644
> --- a/package/python-orjson/python-orjson.hash
> +++ b/package/python-orjson/python-orjson.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after vendoring
> -sha256 285091518bdbde8086c60c5ed6d7090eccc1c232b00138c964c410f1a7da654f orjson-3.7.11.tar.gz
> +sha256 dc06889b0ce52d5e96253573f6cbdf5939c5902022cbe2538cedc622e9378372 orjson-3.8.2.tar.gz
> # Locally computed sha256 checksums
> sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 LICENSE-APACHE
> sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT
> diff --git a/package/python-orjson/python-orjson.mk b/package/python-orjson/python-orjson.mk
> index 0a266e827a..b18a5cdada 100644
> --- a/package/python-orjson/python-orjson.mk
> +++ b/package/python-orjson/python-orjson.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_ORJSON_VERSION = 3.7.11
> +PYTHON_ORJSON_VERSION = 3.8.2
In next, we already have 3.8.1, but I see you prepared the bump against
master. Is there any reason to apply it to master?
Regards,
Yann E. MORIN.
> PYTHON_ORJSON_SOURCE = orjson-$(PYTHON_ORJSON_VERSION).tar.gz
> -PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/fd/52/42520dbfd47191977140c49fa601624b9b4c6cc9d6a62d3e68970ee9eac6
> +PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/13/08/d476fff015ccc0f043d3df6332c807695ae3d6abc1758b24f3d335750550
> PYTHON_ORJSON_SETUP_TYPE = pep517
> PYTHON_ORJSON_LICENSE = Apache-2.0 or MIT
> PYTHON_ORJSON_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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2
2022-11-21 21:10 ` [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 Yann E. MORIN
@ 2022-11-21 21:17 ` James Hilliard
0 siblings, 0 replies; 5+ messages in thread
From: James Hilliard @ 2022-11-21 21:17 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: Graeme Smecher, Asaf Kahlon, buildroot
On Mon, Nov 21, 2022 at 5:10 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> James, All,
>
> On 2022-11-21 05:20 -0700, James Hilliard spake thusly:
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> > package/python-orjson/python-orjson.hash | 2 +-
> > package/python-orjson/python-orjson.mk | 4 ++--
> > 2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/package/python-orjson/python-orjson.hash b/package/python-orjson/python-orjson.hash
> > index 1de1d7cdc2..8563ed544f 100644
> > --- a/package/python-orjson/python-orjson.hash
> > +++ b/package/python-orjson/python-orjson.hash
> > @@ -1,5 +1,5 @@
> > # Locally calculated after vendoring
> > -sha256 285091518bdbde8086c60c5ed6d7090eccc1c232b00138c964c410f1a7da654f orjson-3.7.11.tar.gz
> > +sha256 dc06889b0ce52d5e96253573f6cbdf5939c5902022cbe2538cedc622e9378372 orjson-3.8.2.tar.gz
> > # Locally computed sha256 checksums
> > sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 LICENSE-APACHE
> > sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT
> > diff --git a/package/python-orjson/python-orjson.mk b/package/python-orjson/python-orjson.mk
> > index 0a266e827a..b18a5cdada 100644
> > --- a/package/python-orjson/python-orjson.mk
> > +++ b/package/python-orjson/python-orjson.mk
> > @@ -4,9 +4,9 @@
> > #
> > ################################################################################
> >
> > -PYTHON_ORJSON_VERSION = 3.7.11
> > +PYTHON_ORJSON_VERSION = 3.8.2
>
> In next, we already have 3.8.1, but I see you prepared the bump against
> master. Is there any reason to apply it to master?
No, I just hadn't noticed that we were on 3.8.1 in next, should apply to next.
>
> Regards,
> Yann E. MORIN.
>
> > PYTHON_ORJSON_SOURCE = orjson-$(PYTHON_ORJSON_VERSION).tar.gz
> > -PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/fd/52/42520dbfd47191977140c49fa601624b9b4c6cc9d6a62d3e68970ee9eac6
> > +PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/13/08/d476fff015ccc0f043d3df6332c807695ae3d6abc1758b24f3d335750550
> > PYTHON_ORJSON_SETUP_TYPE = pep517
> > PYTHON_ORJSON_LICENSE = Apache-2.0 or MIT
> > PYTHON_ORJSON_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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2
2022-11-21 12:20 [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 James Hilliard
2022-11-21 12:20 ` [Buildroot] [PATCH 2/2] package/python-maturin: bump to version 0.14.1 James Hilliard
2022-11-21 21:10 ` [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 Yann E. MORIN
@ 2022-11-21 21:35 ` Yann E. MORIN
2 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2022-11-21 21:35 UTC (permalink / raw)
To: James Hilliard; +Cc: Graeme Smecher, Asaf Kahlon, buildroot
James, All,
On 2022-11-21 05:20 -0700, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Both applied to next, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python-orjson/python-orjson.hash | 2 +-
> package/python-orjson/python-orjson.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-orjson/python-orjson.hash b/package/python-orjson/python-orjson.hash
> index 1de1d7cdc2..8563ed544f 100644
> --- a/package/python-orjson/python-orjson.hash
> +++ b/package/python-orjson/python-orjson.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after vendoring
> -sha256 285091518bdbde8086c60c5ed6d7090eccc1c232b00138c964c410f1a7da654f orjson-3.7.11.tar.gz
> +sha256 dc06889b0ce52d5e96253573f6cbdf5939c5902022cbe2538cedc622e9378372 orjson-3.8.2.tar.gz
> # Locally computed sha256 checksums
> sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 LICENSE-APACHE
> sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT
> diff --git a/package/python-orjson/python-orjson.mk b/package/python-orjson/python-orjson.mk
> index 0a266e827a..b18a5cdada 100644
> --- a/package/python-orjson/python-orjson.mk
> +++ b/package/python-orjson/python-orjson.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_ORJSON_VERSION = 3.7.11
> +PYTHON_ORJSON_VERSION = 3.8.2
> PYTHON_ORJSON_SOURCE = orjson-$(PYTHON_ORJSON_VERSION).tar.gz
> -PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/fd/52/42520dbfd47191977140c49fa601624b9b4c6cc9d6a62d3e68970ee9eac6
> +PYTHON_ORJSON_SITE = https://files.pythonhosted.org/packages/13/08/d476fff015ccc0f043d3df6332c807695ae3d6abc1758b24f3d335750550
> PYTHON_ORJSON_SETUP_TYPE = pep517
> PYTHON_ORJSON_LICENSE = Apache-2.0 or MIT
> PYTHON_ORJSON_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] 5+ messages in thread
end of thread, other threads:[~2022-11-21 21:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 12:20 [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 James Hilliard
2022-11-21 12:20 ` [Buildroot] [PATCH 2/2] package/python-maturin: bump to version 0.14.1 James Hilliard
2022-11-21 21:10 ` [Buildroot] [PATCH 1/2] package/python-orjson: bump to version 3.8.2 Yann E. MORIN
2022-11-21 21:17 ` James Hilliard
2022-11-21 21:35 ` Yann E. MORIN
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.