This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 3481e61 release 0.5.0.3 new 62a7ea7 Continue development... new db715ac No such constant loglevel_WARNING, must be logolevel_WARN. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 7 +++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- x2go/backends/control/plain.py | 4 ++-- x2go/backends/terminal/plain.py | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) -- Alioth's /srv/git/code.x2go.org/python-x2go.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 62a7ea7b9517d01336d2e8246275c52d4a28ff05 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 26 10:17:21 2015 +0100 Continue development... --- debian/changelog | 7 +++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c876fc4..f83f094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-x2go (0.5.0.4-0x2go1) UNRELEASED; urgency=medium + + * New upstream version (0.5.0.4): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 26 Feb 2015 10:16:25 +0100 + python-x2go (0.5.0.3-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.3): diff --git a/python-x2go.spec b/python-x2go.spec index 2ab5816..cddb92d 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -3,7 +3,7 @@ #endif Name: python-x2go -Version: 0.5.0.3 +Version: 0.5.0.4 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index 1317f1f..fd09073 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.5.0.3' +__VERSION__ = '0.5.0.4' import os from defaults import X2GOCLIENT_OS -- Alioth's /srv/git/code.x2go.org/python-x2go.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit db715ac943ac859edff198112055f0801f57843e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 26 10:17:55 2015 +0100 No such constant loglevel_WARNING, must be logolevel_WARN. --- debian/changelog | 2 +- x2go/backends/control/plain.py | 4 ++-- x2go/backends/terminal/plain.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f83f094..f3fbe01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ python-x2go (0.5.0.4-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.4): - - Continue development... + - No such constant loglevel_WARNING, must be logolevel_WARN. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 26 Feb 2015 10:16:25 +0100 diff --git a/x2go/backends/control/plain.py b/x2go/backends/control/plain.py index 5df7c12..3039b97 100644 --- a/x2go/backends/control/plain.py +++ b/x2go/backends/control/plain.py @@ -1015,7 +1015,7 @@ class X2GoControlSession(paramiko.SSHClient): look_for_keys=False) except TypeError: if _twofactorauth and password and passphrase and password != passphrase: - self.logger('your version of Paramiko/SSH does not support authentication workflows which require SSH key decryption in combination with two-factor authentication', loglevel=log.loglevel_WARNING) + self.logger('your version of Paramiko/SSH does not support authentication workflows which require SSH key decryption in combination with two-factor authentication', loglevel=log.loglevel_WARN) paramiko.SSHClient.connect(self, _hostname, port=port, username=username, password=password, pkey=pkey, key_filename=key_filename, timeout=timeout, allow_agent=False, look_for_keys=False) @@ -1027,7 +1027,7 @@ class X2GoControlSession(paramiko.SSHClient): look_for_keys=look_for_keys) except TypeError: if _twofactorauth and password and passphrase and password != passphrase: - self.logger('your version of Paramiko/SSH does not support authentication workflows which require SSH key decryption in combination with two-factor authentication', loglevel=log.loglevel_WARNING) + self.logger('your version of Paramiko/SSH does not support authentication workflows which require SSH key decryption in combination with two-factor authentication', loglevel=log.loglevel_WARN) paramiko.SSHClient.connect(self, _hostname, port=port, username=username, password=password, pkey=None, key_filename=None, timeout=timeout, allow_agent=allow_agent, look_for_keys=look_for_keys) diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py index d025c99..5aa2552 100644 --- a/x2go/backends/terminal/plain.py +++ b/x2go/backends/terminal/plain.py @@ -568,7 +568,7 @@ class X2GoTerminalSession(object): ### ### ARTSD AUDIO ### - self.logger('the ArtsD sound server (as in KDE3) is obsolete and will not be supported by Python X2Go...', loglevel=log.loglevel_WARNING) + self.logger('the ArtsD sound server (as in KDE3) is obsolete and will not be supported by Python X2Go...', loglevel=log.loglevel_WARN) elif self.params.snd_system == 'esd': ### @@ -939,7 +939,7 @@ class X2GoTerminalSession(object): self.logger('x2gomountdirs stdout is: %s' % _stdout, log.loglevel_NOTICE) _stderr = stderr.read().split('\n') if _stderr[0]: - self.logger('x2gomountdirs stderr is: %s' % _stderr, log.loglevel_WARNING) + self.logger('x2gomountdirs stderr is: %s' % _stderr, log.loglevel_WARN) except: self._share_local_folder_lock.release() -- Alioth's /srv/git/code.x2go.org/python-x2go.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git