From 2155124db90e7c29dddfc82c39ae78f6d70d4801 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 10 Jun 2016 22:50:38 +0300 Subject: [PATCH] getopt: Re-release as 3.3.3 per the latest conventions. Pristine upstream module. --- getopt/metadata.txt | 2 +- getopt/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getopt/metadata.txt b/getopt/metadata.txt index 5ab11258..3204cc93 100644 --- a/getopt/metadata.txt +++ b/getopt/metadata.txt @@ -1,4 +1,4 @@ srctype = cpython type = module -version = 0.5 +version = 3.3.3 depends = os diff --git a/getopt/setup.py b/getopt/setup.py index e8cd7028..416e7c5c 100644 --- a/getopt/setup.py +++ b/getopt/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-getopt', - version='0.5', + version='3.3.3', description='CPython getopt 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/issues/405',