Skip to content

Commit

Permalink
lib/micropython-lib: Update submodule to latest.
Browse files Browse the repository at this point in the history
This brings in support to publish packages to PyPI, adds missing metadata
and fixes aioble descriptor flags.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Apr 26, 2023
1 parent a14e79b commit c27d686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/micropython-lib
Submodule micropython-lib updated 30 files
+1 −1 micropython/bluetooth/aioble-client/manifest.py
+1 −1 micropython/bluetooth/aioble-server/manifest.py
+1 −1 micropython/bluetooth/aioble/aioble/client.py
+2 −6 micropython/bluetooth/aioble/aioble/server.py
+1 −1 micropython/bluetooth/aioble/manifest.py
+2 −0 micropython/drivers/bus/onewire/manifest.py
+2 −0 micropython/drivers/codec/wm8960/manifest.py
+2 −0 micropython/drivers/display/lcd160cr/manifest.py
+2 −0 micropython/drivers/display/ssd1306/manifest.py
+2 −0 micropython/drivers/led/neopixel/manifest.py
+2 −0 micropython/drivers/radio/nrf24l01/manifest.py
+2 −0 micropython/drivers/sensor/dht/manifest.py
+2 −0 micropython/drivers/sensor/ds18x20/manifest.py
+2 −0 micropython/drivers/sensor/hts221/manifest.py
+2 −0 micropython/drivers/sensor/lps22h/manifest.py
+2 −0 micropython/drivers/storage/sdcard/manifest.py
+2 −0 micropython/net/ntptime/manifest.py
+2 −0 micropython/net/webrepl/manifest.py
+5 −1 micropython/senml/manifest.py
+1 −1 python-ecosys/cbor2/manifest.py
+14 −4 python-ecosys/iperf3/iperf3.py
+2 −0 python-ecosys/iperf3/manifest.py
+1 −1 python-ecosys/pyjwt/manifest.py
+1 −1 python-ecosys/urequests/manifest.py
+1 −1 python-stdlib/unittest-discover/manifest.py
+10 −6 python-stdlib/unittest-discover/unittest/__main__.py
+1 −1 python-stdlib/unittest/manifest.py
+4 −3 python-stdlib/unittest/unittest/__init__.py
+9 −9 tools/build.py
+215 −0 tools/makepyproject.py

0 comments on commit c27d686

Please sign in to comment.