Skip to content

Commit

Permalink
Update micropython-stdlib-stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
  • Loading branch information
Josverl committed Dec 26, 2023
1 parent c980966 commit bb557fd
Show file tree
Hide file tree
Showing 13 changed files with 704 additions and 939 deletions.
19 changes: 19 additions & 0 deletions publish/micropython-latest-esp32-stubs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions publish/micropython-latest-esp32-stubs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp32-stubs"
version = "1.22.0a252"
version = "1.22.0a255"
description = "MicroPython stubs"
authors = [
"josverl <josverl@users.noreply.github.com>",
Expand Down Expand Up @@ -50,7 +50,6 @@ packages = [
{ include = "bluetooth.pyi" },
{ include = "btree.pyi" },
{ include = "cmath.pyi" },
{ include = "collections.pyi" },
{ include = "cryptolib.pyi" },
{ include = "deflate.pyi" },
{ include = "dht.pyi" },
Expand Down Expand Up @@ -82,7 +81,7 @@ packages = [
{ include = "requests.pyi" },
{ include = "select.pyi" },
{ include = "socket.pyi" },
{ include = "ssl.pyi" },
# { include = "ssl.pyi" },
{ include = "struct.pyi" },
{ include = "sys.pyi" },
{ include = "time.pyi" },
Expand Down Expand Up @@ -124,7 +123,8 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
micropython-stdlib-stubs = ">=0.9.0"
# micropython-stdlib-stubs = ">=0.9.0"
micropython-stdlib-stubs = {path = "C:/develop/MyPython/micropython-stubs/publish/micropython-stdlib-stubs"}

[tool.poetry.dev-dependencies]

Expand Down
5 changes: 4 additions & 1 deletion publish/micropython-stdlib-stubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
A limited size copy of typesheds stdlib directory.
https://github.com/python/typeshed/tree/main/stdlib

This is used as a dependency in the micropython-*-stub packages to allow overriding of some of the stdlib modules with micropython specific implementations.
This is used as a dependency in the micropython-*-stub packages to allow overriding of some of the stdlib modules with MicroPython specific implementations.

MicroPython specific updates to:
- collections

If you have suggestions or find any issues with the stubs, please report them in the [MicroPython-stubs Discussions](https://github.com/Josverl/micropython-stubs/discussions)

Expand Down
2 changes: 1 addition & 1 deletion publish/micropython-stdlib-stubs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-stdlib-stubs"
version = "1.1.1a2"
version = "1.1.0"
description = "Micropython stdlib is a reduced and augmented copy of typeshed's stdlib for use by MicroPython stub packages"
authors = ["josverl <josverl@users.noreply.github.com>"]
license = "MIT"
Expand Down
307 changes: 0 additions & 307 deletions publish/micropython-stdlib-stubs/stdlib/VERSIONS_typeshed

This file was deleted.

Loading

0 comments on commit bb557fd

Please sign in to comment.