Skip to content

Commit 6a7a9d2

Browse files
committed
binascii: Release 2.4.0-1.
1 parent 4462105 commit 6a7a9d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

binascii/metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
srctype=dummy
1+
srctype=pypy
22
type=module
3-
version=0.0.2
3+
version=2.4.0-1

binascii/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77

88
setup(name='micropython-binascii',
9-
version='0.0.2',
10-
description='Dummy binascii module for MicroPython',
11-
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
9+
version='2.4.0-1',
10+
description='PyPy binascii module ported to MicroPython',
11+
long_description='This is a module ported from PyPy standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.',
1212
url='https://github.com/micropython/micropython/issues/405',
13-
author='MicroPython Developers',
14-
author_email='[email protected]',
13+
author='PyPy Developers',
14+
author_email='[email protected]',
1515
maintainer='MicroPython Developers',
1616
maintainer_email='[email protected]',
1717
license='MIT',

0 commit comments

Comments
 (0)