[med-svn] [Git][med-team/biomaj3-cli][upstream] New upstream version 3.1.10
Olivier Sallou
gitlab at salsa.debian.org
Thu Oct 25 10:33:09 BST 2018
Olivier Sallou pushed to branch upstream at Debian Med / biomaj3-cli
Commits:
95165d5f by Olivier Sallou at 2018-10-25T09:28:32Z
New upstream version 3.1.10
- - - - -
4 changed files:
- CHANGES.txt
- bin/biomaj-cli.py
- biomaj_cli/utils.py
- setup.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.1.10:
+ Add --history option
3.1.9:
Add option --stats, needs biomaj-daemon >= 3.0.13
Add option --json, needs biomaj-daemon >= 3.0.13
=====================================
bin/biomaj-cli.py
=====================================
@@ -152,6 +152,10 @@ def main():
[MANDATORY]
--proxy http://x.y.z
+ --history: Get biomaj update/remove history
+ [OPTIONAL]
+ --history-limit xx : number of elements to return
+
--stats: Get statistics
--json: Get output in JSON format
=====================================
biomaj_cli/utils.py
=====================================
@@ -27,6 +27,9 @@ class Utils(object):
@staticmethod
def set_args(parser):
+ parser.add_argument('--history', dest="history", action="store_true", default=False, help="Get biomaj update/remove history")
+ parser.add_argument('--history-limit', type=int, dest="historyLimit", default=20, help="Number of elements to return")
+
parser.add_argument('--last-log', dest="lastlog", action="store_true", default=False, help="Get last logs for bank")
parser.add_argument('--tail', dest="tail", help="number of lines to tail")
parser.add_argument('--about-me', dest="aboutme", action="store_true", help="Get my user info")
=====================================
setup.py
=====================================
@@ -21,7 +21,7 @@ config = {
'url': 'http://biomaj.genouest.org',
'download_url': 'http://biomaj.genouest.org',
'author_email': 'olivier.sallou at irisa.fr',
- 'version': '3.1.9',
+ 'version': '3.1.10',
'classifiers': [
# How mature is this project? Common values are
# 3 - Alpha
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/commit/95165d5f55572fb2d2a489896837bd5aa5f15a1c
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/commit/95165d5f55572fb2d2a489896837bd5aa5f15a1c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181025/ab5b1a78/attachment-0001.html>
More information about the debian-med-commit
mailing list