[med-svn] [Git][med-team/biomaj3-core][upstream] New upstream version 3.0.15
Olivier Sallou
gitlab at salsa.debian.org
Tue Feb 19 15:30:32 GMT 2019
Olivier Sallou pushed to branch upstream at Debian Med / biomaj3-core
Commits:
ef109ee4 by Olivier Sallou at 2019-02-19T15:28:18Z
New upstream version 3.0.15
- - - - -
4 changed files:
- .travis.yml
- CHANGES.txt
- biomaj_core/config.py
- setup.py
Changes:
=====================================
.travis.yml
=====================================
@@ -15,7 +15,7 @@ install:
- python setup.py -q install
script:
- python setup.py test
-- flake8 --ignore E501,E123 biomaj_core/*.py
+- flake8 --ignore E501,E123,W504 biomaj_core/*.py
deploy:
provider: pypi
skip_existing: true
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.0.15:
+ Fix check on bank properties config file when args is empty vs not defined
3.0.14:
Fix checks on local_endpoint_XXX in config.yml
In rabbitmq not defined on config.yml add an empty dict
=====================================
biomaj_core/config.py
=====================================
@@ -488,7 +488,7 @@ class BiomajConfig(object):
logging.error('Process exe for ' +
proc + ' not defined')
status = False
- if not self.get(proc + '.args'):
+ if self.get(proc + '.args') is None:
logging.error('Process args for ' +
proc + ' not defined')
status = False
=====================================
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.0.14',
+ 'version': '3.0.15',
'classifiers': [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/commit/ef109ee4121fb06c1ffb9510fa0c3555e3911232
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/commit/ef109ee4121fb06c1ffb9510fa0c3555e3911232
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/20190219/7eab8410/attachment-0001.html>
More information about the debian-med-commit
mailing list