The branch, master has been updated via 96d5f345ca16bd64dd197a81012c709b10926f2c (commit) from eea34d1e7db596e3ed69f9c9965d6b7f52deba93 (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 96d5f345ca16bd64dd197a81012c709b10926f2c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Apr 21 20:48:52 2013 +0200 Make sure PyHoca-GUI freezing works with gevent 1.0b3 and later. Freeze with gui_only enabled, hides the console Window PyHoca-GUI runs in. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 5 ++++- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 78a607d..2fb6238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ pyhoca-gui (0.4.0.2-0~x2go1) UNRELEASED; urgency=low - Make PyHoca-GUI aware of the Cinnamon desktop shell. - Make sure that there is no KeyException when checking/unchecking the restoreexports item in the shared folders menu. - - MS Windows: use bbfreeze to freeze the Win32 version of PyHoca-GUI. + * MS Windows specific: + + Use bbfreeze to freeze the Win32 version of PyHoca-GUI. + + Make sure PyHoca-GUI freezing works with gevent 1.0b3 and later. + + Freeze with gui_only enabled, hides the console Window PyHoca-GUI runs in. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 13 Feb 2013 12:51:24 +0100 diff --git a/setup.py b/setup.py index 01b0e24..41c74a2 100755 --- a/setup.py +++ b/setup.py @@ -204,7 +204,7 @@ class build_installer_bbfreeze(build_installer, Freezer, Command): includes=self.includes, excludes=self.excludes, ) - self.addScript("pyhoca-gui") + self.addScript("pyhoca-gui", gui_only=True) Freezer.__call__(self) if self.distribution.has_data_files(): print "*** copy data files ***" @@ -289,7 +289,7 @@ if platform.system() == 'Windows': 'optimize': 2, }, 'build_with_bbfreeze': { - 'includes': ['greenlet', 'gevent.core', 'gevent.ares', 'gevent._semaphore', 'gevent._util', ], + 'includes': ['greenlet', 'gevent.core', 'gevent.ares', 'gevent._semaphore', 'gevent._util', 'gevent.resolver_thread', 'gevent.resolver_ares', 'gevent.socket', 'gevent.threadpool', 'gevent.select', 'gevent.subprocess', ], 'excludes': ['MSVCR90.dll', 'MSVCP90.dll', ], } } 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)).