Skip to content

Commit 8f184ee

Browse files
committed
upip: Update for uctype.struct() signature change.
1 parent d34b370 commit 8f184ee

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.5.2
3+
version = 0.5.3
44
author = Paul Sokolovsky
55
extra_modules = upip__libc, upip_errno, upip_gzip, upip_os, upip_os_path, upip_stat, 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.5.2',
9+
version='0.5.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_utarfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def next(self):
5656
if not buf:
5757
return None
5858

59-
h = uctypes.struct(TAR_HEADER, uctypes.addressof(buf), uctypes.LITTLE_ENDIAN)
59+
h = uctypes.struct(uctypes.addressof(buf), TAR_HEADER, uctypes.LITTLE_ENDIAN)
6060

6161
# Empty block means end of archive
6262
if h.name[0] == 0:

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