pystone_lowmem: Release 3.4.2-4.

pull/117/head
Paul Sokolovsky 2016-11-08 01:53:53 +03:00
rodzic fb47cd8bc5
commit 6ec58b6d97
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
srctype = cpython
type = module
version = 3.4.2-3
version = 3.4.2-4

Wyświetl plik

@ -7,7 +7,7 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-pystone_lowmem',
version='3.4.2-3',
version='3.4.2-4',
description='CPython pystone_lowmem module ported to MicroPython',
long_description='This is a module ported from CPython 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.',
url='https://github.com/micropython/micropython-lib',