Skip to content

Commit bb557fd

Browse files
committed
Update micropython-stdlib-stubs
Signed-off-by: Jos Verlinde <[email protected]>
1 parent c980966 commit bb557fd

File tree

13 files changed

+704
-939
lines changed

13 files changed

+704
-939
lines changed

publish/micropython-latest-esp32-stubs/poetry.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/micropython-latest-esp32-stubs/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "micropython-esp32-stubs"
3-
version = "1.22.0a252"
3+
version = "1.22.0a255"
44
description = "MicroPython stubs"
55
authors = [
66
"josverl <[email protected]>",
@@ -50,7 +50,6 @@ packages = [
5050
{ include = "bluetooth.pyi" },
5151
{ include = "btree.pyi" },
5252
{ include = "cmath.pyi" },
53-
{ include = "collections.pyi" },
5453
{ include = "cryptolib.pyi" },
5554
{ include = "deflate.pyi" },
5655
{ include = "dht.pyi" },
@@ -82,7 +81,7 @@ packages = [
8281
{ include = "requests.pyi" },
8382
{ include = "select.pyi" },
8483
{ include = "socket.pyi" },
85-
{ include = "ssl.pyi" },
84+
# { include = "ssl.pyi" },
8685
{ include = "struct.pyi" },
8786
{ include = "sys.pyi" },
8887
{ include = "time.pyi" },
@@ -124,7 +123,8 @@ packages = [
124123

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

129129
[tool.poetry.dev-dependencies]
130130

publish/micropython-stdlib-stubs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
A limited size copy of typesheds stdlib directory.
33
https://github.com/python/typeshed/tree/main/stdlib
44

5-
This is used as a dependency in the micropython-*-stub packages to allow overriding of some of the stdlib modules with micropython specific implementations.
5+
This is used as a dependency in the micropython-*-stub packages to allow overriding of some of the stdlib modules with MicroPython specific implementations.
6+
7+
MicroPython specific updates to:
8+
- collections
69

710
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)
811

publish/micropython-stdlib-stubs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "micropython-stdlib-stubs"
3-
version = "1.1.1a2"
3+
version = "1.1.0"
44
description = "Micropython stdlib is a reduced and augmented copy of typeshed's stdlib for use by MicroPython stub packages"
55
authors = ["josverl <[email protected]>"]
66
license = "MIT"

publish/micropython-stdlib-stubs/stdlib/VERSIONS_typeshed

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)