From 3e4e80416e01f5c4f61d6edf0d74ea4ba5fef25086ca06e69d6f1b61fca86602 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 23 Jul 2021 16:41:32 +0000 Subject: [PATCH] Accepting request 907990 from home:Guillaume_G:branches:devel:languages:python - Update to v1.16: * Full release notes: https://github.com/micropython/micropython/releases/tag/v1.16 * New command-line tool called "mpremote" * Unix port updates: - modffi: use a union for passing/returning FFI values - main: increase stack limit on ARM architectures - modffi: fix conversion between Python integers and ffi types - fix build on arm64-darwin due to integer cast OBS-URL: https://build.opensuse.org/request/show/907990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=4 --- micropython-1.15.tar.xz | 3 --- micropython-1.16.tar.xz | 3 +++ micropython.changes | 12 ++++++++++++ micropython.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 micropython-1.15.tar.xz create mode 100644 micropython-1.16.tar.xz diff --git a/micropython-1.15.tar.xz b/micropython-1.15.tar.xz deleted file mode 100644 index a2d4c66..0000000 --- a/micropython-1.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d020b3adef6c2bd2b6c8aba672f381c3c99d2b90130ac8d0d7414999cb4e13 -size 56937276 diff --git a/micropython-1.16.tar.xz b/micropython-1.16.tar.xz new file mode 100644 index 0000000..6e2de6b --- /dev/null +++ b/micropython-1.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48271fb5da97efc22325c3fc1d87ba45b32bab25673206d8d8136c25e4ff29a9 +size 57079580 diff --git a/micropython.changes b/micropython.changes index 9b066c0..3527a7b 100644 --- a/micropython.changes +++ b/micropython.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 23 13:42:44 UTC 2021 - Guillaume GARDET + +- Update to v1.16: + * Full release notes: https://github.com/micropython/micropython/releases/tag/v1.16 + * New command-line tool called "mpremote" + * Unix port updates: + - modffi: use a union for passing/returning FFI values + - main: increase stack limit on ARM architectures + - modffi: fix conversion between Python integers and ffi types + - fix build on arm64-darwin due to integer cast + ------------------------------------------------------------------- Fri May 7 09:50:45 UTC 2021 - Mustafa Çalışkan diff --git a/micropython.spec b/micropython.spec index 8b11774..bdb1d27 100644 --- a/micropython.spec +++ b/micropython.spec @@ -17,7 +17,7 @@ Name: micropython -Version: 1.15 +Version: 1.16 Release: 0 Summary: Implementation of Python 3 with very low memory footprint License: MIT