Skip to content

Commit 6171fd5

Browse files
committed
hashlib: Release 2.4.0-1.
1 parent 752c145 commit 6171fd5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

hashlib/metadata.txt

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

hashlib/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-hashlib',
9-
version='0.0.1',
10-
description='Implementation of basic hashlib functions 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 hashlib 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)