Skip to content

Commit

Permalink
Update micropython-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNehrutsa authored and IhorNehrutsa committed Dec 25, 2023
1 parent c68b12c commit 5631027
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
+16 −0 .github/workflows/code_formatting.yml
+0 −18 .github/workflows/commit_formatting.yml
+4 −5 .github/workflows/ruff.yml
+4 −7 .pre-commit-config.yaml
+1 −1 micropython/aiorepl/README.md
+23 −162 micropython/aiorepl/aiorepl.py
+1 −1 micropython/aiorepl/manifest.py
+2 −2 micropython/bluetooth/aioble/README.md
+5 −0 micropython/drivers/display/lcd160cr/manifest.py
+20 −5 micropython/uaiohttpclient/example.py
+1 −1 micropython/uaiohttpclient/manifest.py
+22 −28 micropython/uaiohttpclient/uaiohttpclient.py
+1 −6 pyproject.toml
+0 −32 python-ecosys/aiohttp/README.md
+0 −264 python-ecosys/aiohttp/aiohttp/__init__.py
+0 −269 python-ecosys/aiohttp/aiohttp/aiohttp_ws.py
+0 −18 python-ecosys/aiohttp/examples/client.py
+0 −20 python-ecosys/aiohttp/examples/compression.py
+0 −29 python-ecosys/aiohttp/examples/get.py
+0 −18 python-ecosys/aiohttp/examples/headers.py
+0 −25 python-ecosys/aiohttp/examples/methods.py
+0 −20 python-ecosys/aiohttp/examples/params.py
+0 −44 python-ecosys/aiohttp/examples/ws.py
+0 −53 python-ecosys/aiohttp/examples/ws_repl_echo.py
+0 −7 python-ecosys/aiohttp/manifest.py
+2 −3 python-ecosys/cbor2/cbor2/decoder.py
+6 −25 python-stdlib/base64/base64.py
+1 −1 python-stdlib/base64/manifest.py
+1 −1 python-stdlib/os-path/manifest.py
+0 −7 python-stdlib/os-path/os/path.py
+0 −4 python-stdlib/os-path/test_path.py
+0 −45 python-stdlib/time/README.md
+12 −9 tools/ci.sh
+72 −4 tools/codeformat.py
+3 −1 tools/makepyproject.py
+0 −173 tools/verifygitlog.py
+25 −48 unix-ffi/re/re.py

0 comments on commit 5631027

Please sign in to comment.