* [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
@ 2024-01-11 5:22 James Hilliard
2024-02-05 11:28 ` Arnout Vandecappelle via buildroot
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: James Hilliard @ 2024-01-11 5:22 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Migrate from setuptools-rust to maturin infrastructure.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-rtoml/python-rtoml.hash | 2 +-
package/python-rtoml/python-rtoml.mk | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash
index 04d22ed1a4..59f17d9d62 100644
--- a/package/python-rtoml/python-rtoml.hash
+++ b/package/python-rtoml/python-rtoml.hash
@@ -1,4 +1,4 @@
# Locally calculated after vendoring
-sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz
+sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz
# Locally computed sha256 checksums
sha256 cd5ffde80e6d3286a2e2e5f02fb2cb07b823931ca368e7c735a6c5f5aebe7103 LICENSE
diff --git a/package/python-rtoml/python-rtoml.mk b/package/python-rtoml/python-rtoml.mk
index 819dcf3288..16f9dea573 100644
--- a/package/python-rtoml/python-rtoml.mk
+++ b/package/python-rtoml/python-rtoml.mk
@@ -4,10 +4,10 @@
#
################################################################################
-PYTHON_RTOML_VERSION = 0.8.0
+PYTHON_RTOML_VERSION = 0.10.0
PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz
-PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/33/a6/b42d8e0e28bec9fd7fdbafb2d76db3f8578f151a669eba564d422756d909
-PYTHON_RTOML_SETUP_TYPE = setuptools-rust
+PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115
+PYTHON_RTOML_SETUP_TYPE = maturin
PYTHON_RTOML_LICENSE = MIT
PYTHON_RTOML_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
2024-01-11 5:22 [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0 James Hilliard
@ 2024-02-05 11:28 ` Arnout Vandecappelle via buildroot
2024-02-05 17:21 ` James Hilliard
2024-02-06 13:44 ` Yann E. MORIN
2024-07-22 12:50 ` Thomas Petazzoni via buildroot
2 siblings, 1 reply; 7+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-02-05 11:28 UTC (permalink / raw)
To: James Hilliard, buildroot; +Cc: Asaf Kahlon
On 11/01/2024 06:22, James Hilliard wrote:
> Migrate from setuptools-rust to maturin infrastructure.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-rtoml/python-rtoml.hash | 2 +-
> package/python-rtoml/python-rtoml.mk | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash
> index 04d22ed1a4..59f17d9d62 100644
> --- a/package/python-rtoml/python-rtoml.hash
> +++ b/package/python-rtoml/python-rtoml.hash
> @@ -1,4 +1,4 @@
> # Locally calculated after vendoring
> -sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz
> +sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz
Same problem:
ERROR: while checking hashes from package/python-rtoml//python-rtoml.hash
ERROR: rtoml-0.10.0.tar.gz has wrong sha256 hash:
ERROR: expected: 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789
ERROR: got : 624cc1ff2b3fdea42aeee3a4d1537d37431ec001870dfee1e04a12bd3076a2d3
Regards,
Arnout
> # Locally computed sha256 checksums
> sha256 cd5ffde80e6d3286a2e2e5f02fb2cb07b823931ca368e7c735a6c5f5aebe7103 LICENSE
> diff --git a/package/python-rtoml/python-rtoml.mk b/package/python-rtoml/python-rtoml.mk
> index 819dcf3288..16f9dea573 100644
> --- a/package/python-rtoml/python-rtoml.mk
> +++ b/package/python-rtoml/python-rtoml.mk
> @@ -4,10 +4,10 @@
> #
> ################################################################################
>
> -PYTHON_RTOML_VERSION = 0.8.0
> +PYTHON_RTOML_VERSION = 0.10.0
> PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz
> -PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/33/a6/b42d8e0e28bec9fd7fdbafb2d76db3f8578f151a669eba564d422756d909
> -PYTHON_RTOML_SETUP_TYPE = setuptools-rust
> +PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115
> +PYTHON_RTOML_SETUP_TYPE = maturin
> PYTHON_RTOML_LICENSE = MIT
> PYTHON_RTOML_LICENSE_FILES = LICENSE
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
2024-02-05 11:28 ` Arnout Vandecappelle via buildroot
@ 2024-02-05 17:21 ` James Hilliard
2024-02-06 8:49 ` Arnout Vandecappelle via buildroot
0 siblings, 1 reply; 7+ messages in thread
From: James Hilliard @ 2024-02-05 17:21 UTC (permalink / raw)
To: Arnout Vandecappelle; +Cc: Asaf Kahlon, buildroot
On Mon, Feb 5, 2024 at 4:29 AM Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
>
> On 11/01/2024 06:22, James Hilliard wrote:
> > Migrate from setuptools-rust to maturin infrastructure.
> >
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> > package/python-rtoml/python-rtoml.hash | 2 +-
> > package/python-rtoml/python-rtoml.mk | 6 +++---
> > 2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash
> > index 04d22ed1a4..59f17d9d62 100644
> > --- a/package/python-rtoml/python-rtoml.hash
> > +++ b/package/python-rtoml/python-rtoml.hash
> > @@ -1,4 +1,4 @@
> > # Locally calculated after vendoring
> > -sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz
> > +sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz
>
> Same problem:
>
> ERROR: while checking hashes from package/python-rtoml//python-rtoml.hash
> ERROR: rtoml-0.10.0.tar.gz has wrong sha256 hash:
> ERROR: expected: 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789
> ERROR: got : 624cc1ff2b3fdea42aeee3a4d1537d37431ec001870dfee1e04a12bd3076a2d3
Hmm, I'm unable to reproduce this issue.
>
>
> Regards,
> Arnout
>
> > # Locally computed sha256 checksums
> > sha256 cd5ffde80e6d3286a2e2e5f02fb2cb07b823931ca368e7c735a6c5f5aebe7103 LICENSE
> > diff --git a/package/python-rtoml/python-rtoml.mk b/package/python-rtoml/python-rtoml.mk
> > index 819dcf3288..16f9dea573 100644
> > --- a/package/python-rtoml/python-rtoml.mk
> > +++ b/package/python-rtoml/python-rtoml.mk
> > @@ -4,10 +4,10 @@
> > #
> > ################################################################################
> >
> > -PYTHON_RTOML_VERSION = 0.8.0
> > +PYTHON_RTOML_VERSION = 0.10.0
> > PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz
> > -PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/33/a6/b42d8e0e28bec9fd7fdbafb2d76db3f8578f151a669eba564d422756d909
> > -PYTHON_RTOML_SETUP_TYPE = setuptools-rust
> > +PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115
> > +PYTHON_RTOML_SETUP_TYPE = maturin
> > PYTHON_RTOML_LICENSE = MIT
> > PYTHON_RTOML_LICENSE_FILES = LICENSE
> >
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
2024-02-05 17:21 ` James Hilliard
@ 2024-02-06 8:49 ` Arnout Vandecappelle via buildroot
2024-02-06 13:45 ` Yann E. MORIN
0 siblings, 1 reply; 7+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-02-06 8:49 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On 05/02/2024 18:21, James Hilliard wrote:
> On Mon, Feb 5, 2024 at 4:29 AM Arnout Vandecappelle <arnout@mind.be> wrote:
>>
>>
>>
>> On 11/01/2024 06:22, James Hilliard wrote:
>>> Migrate from setuptools-rust to maturin infrastructure.
>>>
>>> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
>>> ---
>>> package/python-rtoml/python-rtoml.hash | 2 +-
>>> package/python-rtoml/python-rtoml.mk | 6 +++---
>>> 2 files changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash
>>> index 04d22ed1a4..59f17d9d62 100644
>>> --- a/package/python-rtoml/python-rtoml.hash
>>> +++ b/package/python-rtoml/python-rtoml.hash
>>> @@ -1,4 +1,4 @@
>>> # Locally calculated after vendoring
>>> -sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz
>>> +sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz
>>
>> Same problem:
>>
>> ERROR: while checking hashes from package/python-rtoml//python-rtoml.hash
>> ERROR: rtoml-0.10.0.tar.gz has wrong sha256 hash:
>> ERROR: expected: 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789
>> ERROR: got : 624cc1ff2b3fdea42aeee3a4d1537d37431ec001870dfee1e04a12bd3076a2d3
>
> Hmm, I'm unable to reproduce this issue.
I suppose that if you already have the vendored dependencies in your cargo
cache (BR2_DL_DIR/br-cargo-home) you have the same timestamps on them.
But if those are the ones that cause the issue, Yann's series is not going to
help, because it only affects the repositories we pull from git ourselves, not
the ones that are done by cargo...
Perhaps we should do a diffoscope to be sure where the difference is exactly.
Could you take my copy from
https://ftp.essensium.com/owncloud/index.php/s/WW2jtp5ozW61rMV
and do the diffoscope?
Regards,
Arnout
>>> # Locally computed sha256 checksums
>>> sha256 cd5ffde80e6d3286a2e2e5f02fb2cb07b823931ca368e7c735a6c5f5aebe7103 LICENSE
>>> diff --git a/package/python-rtoml/python-rtoml.mk b/package/python-rtoml/python-rtoml.mk
>>> index 819dcf3288..16f9dea573 100644
>>> --- a/package/python-rtoml/python-rtoml.mk
>>> +++ b/package/python-rtoml/python-rtoml.mk
>>> @@ -4,10 +4,10 @@
>>> #
>>> ################################################################################
>>>
>>> -PYTHON_RTOML_VERSION = 0.8.0
>>> +PYTHON_RTOML_VERSION = 0.10.0
>>> PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz
>>> -PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/33/a6/b42d8e0e28bec9fd7fdbafb2d76db3f8578f151a669eba564d422756d909
>>> -PYTHON_RTOML_SETUP_TYPE = setuptools-rust
>>> +PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115
>>> +PYTHON_RTOML_SETUP_TYPE = maturin
>>> PYTHON_RTOML_LICENSE = MIT
>>> PYTHON_RTOML_LICENSE_FILES = LICENSE
>>>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
2024-02-06 8:49 ` Arnout Vandecappelle via buildroot
@ 2024-02-06 13:45 ` Yann E. MORIN
0 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2024-02-06 13:45 UTC (permalink / raw)
To: Arnout Vandecappelle; +Cc: James Hilliard, Asaf Kahlon, buildroot
Arnout, All,
On 2024-02-06 09:49 +0100, Arnout Vandecappelle via buildroot spake thusly:
> On 05/02/2024 18:21, James Hilliard wrote:
> > On Mon, Feb 5, 2024 at 4:29 AM Arnout Vandecappelle <arnout@mind.be> wrote:
> > > On 11/01/2024 06:22, James Hilliard wrote:
> > > > Migrate from setuptools-rust to maturin infrastructure.
> > > >
> > > > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > > > ---
> > > > package/python-rtoml/python-rtoml.hash | 2 +-
> > > > package/python-rtoml/python-rtoml.mk | 6 +++---
> > > > 2 files changed, 4 insertions(+), 4 deletions(-)
> > > >
> > > > diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash
> > > > index 04d22ed1a4..59f17d9d62 100644
> > > > --- a/package/python-rtoml/python-rtoml.hash
> > > > +++ b/package/python-rtoml/python-rtoml.hash
> > > > @@ -1,4 +1,4 @@
> > > > # Locally calculated after vendoring
> > > > -sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz
> > > > +sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz
> > >
> > > Same problem:
> > >
> > > ERROR: while checking hashes from package/python-rtoml//python-rtoml.hash
> > > ERROR: rtoml-0.10.0.tar.gz has wrong sha256 hash:
> > > ERROR: expected: 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789
> > > ERROR: got : 624cc1ff2b3fdea42aeee3a4d1537d37431ec001870dfee1e04a12bd3076a2d3
> > Hmm, I'm unable to reproduce this issue.
Turned out that Arnout's setup was slightly borked, and he was using a
1.35 tar to create the archvies...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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] 7+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
2024-01-11 5:22 [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0 James Hilliard
2024-02-05 11:28 ` Arnout Vandecappelle via buildroot
@ 2024-02-06 13:44 ` Yann E. MORIN
2024-07-22 12:50 ` Thomas Petazzoni via buildroot
2 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2024-02-06 13:44 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
James, All,
On 2024-01-10 22:22 -0700, James Hilliard spake thusly:
> Migrate from setuptools-rust to maturin infrastructure.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python-rtoml/python-rtoml.hash | 2 +-
> package/python-rtoml/python-rtoml.mk | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash
> index 04d22ed1a4..59f17d9d62 100644
> --- a/package/python-rtoml/python-rtoml.hash
> +++ b/package/python-rtoml/python-rtoml.hash
> @@ -1,4 +1,4 @@
> # Locally calculated after vendoring
> -sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz
> +sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz
> # Locally computed sha256 checksums
> sha256 cd5ffde80e6d3286a2e2e5f02fb2cb07b823931ca368e7c735a6c5f5aebe7103 LICENSE
> diff --git a/package/python-rtoml/python-rtoml.mk b/package/python-rtoml/python-rtoml.mk
> index 819dcf3288..16f9dea573 100644
> --- a/package/python-rtoml/python-rtoml.mk
> +++ b/package/python-rtoml/python-rtoml.mk
> @@ -4,10 +4,10 @@
> #
> ################################################################################
>
> -PYTHON_RTOML_VERSION = 0.8.0
> +PYTHON_RTOML_VERSION = 0.10.0
> PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz
> -PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/33/a6/b42d8e0e28bec9fd7fdbafb2d76db3f8578f151a669eba564d422756d909
> -PYTHON_RTOML_SETUP_TYPE = setuptools-rust
> +PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115
> +PYTHON_RTOML_SETUP_TYPE = maturin
> PYTHON_RTOML_LICENSE = MIT
> PYTHON_RTOML_LICENSE_FILES = LICENSE
>
> --
> 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] 7+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0
2024-01-11 5:22 [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0 James Hilliard
2024-02-05 11:28 ` Arnout Vandecappelle via buildroot
2024-02-06 13:44 ` Yann E. MORIN
@ 2024-07-22 12:50 ` Thomas Petazzoni via buildroot
2 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-22 12:50 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
Hello James,
On Wed, 10 Jan 2024 22:22:25 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Migrate from setuptools-rust to maturin infrastructure.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-rtoml/python-rtoml.hash | 2 +-
> package/python-rtoml/python-rtoml.mk | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
Not sure if it's related to this version bump or not, but our
python-rtoml test case is failing:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7391793165
[BRTEST# python sample_python_rtoml.py
Traceback (most recent call last):
File "/root/sample_python_rtoml.py", line 18, in <module>
loaded_obj = rtoml.load("""\
^^^^^^^^^^
AttributeError: module 'rtoml' has no attribute 'load'
Could you perhaps have a look?
Thanks a lot!
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] 7+ messages in thread
end of thread, other threads:[~2024-07-22 12:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 5:22 [Buildroot] [PATCH 1/1] package/python-rtoml: bump to version 0.10.0 James Hilliard
2024-02-05 11:28 ` Arnout Vandecappelle via buildroot
2024-02-05 17:21 ` James Hilliard
2024-02-06 8:49 ` Arnout Vandecappelle via buildroot
2024-02-06 13:45 ` Yann E. MORIN
2024-02-06 13:44 ` Yann E. MORIN
2024-07-22 12:50 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox