2024-05-21 09:18:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 21 09:06:25 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
|
|
- Update to 1.22.2:
|
|
|
|
|
This is a patch release containing the following commits:
|
|
|
|
|
- py/compile: fix potential Py-stack overflow in try-finally
|
|
|
|
|
with return
|
|
|
|
|
- extmod/asyncio: support gather of tasks that finish early
|
|
|
|
|
- extmod/modssl_mbedtls: fix cipher iteration in
|
|
|
|
|
SSLContext.get_ciphers
|
|
|
|
|
- extmod/btstack: reset pending_value_handle before calling
|
|
|
|
|
write-done cb
|
|
|
|
|
- extmod/btstack: reset pending_value_handle before calling
|
|
|
|
|
read-done cb
|
|
|
|
|
- esp32/mpnimbleport: release the GIL while doing NimBLE port
|
|
|
|
|
deinit
|
|
|
|
|
- esp32: increase NimBLE task stack size and overflow detection
|
|
|
|
|
headroom
|
|
|
|
|
- mimxrt/modmachine: fix deepsleep wakeup pin ifdef
|
|
|
|
|
- renesas-ra/ra: fix SysTick clock source
|
|
|
|
|
- renesas-ra/boards/ARDUINO_PORTENTA_C33: fix the RTC clock
|
|
|
|
|
source
|
|
|
|
|
- renesas-ra/ra/ra_i2c: fix 1 byte and 2 bytes read issue
|
|
|
|
|
- rp2/rp2_dma: fix fetching 'write' buffers for writing not
|
|
|
|
|
reading
|
|
|
|
|
- rp2/machine_uart: fix event wait in uart.flush() and
|
|
|
|
|
uart.read()
|
|
|
|
|
- rp2: change machine.I2S and rp2.DMA to use shared DMA IRQ
|
|
|
|
|
handlers
|
|
|
|
|
- Update to 1.22.1:
|
|
|
|
|
- This is a patch release to fix a race condition and potential
|
|
|
|
|
deadlock in the rp2 port's mp_thread_begin_atomic_section()
|
|
|
|
|
function, when the second core is in use.
|
|
|
|
|
|
2024-01-15 14:58:26 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 15 14:54:02 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
- Build with %optflags
|
|
|
|
|
|
2024-01-08 02:11:09 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 8 02:06:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.22.0:
|
|
|
|
|
* https://github.com/micropython/micropython/releases/tag/v1.22.0
|
|
|
|
|
* objslice: validate that the argument to indices() is an integer
|
|
|
|
|
(CVE-2023-7158, bsc#1218446)
|
|
|
|
|
|
2023-04-28 07:11:48 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 28 07:09:08 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.20.0:
|
|
|
|
|
* https://github.com/micropython/micropython/releases/tag/v1.20.0
|
|
|
|
|
- Remove 32572439984e5640c6af46fbe7c27400c30112ce.patch, included.
|
|
|
|
|
- Disable warning, since it is treated as an error.
|
|
|
|
|
|
2023-03-28 14:42:30 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 28 14:42:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- add 32572439984e5640c6af46fbe7c27400c30112ce.patch
|
|
|
|
|
|
2022-10-12 10:49:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 11 15:17:23 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
- Suppress stripping of binary
|
|
|
|
|
- Run tests everywhere with just the problematic ones suppressed
|
|
|
|
|
|
2022-07-02 16:28:48 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 2 06:18:04 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
|
|
|
|
|
|
- Update to 1.19.1:
|
|
|
|
|
* https://github.com/micropython/micropython/releases/tag/v1.19
|
|
|
|
|
|
2022-02-02 21:59:32 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 2 20:54:39 UTC 2022 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
|
|
- Update to 1.18: full changelog available at
|
|
|
|
|
https://github.com/micropython/micropython/releases/tag/v1.18
|
|
|
|
|
|
2022-01-16 13:34:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 16 13:34:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- avoid spec-cleaner messing it up
|
|
|
|
|
|
2021-09-24 23:50:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 24 23:42:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.17:
|
|
|
|
|
The release notes are REALLY long, so please go to
|
|
|
|
|
https://github.com/micropython/micropython/releases/tag/v1.17
|
|
|
|
|
to read them.
|
|
|
|
|
- Remove already upstreamed patch fix-uasyncio_heaplock-test.patch.
|
|
|
|
|
|
2021-08-02 17:38:20 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 2 15:11:39 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
|
|
|
|
|
2021-08-02 17:46:05 +00:00
|
|
|
|
- Add fix-uasyncio_heaplock-test.patchto fix uasyncio_heaplock
|
|
|
|
|
test (originally from gh#micropython/micropython#7449)
|
2021-08-02 17:38:20 +00:00
|
|
|
|
|
2021-07-27 14:51:47 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 27 14:51:40 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove unnecessary dependency on python2
|
|
|
|
|
|
2021-07-23 16:41:32 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 23 13:42:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2021-05-07 12:31:20 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 7 09:50:45 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.15:
|
|
|
|
|
* Full release notes: https://github.com/micropython/micropython/releases/tag/v1.15
|
|
|
|
|
* Unix port updates:
|
|
|
|
|
- mpbtstackport_common: implement mp_bluetooth_hci_active
|
|
|
|
|
- moduselect: don't allow both posix and non-posix configurations
|
|
|
|
|
- improve command line argument processing
|
|
|
|
|
- main: make static variable that's potentially clobbered by longjm
|
|
|
|
|
- Remove patch fix-aarch64-builds.patch
|
|
|
|
|
- Exclude ppc64 and ppc64le as build fails for those architectures
|
|
|
|
|
|
2021-04-17 13:27:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 17 03:06:16 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Add patch fix-aarch64-builds.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 5 10:11:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Update to v1.14:
|
|
|
|
|
* Full release notes: https://github.com/micropython/micropython/releases/tag/v1.14
|
|
|
|
|
* Unix port updates:
|
|
|
|
|
- Makefile: always enable -f*-sections regardless of DEBUG setting
|
|
|
|
|
- implement BLE H4 HCI UART for btstack/nimble
|
|
|
|
|
- implement mp_hal_time_ns using gettimeofday
|
|
|
|
|
- variants: enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build
|
|
|
|
|
- mpconfigport.h: enable MICROPY_PY_DELATTR_SETATTR
|
|
|
|
|
- enable more warnings
|
|
|
|
|
- support building C++ code
|
|
|
|
|
- Makefile: move coverage.c and coveragecpp.cpp to coverage variant
|
|
|
|
|
- handle pending events/scheduler in MICROPY_EVENT_POLL_HOOK
|
|
|
|
|
- make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK
|
|
|
|
|
- modtime: fix time() precision on unix ports with non-double floats
|
|
|
|
|
|
2021-02-02 22:43:49 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 29 10:59:00 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Drop _service file
|
|
|
|
|
- Exclude %{arm} as lots of tests fail
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 27 10:36:36 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Cleanup package and enable tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 6 13:30:02 UTC 2020 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
|
|
- Update to 1.13: full changelog available at https://github.com/micropython/micropython/releases/tag/v1.13
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 26 15:28:38 UTC 2019 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
|
|
- Update to 1.12: full changelog available at https://github.com/micropython/micropython/releases/tag/v1.12
|
|
|
|
|
- Build mpy-cross
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jun 23 12:41:06 UTC 2019 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
|
|
- Update to 1.11: full changelog at https://github.com/micropython/micropython/releases/tag/v1.11
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 26 12:54:53 UTC 2019 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
|
|
- Update to 1.10: full changelog at https://github.com/micropython/micropython/releases/tag/v1.10
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 6 10:16:28 UTC 2018 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
|
|
- Use _service
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 11 21:36:23 UTC 2018 - jaime.marquinez.ferrandiz@fastmail.net
|
|
|
|
|
|
|
|
|
|
- Update to 1.9.4: full changelog at https://github.com/micropython/micropython/releases/tag/v1.9.4
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 12 16:03:26 UTC 2018 - jaime.marquinez.ferrandiz@fastmail.net
|
|
|
|
|
|
|
|
|
|
- Update to 1.9.3: full changelog at https://github.com/micropython/micropython/releases/tag/v1.9.3
|