diff mbox series

[2/3] package/micropython: Bump version to 1.17

Message ID 20210907084345.6192-2-judge.packham@gmail.com
State Changes Requested
Headers show
Series [1/3] package/syslog-ng: Bump version to 3.33.2 | expand

Commit Message

Chris Packham Sept. 7, 2021, 8:43 a.m. UTC
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
 package/micropython/micropython.hash | 4 ++--
 package/micropython/micropython.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Arnout Vandecappelle Sept. 19, 2021, 12:22 p.m. UTC | #1
On 07/09/2021 10:43, Chris Packham wrote:
> Signed-off-by: Chris Packham <judge.packham@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 fe47ee09c4..d5045e8f27 100644
> --- a/package/micropython/micropython.hash
> +++ b/package/micropython/micropython.hash
> @@ -1,3 +1,3 @@
>   #locally computed
> -sha256  542eb120df8d9eb6f200bcd856294e143813adea9dda0d7189405c218d4b16f7  micropython-1.14.tar.gz
> -sha256  9c6089e26c8638a0645bcb0db2c85051f82de8022dcd07fb22baa0c5f9362085  LICENSE
> +sha256  c21dbf8144237b3dbe3847c9ad5264cd0f3104eb078c810b3986004cce8fcd70  micropython-1.17.tar.gz
> +sha256  59b1f0947a87c90d0d29dbe2c8deb3d1f8263bbbd2fb5ebcc79a649cff6dfcba  LICENSE

  If the license hash changed, then the commit message must explain why it 
changed. Usually it's a false positive, like the year has changed, but here we 
in fact encounter the very reason why we have these license hashes: we have to 
update our LICENSE variable!

  The change is simply adding the license information of code that was copied 
from other projects, but it means we have to mention these other licenses as 
well in our _LICENSE variable.

  Could you submit a patch that updates the license information? Please make it 
a separate patch, since it has to be applied to the stable branches as well.

  Regards,
  Arnout


> diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
> index fa28da9be3..9ddcbd9712 100644
> --- a/package/micropython/micropython.mk
> +++ b/package/micropython/micropython.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -MICROPYTHON_VERSION = 1.14
> +MICROPYTHON_VERSION = 1.17
>   MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
>   MICROPYTHON_LICENSE = MIT
>   MICROPYTHON_LICENSE_FILES = LICENSE
>
diff mbox series

Patch

diff --git a/package/micropython/micropython.hash b/package/micropython/micropython.hash
index fe47ee09c4..d5045e8f27 100644
--- a/package/micropython/micropython.hash
+++ b/package/micropython/micropython.hash
@@ -1,3 +1,3 @@ 
 #locally computed
-sha256  542eb120df8d9eb6f200bcd856294e143813adea9dda0d7189405c218d4b16f7  micropython-1.14.tar.gz
-sha256  9c6089e26c8638a0645bcb0db2c85051f82de8022dcd07fb22baa0c5f9362085  LICENSE
+sha256  c21dbf8144237b3dbe3847c9ad5264cd0f3104eb078c810b3986004cce8fcd70  micropython-1.17.tar.gz
+sha256  59b1f0947a87c90d0d29dbe2c8deb3d1f8263bbbd2fb5ebcc79a649cff6dfcba  LICENSE
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
index fa28da9be3..9ddcbd9712 100644
--- a/package/micropython/micropython.mk
+++ b/package/micropython/micropython.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-MICROPYTHON_VERSION = 1.14
+MICROPYTHON_VERSION = 1.17
 MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
 MICROPYTHON_LICENSE = MIT
 MICROPYTHON_LICENSE_FILES = LICENSE