packages/lang/python/micropython/patches
Christian Marangi 86602b5f3a micropython: bump to 1.23.0 release
Bump micropython to 1.23.0. This is done to fix support for MbedTLS 3.0

Lots changed between 1.21 and 1.23 for the library side.

Mainly the barkeley-db library was moved to micropython own fork and the
cdef patch required lots of changes. (we have to manually include a copy
of cdef.h as it was dropped by them)
Also a new patch is required to mute some compilarion error that are
false-positive. (variable not initialized but that are ALWAYS
initialized)

Also refresh the extmod patch with new files included.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-10-27 15:09:50 -07:00
..
010-lib-berkeley-db-cdefs.patch micropython: bump to 1.23.0 release 2024-10-27 15:09:50 -07:00
011-lib-berkeley-db-fix-no-init.patch micropython: bump to 1.23.0 release 2024-10-27 15:09:50 -07:00
030-target-no-darwin.patch micropython: Update to 1.21.0, refresh/redo patches 2023-11-01 15:57:40 -07:00
040-extmod-use-external-mbedtls.patch micropython: bump to 1.23.0 release 2024-10-27 15:09:50 -07:00