Skip to content

Commit 14e945f

Browse files
committed
upip: Builtin module was renamed to "uos" (consistent with stmhal, etc.)
1 parent 7eb1fbd commit 14e945f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

upip/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = module
3-
version = 0.6.2
3+
version = 0.6.3
44
author = Paul Sokolovsky
55
extra_modules = upip_errno, upip_gzip, upip_utarfile
66
desc = Simple package manager for MicroPython.

upip/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-upip',
9-
version='0.6.2',
9+
version='0.6.3',
1010
description='Simple package manager for MicroPython.',
1111
long_description='Simple package manager for MicroPython, targetting to be self-hosted (but not yet there). Compatible only with packages without custom setup.py code.',
1212
url='https://github.com/micropython/micropython/issues/405',

upip/upip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def upip_import(mod, sub=None):
1111
return m
1212

1313
sys = upip_import("sys")
14-
import _os as os
14+
import uos as os
1515

1616
errno = upip_import("errno")
1717
gzip = upip_import("gzip")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy