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 the bundle-networking package.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Feb 1, 2023
1 parent 3446d44 commit c9baf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/micropython-lib
Submodule micropython-lib updated 40 files
+16 −0 .github/workflows/build_packages.yml
+1 −0 CODEOFCONDUCT.md
+70 −2 CONTRIBUTING.md
+130 −20 README.md
+5 −9 micropython/README.md
+12 −4 micropython/bluetooth/aioble/README.md
+7 −0 micropython/bundles/README.md
+9 −0 micropython/bundles/bundle-networking/manifest.py
+28 −30 micropython/drivers/radio/nrf24l01/nrf24l01test.py
+2 −0 micropython/drivers/sensor/dht/dht.py
+3 −0 micropython/drivers/sensor/mhz19/manifest.py
+48 −0 micropython/drivers/sensor/mhz19/mhz19.py
+8 −0 micropython/drivers/storage/sdcard/sdcard.py
+10 −0 python-ecosys/README.md
+8 −12 python-stdlib/README.md
+7 −0 python-stdlib/logging/examples/basic_example.py
+0 −0 python-stdlib/logging/examples/example_logging_1.py
+47 −0 python-stdlib/logging/examples/example_logging_2.py
+8 −0 python-stdlib/logging/examples/root_logger.py
+181 −64 python-stdlib/logging/logging.py
+1 −1 python-stdlib/logging/manifest.py
+3 −0 python-stdlib/pathlib/manifest.py
+207 −0 python-stdlib/pathlib/pathlib.py
+324 −0 python-stdlib/pathlib/tests/test_pathlib.py
+1 −1 python-stdlib/shutil/manifest.py
+11 −5 python-stdlib/shutil/shutil.py
+56 −0 python-stdlib/shutil/test_shutil.py
+3 −0 python-stdlib/tempfile/manifest.py
+59 −0 python-stdlib/tempfile/tempfile.py
+50 −0 python-stdlib/tempfile/test_tempfile.py
+3 −0 python-stdlib/time/manifest.py
+42 −0 python-stdlib/time/test_time.py
+79 −0 python-stdlib/time/time.py
+1 −1 python-stdlib/unittest/manifest.py
+13 −0 python-stdlib/unittest/tests/test_exception.py
+3 −3 python-stdlib/unittest/unittest/__init__.py
+26 −0 tools/ci.sh
+5 −8 unix-ffi/README.md
+1 −1 unix-ffi/glob/manifest.py
+1 −1 unix-ffi/urllib.parse/manifest.py

0 comments on commit c9baf49

Please sign in to comment.