From 01a6cb8fe11014560ea1682b771d2f2eb8f139edd6d973edc83ad4d4d2b1d799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 18 Sep 2024 12:08:46 +0000 Subject: [PATCH] Accepting request 1201778 from home:yacar:branches:devel:languages:python - Update to 1.23.0: * https://github.com/micropython/micropython/releases/tag/v1.23.0 OBS-URL: https://build.opensuse.org/request/show/1201778 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=27 --- micropython-1.22.2.tar.xz | 3 --- micropython-1.23.0.tar.xz | 3 +++ micropython.changes | 6 ++++++ micropython.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 micropython-1.22.2.tar.xz create mode 100644 micropython-1.23.0.tar.xz diff --git a/micropython-1.22.2.tar.xz b/micropython-1.22.2.tar.xz deleted file mode 100644 index 7f7fe38..0000000 --- a/micropython-1.22.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb3ba34848a7620663b6a7cba22af45d3056fc79328c2ceb943874b5478d8756 -size 81440532 diff --git a/micropython-1.23.0.tar.xz b/micropython-1.23.0.tar.xz new file mode 100644 index 0000000..407aeab --- /dev/null +++ b/micropython-1.23.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab283c2fc98d466c1ff26692bee46abaeeab55d488a36fc3cb6372cb8fb390d +size 85748224 diff --git a/micropython.changes b/micropython.changes index 29c49ed..2e4bd82 100644 --- a/micropython.changes +++ b/micropython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 18 11:48:47 UTC 2024 - Yunus Acar + +- Update to 1.23.0: + * https://github.com/micropython/micropython/releases/tag/v1.23.0 + ------------------------------------------------------------------- Tue May 21 09:06:25 UTC 2024 - Matej Cepl diff --git a/micropython.spec b/micropython.spec index 4c2a22f..0a6e74b 100644 --- a/micropython.spec +++ b/micropython.spec @@ -17,7 +17,7 @@ Name: micropython -Version: 1.22.2 +Version: 1.23.0 Release: 0 Summary: Implementation of Python 3 with very low memory footprint License: MIT