Change in pysim[master]: setup: set minimum required versions for contruct and cmd2

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

roox gerrit-no-reply at lists.osmocom.org
Fri Apr 30 12:47:47 UTC 2021


roox has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23995 )


Change subject: setup: set minimum required versions for contruct and cmd2
......................................................................

setup: set minimum required versions for contruct and cmd2

* 'String' class renamed to 'PaddedString' in construct v2.9
* 'CommandSet' was introduced with with cmd2 v1.3.0

Change-Id: I170a9e896612086c4b0535cd6d950346897abc3b
---
M setup.py
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/95/23995/1

diff --git a/setup.py b/setup.py
index 6b4335a..75d7d20 100644
--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,9 @@
         "pyscard",
         "serial",
         "pytlv",
-        "cmd2",
+        "cmd2 >= 1.3.0",
         "jsonpath-ng",
-        "construct",
+        "construct >= 2.9",
     ],
     scripts=[
         'pySim-prog.py',

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23995
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I170a9e896612086c4b0535cd6d950346897abc3b
Gerrit-Change-Number: 23995
Gerrit-PatchSet: 1
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210430/bf1cefbe/attachment.htm>


More information about the gerrit-log mailing list