[med-svn] [Git][med-team/biomaj3-process][master] 12 commits: New upstream version 3.0.16
Andreas Tille
gitlab at salsa.debian.org
Sun Jan 17 08:44:52 GMT 2021
Andreas Tille pushed to branch master at Debian Med / biomaj3-process
Commits:
a57ec6e0 by Andreas Tille at 2021-01-17T09:42:29+01:00
New upstream version 3.0.16
- - - - -
1441dfd7 by Andreas Tille at 2021-01-17T09:42:29+01:00
routine-update: New upstream version
- - - - -
a3ed9000 by Andreas Tille at 2021-01-17T09:42:30+01:00
Update upstream source from tag 'upstream/3.0.16'
Update to upstream version '3.0.16'
with Debian dir fa3537154e72a433fcd23889e8856c6ed9987ca1
- - - - -
7902b1ae by Andreas Tille at 2021-01-17T09:42:30+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
18f87a46 by Andreas Tille at 2021-01-17T09:42:30+01:00
routine-update: debhelper-compat 13
- - - - -
c18a7cb7 by Andreas Tille at 2021-01-17T09:42:33+01:00
routine-update: Testsuite: autopkgtest-pkg-python
- - - - -
49ff7751 by Andreas Tille at 2021-01-17T09:42:33+01:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
6530e95e by Andreas Tille at 2021-01-17T09:42:34+01:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
bd1428ca by Andreas Tille at 2021-01-17T09:42:34+01:00
routine-update: Add salsa-ci file
- - - - -
14fb1a1d by Andreas Tille at 2021-01-17T09:42:34+01:00
routine-update: Rules-Requires-Root: no
- - - - -
b163e701 by Andreas Tille at 2021-01-17T09:42:37+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
30631508 by Andreas Tille at 2021-01-17T09:43:58+01:00
routine-update: Ready to upload to unstable
- - - - -
9 changed files:
- CHANGES.txt
- biomaj_process/process_client.py
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- + debian/upstream/metadata
- setup.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.0.16:
+ In case of proxy comm failure, sleep a few seconds before retry
3.0.15:
Add proc name in logs for waiting and result
3.0.14:
=====================================
biomaj_process/process_client.py
=====================================
@@ -46,6 +46,7 @@ class ProcessServiceClient(object):
return result['session']
except Exception:
logging.exception('Failed to send create operation: %s' % (url))
+ time.sleep(5)
raise Exception('Failed to connect to the process proxy')
def execute_process(self, biomaj_process):
@@ -103,4 +104,5 @@ class ProcessServiceClient(object):
return
except Exception:
logging.exception('Failed to send clean operation: %s' % (url))
+ time.sleep(5)
logging.error('Process:RemoteProcess:Session:Clean:Error:' + self.bank + '/' + self.session)
=====================================
debian/changelog
=====================================
@@ -1,12 +1,28 @@
+biomaj3-process (3.0.16-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Testsuite: autopkgtest-pkg-python (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org> Sun, 17 Jan 2021 09:42:38 +0100
+
biomaj3-process (3.0.15-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Tue, 12 Nov 2019 10:32:06 +0000
biomaj3-process (3.0.13-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Sat, 09 Mar 2019 10:13:09 +0000
@@ -17,7 +33,7 @@ biomaj3-process (3.0.11-1) unstable; urgency=medium
* Trim trailing whitespace.
[ Olivier Sallou ]
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Thu, 25 Oct 2018 09:08:51 +0000
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,9 +1,10 @@
Source: biomaj3-process
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper-compat (= 13), dh-python,
protobuf-compiler,
python3-all,
python3-bcrypt,
@@ -20,8 +21,9 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-yaml,
python3-biomaj3-core,
python3-biomaj3-zipkin
-Standards-Version: 4.1.3
+Standards-Version: 4.5.1
Homepage: https://github.com/genouest/biomaj-process
+Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-process
Vcs-Git: https://salsa.debian.org/med-team/biomaj3-process.git
=====================================
debian/copyright
=====================================
@@ -424,7 +424,7 @@ License: AGPL-3
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
- received notice of violation of this License (for any work) from that
+ received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
.
@@ -537,7 +537,7 @@ License: AGPL-3
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
- .
+ .
12. No Surrender of Others' Freedom.
.
If conditions are imposed on you (whether by court order, agreement or
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/genouest/biomaj-process/issues
+Bug-Submit: https://github.com/genouest/biomaj-process/issues/new
+Repository: https://github.com/genouest/biomaj-process.git
+Repository-Browse: https://github.com/genouest/biomaj-process
=====================================
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': [
# How mature is this project? Common values are
# 3 - Alpha
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/compare/7fac5c6f01f2c4e886331e5943ad1debcb147ec7...30631508d7b3854e0fdaaa289fff4ad62964beb1
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/compare/7fac5c6f01f2c4e886331e5943ad1debcb147ec7...30631508d7b3854e0fdaaa289fff4ad62964beb1
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/20210117/185493f7/attachment-0001.html>
More information about the debian-med-commit
mailing list