* [Buildroot] [PATCH 0/2] micropython help text improvements
@ 2024-07-19 14:17 J. Neuschäfer via buildroot
2024-07-19 14:17 ` [Buildroot] [PATCH 1/2] package/micropython: Change URL to HTTPS J. Neuschäfer via buildroot
2024-07-19 14:18 ` [Buildroot] [PATCH 2/2] package/micropython: Adjust name in description J. Neuschäfer via buildroot
0 siblings, 2 replies; 6+ messages in thread
From: J. Neuschäfer via buildroot @ 2024-07-19 14:17 UTC (permalink / raw)
To: buildroot; +Cc: Chris Packham, J. Neuschäfer, J. Neuschäfer
This series improves the Kconfig help text of the micropython package.
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
J. Neuschäfer (2):
package/micropython: Change URL to HTTPS
package/micropython: Adjust name in description
package/micropython/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 89e3b2fb846506217b4767fe9165f1641a407314
change-id: 20240417-micropython-383b911b4869
Best regards,
--
J. Neuschäfer <j.neuschaefer@gmx.net>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/2] package/micropython: Change URL to HTTPS
2024-07-19 14:17 [Buildroot] [PATCH 0/2] micropython help text improvements J. Neuschäfer via buildroot
@ 2024-07-19 14:17 ` J. Neuschäfer via buildroot
2024-07-21 16:18 ` Thomas Petazzoni via buildroot
2024-08-29 13:41 ` Peter Korsgaard
2024-07-19 14:18 ` [Buildroot] [PATCH 2/2] package/micropython: Adjust name in description J. Neuschäfer via buildroot
1 sibling, 2 replies; 6+ messages in thread
From: J. Neuschäfer via buildroot @ 2024-07-19 14:17 UTC (permalink / raw)
To: buildroot; +Cc: Chris Packham, J. Neuschäfer, J. Neuschäfer
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
package/micropython/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/micropython/Config.in b/package/micropython/Config.in
index 849a5452f4..b466fbaf2d 100644
--- a/package/micropython/Config.in
+++ b/package/micropython/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_MICROPYTHON
3 programming language that is optimised to run on a
microcontroller.
- http://micropython.org
+ https://micropython.org
if BR2_PACKAGE_MICROPYTHON
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/2] package/micropython: Adjust name in description
2024-07-19 14:17 [Buildroot] [PATCH 0/2] micropython help text improvements J. Neuschäfer via buildroot
2024-07-19 14:17 ` [Buildroot] [PATCH 1/2] package/micropython: Change URL to HTTPS J. Neuschäfer via buildroot
@ 2024-07-19 14:18 ` J. Neuschäfer via buildroot
2024-08-29 13:41 ` Peter Korsgaard
1 sibling, 1 reply; 6+ messages in thread
From: J. Neuschäfer via buildroot @ 2024-07-19 14:18 UTC (permalink / raw)
To: buildroot; +Cc: Chris Packham, J. Neuschäfer, J. Neuschäfer
Change the name from "Micro Python" (two words) to "MicroPython"
(camelcase), to match the official website and documentation.
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
package/micropython/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/micropython/Config.in b/package/micropython/Config.in
index b466fbaf2d..f532b3bdb5 100644
--- a/package/micropython/Config.in
+++ b/package/micropython/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_MICROPYTHON
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
help
- Micro Python is a lean and fast implementation of the Python
+ MicroPython is a lean and fast implementation of the Python
3 programming language that is optimised to run on a
microcontroller.
--
2.43.0
_______________________________________________
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/2] package/micropython: Change URL to HTTPS
2024-07-19 14:17 ` [Buildroot] [PATCH 1/2] package/micropython: Change URL to HTTPS J. Neuschäfer via buildroot
@ 2024-07-21 16:18 ` Thomas Petazzoni via buildroot
2024-08-29 13:41 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-21 16:18 UTC (permalink / raw)
To: J. Neuschäfer via buildroot
Cc: Chris Packham, J. Neuschäfer, J. Neuschäfer
On Fri, 19 Jul 2024 16:17:59 +0200
J. Neuschäfer via buildroot <buildroot@buildroot.org> wrote:
> Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
> ---
> package/micropython/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both applied, 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/2] package/micropython: Change URL to HTTPS
2024-07-19 14:17 ` [Buildroot] [PATCH 1/2] package/micropython: Change URL to HTTPS J. Neuschäfer via buildroot
2024-07-21 16:18 ` Thomas Petazzoni via buildroot
@ 2024-08-29 13:41 ` Peter Korsgaard
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-08-29 13:41 UTC (permalink / raw)
To: J. Neuschäfer via buildroot
Cc: Chris Packham, J. Neuschäfer, J. Neuschäfer
>>>>> "J" == J Neuschäfer via buildroot <buildroot@buildroot.org> writes:
> Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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 2/2] package/micropython: Adjust name in description
2024-07-19 14:18 ` [Buildroot] [PATCH 2/2] package/micropython: Adjust name in description J. Neuschäfer via buildroot
@ 2024-08-29 13:41 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-08-29 13:41 UTC (permalink / raw)
To: J. Neuschäfer via buildroot
Cc: Chris Packham, J. Neuschäfer, J. Neuschäfer
>>>>> "J" == J Neuschäfer via buildroot <buildroot@buildroot.org> writes:
> Change the name from "Micro Python" (two words) to "MicroPython"
> (camelcase), to match the official website and documentation.
> Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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-08-29 13:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 14:17 [Buildroot] [PATCH 0/2] micropython help text improvements J. Neuschäfer via buildroot
2024-07-19 14:17 ` [Buildroot] [PATCH 1/2] package/micropython: Change URL to HTTPS J. Neuschäfer via buildroot
2024-07-21 16:18 ` Thomas Petazzoni via buildroot
2024-08-29 13:41 ` Peter Korsgaard
2024-07-19 14:18 ` [Buildroot] [PATCH 2/2] package/micropython: Adjust name in description J. Neuschäfer via buildroot
2024-08-29 13:41 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox