Skip to content

Commit 73bd871

Browse files
committed
hashlib: Release 2.4.0-4.
1 parent 175634b commit 73bd871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hashlib/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
srctype=pypy
22
type=package
3-
version = 2.4.0-3
3+
version = 2.4.0-4

hashlib/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import optimize_upip
88

99
setup(name='micropython-hashlib',
10-
version='2.4.0-3',
10+
version='2.4.0-4',
1111
description='PyPy hashlib module ported to MicroPython',
1212
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.',
1313
url='https://github.com/micropython/micropython-lib',
1414
author='PyPy Developers',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

0 commit comments

Comments
 (0)