The branch, master has been updated via e1a487a2ed85645c738fe890a9f7d42c5b71e0d9 (commit) via f118f7f1e63aaaed92eea96af2dcd77f16a0094c (commit) via 585505ea7f8e333c343161286521545f29ace7e9 (commit) from 0b4cf0d09b946d208da1a7ac4ed98e18ed2b0336 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e1a487a2ed85645c738fe890a9f7d42c5b71e0d9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 14 00:01:09 2013 +0100 changelog fix commit f118f7f1e63aaaed92eea96af2dcd77f16a0094c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jan 13 23:56:49 2013 +0100 Bump version to 0.4.0.0. WARNING: starting with version 4.0.0.0 of PyHoca-GUI, PyHoca-CLI and Python X2Go, all class identifiers are now X2Go..., not X2go... anymore. commit 585505ea7f8e333c343161286521545f29ace7e9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jan 13 23:54:42 2013 +0100 remnant changes needed for X2go -> X2Go API change ----------------------------------------------------------------------- Summary of changes: debian/changelog | 11 +++++++---- debian/control | 2 +- pyhoca-gui | 10 +++++----- pyhoca/wxgui/__init__.py | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 564a988..efbab0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,16 @@ -pyhoca-gui (0.2.2.0-0~x2go1) UNRELEASED; urgency=low +pyhoca-gui (0.4.0.0-0~x2go1) UNRELEASED; urgency=low [ Orion Poplawski ] - * New upstream version (0.2.2.0): + * New upstream version (0.4.0.0): - Importing all of pyhoca.wxgui in setup.py causes rpmbuild problems due to DISPLAY not being set. It is overkill as well, causing extra dependencies to be installed at build time. (Fixes: #91). [ Mike Gabriel ] - * New upstream version (0.2.2.0): + * Bump version to 0.4.0.0. + * WARNING: starting with version 0.4.0.0 of PyHoca-GUI, PyHoca-CLI and Python + X2Go, all class identifiers are now X2Go..., not X2go... anymore. + * New upstream version (0.4.0.0): - Add rules to setup.py that install PyHoca-GUI's data files under Linux (i.e. icons, images, man page, etc.). Thanks to Orion Poplawski for coming up with an inspiring patch. (Fixes: #92). @@ -21,7 +24,7 @@ pyhoca-gui (0.2.2.0-0~x2go1) UNRELEASED; urgency=low manager. * /debian/control: + Thanks to Orion's patch in bug #91 we can drop many build dependencies. - + Versioned Depend: on python-x2go (>= 0.2.2.0-0~). + + Versioned Depend: on python-x2go (>= 0.4.0.0-0~). + Add gnome-colors-common to Build-Depends. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 20 Dec 2012 08:51:50 +0100 diff --git a/debian/control b/debian/control index ad57e92..9666a0e 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.2.2.0-0~), + python-x2go (>=0.4.0.0-0~), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca-gui b/pyhoca-gui index d0da14f..9c54b38 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -98,8 +98,8 @@ from pyhoca.wxgui.basepath import locale_basepath # Python X2Go modules from x2go import CURRENT_LOCAL_USER as _CURRENT_LOCAL_USER if _X2GOCLIENT_OS == 'Windows': - from x2go import X2goClientXConfig as _X2goClientXConfig -from x2go import X2goLogger as _X2goLogger + from x2go import X2GoClientXConfig as _X2GoClientXConfig +from x2go import X2GoLogger as _X2GoLogger from x2go import x2go_cleanup as _x2go_cleanup # X2Go backends @@ -167,7 +167,7 @@ def runtime_error(m, parser=None, exitcode=-1): if _X2GOCLIENT_OS == 'Windows': - _x = _X2goClientXConfig() + _x = _X2GoClientXConfig() _known_xservers = _x.known_xservers _installed_xservers = _x.installed_xservers @@ -284,8 +284,8 @@ def parseargs(): a = p.parse_args() - logger = _X2goLogger(tag=PROG_NAME) - liblogger = _X2goLogger() + logger = _X2GoLogger(tag=PROG_NAME) + liblogger = _X2GoLogger() if a.debug: logger.set_loglevel_debug() diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index eddb9e3..012ab24 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,6 +18,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.2.2.0' +__VERSION__ = '0.4.0.0' from frontend import * hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).