[med-svn] [Git][med-team/biomaj3-core][master] 3 commits: New upstream version 3.0.16
Olivier Sallou
gitlab at salsa.debian.org
Sat Mar 9 07:58:54 GMT 2019
Olivier Sallou pushed to branch master at Debian Med / biomaj3-core
Commits:
5997a22d by Olivier Sallou at 2019-03-09T07:56:29Z
New upstream version 3.0.16
- - - - -
74ddca67 by Olivier Sallou at 2019-03-09T07:56:29Z
Update upstream source from tag 'upstream/3.0.16'
Update to upstream version '3.0.16'
with Debian dir b5aaa45bc63a3cfdcaedf076e62651b031525930
- - - - -
ef76d0af by Olivier Sallou at 2019-03-09T07:57:23Z
new upstream release
- - - - -
4 changed files:
- CHANGES.txt
- biomaj_core/utils.py
- debian/changelog
- setup.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.0.16:
+ Add some warnings if some file is missing
3.0.15:
Fix check on bank properties config file when args is empty vs not defined
3.0.14:
=====================================
biomaj_core/utils.py
=====================================
@@ -299,6 +299,9 @@ class Utils(object):
else:
if not os.path.exists(os.path.dirname(to_file)):
os.makedirs(os.path.dirname(to_file))
+ if not os.path.exists(from_file):
+ logger.warn('File does not exists: %s' % (from_file))
+ continue
if move:
shutil.move(from_file, to_file)
else:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+biomaj3-core (3.0.16-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Olivier Sallou <osallou at debian.org> Sat, 09 Mar 2019 07:56:51 +0000
+
biomaj3-core (3.0.15-1) unstable; urgency=medium
* New upstream release (bug fixes)
=====================================
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.15',
+ 'version': '3.0.16',
'classifiers': [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/compare/020a22072bb9e9eb228a1322b7f50b0bb30497c3...ef76d0afac733afa8b1ce56d46a65afde7302ab9
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/compare/020a22072bb9e9eb228a1322b7f50b0bb30497c3...ef76d0afac733afa8b1ce56d46a65afde7302ab9
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/20190309/d8ff2eab/attachment-0001.html>
More information about the debian-med-commit
mailing list