Package: micropython / 1.26.1+ds-1

Metadata

Package Version Patches format
micropython 1.26.1+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 unix Fix Makefile.patch | (download)

ports/unix/Makefile | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 [patch 1/8] unix: fix makefile


0002 docs Use local intersphinx.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/8] docs: use local intersphinx


0003 docs Fix privacy breach generic.patch | (download)

docs/library/lcd160cr.rst | 4 1 + 3 - 0 !
docs/pyboard/quickref.rst | 4 1 + 3 - 0 !
docs/pyboard/tutorial/amp_skin.rst | 4 1 + 3 - 0 !
docs/pyboard/tutorial/fading_led.rst | 2 1 + 1 - 0 !
docs/pyboard/tutorial/lcd160cr_skin.rst | 4 1 + 3 - 0 !
docs/pyboard/tutorial/lcd_skin.rst | 4 1 + 3 - 0 !
docs/wipy/quickref.rst | 4 1 + 3 - 0 !
7 files changed, 7 insertions(+), 19 deletions(-)

 [patch 3/8] docs: fix privacy-breach-generic


0004 py py.mk Use fixed mpversion.patch | (download)

py/py.mk | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 4/8] py/py.mk: use fixed mpversion


0005 unix modjni Try loading default java.patch | (download)

ports/unix/modjni.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 [patch 5/8] unix/modjni: try loading default-java


0006 extmod Use system mbedtls.patch | (download)

extmod/extmod.mk | 87 2 + 85 - 0 !
1 file changed, 2 insertions(+), 85 deletions(-)

 [patch 6/8] extmod: use system mbedtls


0007 py mkrules.mk Workaround missing submodules dir.patch | (download)

py/mkrules.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 7/8] py/mkrules.mk: workaround missing submodules dir


0008 extmod modtls_mbedtls.c Decrease the mbedTLS DEBUG l.patch | (download)

extmod/modtls_mbedtls.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 8/8] extmod/modtls_mbedtls.c: decrease the mbedtls debug level


mip.patch | (download)

lib/micropython-lib/micropython/requests/manifest.py | 3 3 + 0 - 0 !
lib/micropython-lib/micropython/requests/requests/__init__.py | 217 217 + 0 - 0 !
lib/micropython-lib/python-ecosys/mip/manifest.py | 5 5 + 0 - 0 !
lib/micropython-lib/python-ecosys/mip/mip/__init__.py | 186 186 + 0 - 0 !
4 files changed, 411 insertions(+)

---