All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/micropython: bump to v1.14
@ 2021-02-19 10:03 Titouan Christophe
  2021-02-23 12:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Titouan Christophe @ 2021-02-19 10:03 UTC (permalink / raw)
  To: buildroot

Micropython 1.4 brings many changes, see the release notes:
https://github.com/micropython/micropython/releases/tag/v1.14

Amongst these changes, Micropython can now produce reproducible
builds, using the standard SOURCE_DATE_EPOCH.

The LICENSE hash changed because the copyright year range was extended
to 2021.

Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>
---
 package/micropython/micropython.hash | 4 ++--
 package/micropython/micropython.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/micropython/micropython.hash b/package/micropython/micropython.hash
index 5dfbb74522..fe47ee09c4 100644
--- a/package/micropython/micropython.hash
+++ b/package/micropython/micropython.hash
@@ -1,3 +1,3 @@
 #locally computed
-sha256  31466dacebeb3af60dc80a071a07c3e15b657219a826e0b6ac741f9f22472f23  micropython-1.13.tar.gz
-sha256  4b8a8884a60cd72749f9ef40328b85b40d13c22594c01352e0a55392141e0f89  LICENSE
+sha256  542eb120df8d9eb6f200bcd856294e143813adea9dda0d7189405c218d4b16f7  micropython-1.14.tar.gz
+sha256  9c6089e26c8638a0645bcb0db2c85051f82de8022dcd07fb22baa0c5f9362085  LICENSE
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
index a126b3eeae..80d086f3c8 100644
--- a/package/micropython/micropython.mk
+++ b/package/micropython/micropython.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MICROPYTHON_VERSION = 1.13
+MICROPYTHON_VERSION = 1.14
 MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
 MICROPYTHON_LICENSE = MIT
 MICROPYTHON_LICENSE_FILES = LICENSE
-- 
2.25.3

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

* [Buildroot] [PATCH 1/1] package/micropython: bump to v1.14
  2021-02-19 10:03 [Buildroot] [PATCH 1/1] package/micropython: bump to v1.14 Titouan Christophe
@ 2021-02-23 12:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-02-23 12:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Titouan" == Titouan Christophe <titouanchristophe@gmail.com> writes:

 > Micropython 1.4 brings many changes, see the release notes:
 > https://github.com/micropython/micropython/releases/tag/v1.14

 > Amongst these changes, Micropython can now produce reproducible
 > builds, using the standard SOURCE_DATE_EPOCH.

 > The LICENSE hash changed because the copyright year range was extended
 > to 2021.

 > Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-23 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 10:03 [Buildroot] [PATCH 1/1] package/micropython: bump to v1.14 Titouan Christophe
2021-02-23 12:44 ` Peter Korsgaard

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.