Skip to content

Commit

Permalink
lib/micropython-lib: Update submodule to latest.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Dec 22, 2023
1 parent cfc212b commit 0b2676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/micropython-lib
Submodule micropython-lib updated 37 files
+0 −16 .github/workflows/code_formatting.yml
+18 −0 .github/workflows/commit_formatting.yml
+5 −4 .github/workflows/ruff.yml
+7 −4 .pre-commit-config.yaml
+1 −1 micropython/aiorepl/README.md
+162 −23 micropython/aiorepl/aiorepl.py
+1 −1 micropython/aiorepl/manifest.py
+2 −2 micropython/bluetooth/aioble/README.md
+0 −5 micropython/drivers/display/lcd160cr/manifest.py
+5 −20 micropython/uaiohttpclient/example.py
+1 −1 micropython/uaiohttpclient/manifest.py
+28 −22 micropython/uaiohttpclient/uaiohttpclient.py
+6 −1 pyproject.toml
+32 −0 python-ecosys/aiohttp/README.md
+264 −0 python-ecosys/aiohttp/aiohttp/__init__.py
+269 −0 python-ecosys/aiohttp/aiohttp/aiohttp_ws.py
+18 −0 python-ecosys/aiohttp/examples/client.py
+20 −0 python-ecosys/aiohttp/examples/compression.py
+29 −0 python-ecosys/aiohttp/examples/get.py
+18 −0 python-ecosys/aiohttp/examples/headers.py
+25 −0 python-ecosys/aiohttp/examples/methods.py
+20 −0 python-ecosys/aiohttp/examples/params.py
+44 −0 python-ecosys/aiohttp/examples/ws.py
+53 −0 python-ecosys/aiohttp/examples/ws_repl_echo.py
+7 −0 python-ecosys/aiohttp/manifest.py
+3 −2 python-ecosys/cbor2/cbor2/decoder.py
+25 −6 python-stdlib/base64/base64.py
+1 −1 python-stdlib/base64/manifest.py
+1 −1 python-stdlib/os-path/manifest.py
+7 −0 python-stdlib/os-path/os/path.py
+4 −0 python-stdlib/os-path/test_path.py
+45 −0 python-stdlib/time/README.md
+9 −12 tools/ci.sh
+4 −72 tools/codeformat.py
+1 −3 tools/makepyproject.py
+173 −0 tools/verifygitlog.py
+48 −25 unix-ffi/re/re.py

0 comments on commit 0b2676d

Please sign in to comment.