[med-svn] [Git][med-team/biomaj3-core][master] 3 commits: New upstream version 3.0.15
Olivier Sallou
gitlab at salsa.debian.org
Tue Feb 19 15:30:21 GMT 2019
Olivier Sallou pushed to branch master at Debian Med / biomaj3-core
Commits:
ef109ee4 by Olivier Sallou at 2019-02-19T15:28:18Z
New upstream version 3.0.15
- - - - -
a7bb3964 by Olivier Sallou at 2019-02-19T15:28:18Z
Update upstream source from tag 'upstream/3.0.15'
Update to upstream version '3.0.15'
with Debian dir 6b8db8443bc04c34f567950d3e297255e6c6fa82
- - - - -
020a2207 by Olivier Sallou at 2019-02-19T15:28:50Z
new upstream release 3.0.15
- - - - -
5 changed files:
- .travis.yml
- CHANGES.txt
- biomaj_core/config.py
- debian/changelog
- 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
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+biomaj3-core (3.0.15-1) unstable; urgency=medium
+
+ * New upstream release (bug fixes)
+
+ -- Olivier Sallou <osallou at debian.org> Tue, 19 Feb 2019 15:28:26 +0000
+
biomaj3-core (3.0.14-2) unstable; urgency=medium
* Team upload.
=====================================
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/compare/cfddc859f3d1146b88c58c9202cb8abaf0fa290a...020a22072bb9e9eb228a1322b7f50b0bb30497c3
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/compare/cfddc859f3d1146b88c58c9202cb8abaf0fa290a...020a22072bb9e9eb228a1322b7f50b0bb30497c3
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/647fbe4e/attachment-0001.html>
More information about the debian-med-commit
mailing list