fnmatch: Release 0.6.0.

pull/490/head
Andrew Leech 2022-03-18 12:42:00 +11:00
rodzic 7259f0fd6f
commit d64557a211
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
srctype = cpython
type = module
version = 0.5.2
version = 0.6.0

Wyświetl plik

@ -10,7 +10,7 @@ import sdist_upip
setup(
name="micropython-fnmatch",
version="0.5.2",
version="0.6.0",
description="CPython fnmatch 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",