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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210430/d9813fdc/attachment.htm>