This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 41475c6 changelog: wrap too-long lines new a0c0cd9 Windows builder: Explicitly add the requests module to the set of bundled Python modules. The 1 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 | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit a0c0cd9d714cb954245f8d02bea6fff5e39cfbec Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 16 12:14:04 2014 +0200 Windows builder: Explicitly add the requests module to the set of bundled Python modules. --- debian/changelog | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0476314..faea3d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Make sure new session profiles are mutable in the session profile manager GUI. - Gray-out Apply button in session profile GUI on profile creation. + - Windows builder: Explicitly add the requests module to the set of + bundled Python modules. - Update English / German translation. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jan 2014 21:28:37 +0100 diff --git a/setup.py b/setup.py index 409c991..2160144 100755 --- a/setup.py +++ b/setup.py @@ -292,7 +292,7 @@ if platform.system() == 'Windows': 'optimize': 2, }, 'build_with_bbfreeze': { - 'includes': ['hmac', 'greenlet', 'gevent.core', 'gevent.ares', 'gevent._semaphore', 'gevent._util', 'gevent.resolver_thread', 'gevent.resolver_ares', 'gevent.server', 'gevent.socket', 'gevent.threadpool', 'gevent.select', 'gevent.subprocess', 'distutils.version', 'Crypto', 'Crypto.Random', 'Crypto.Hash', 'Crypto.PublicKey', 'Crypto.PublicKey.DSA', 'Crypto.PublicKey.RSA', 'Crypto.Cipher', 'Crypto.Cipher.AES', 'Crypto.Cipher.ARC4', 'Crypto.Cipher.Blowfish', 'Crypto.Cipher.DES3' [...] + 'includes': ['hmac', 'greenlet', 'gevent.core', 'gevent.ares', 'gevent._semaphore', 'gevent._util', 'gevent.resolver_thread', 'gevent.resolver_ares', 'gevent.server', 'gevent.socket', 'gevent.threadpool', 'gevent.select', 'gevent.subprocess', 'distutils.version', 'Crypto', 'Crypto.Random', 'Crypto.Hash', 'Crypto.PublicKey', 'Crypto.PublicKey.DSA', 'Crypto.PublicKey.RSA', 'Crypto.Cipher', 'Crypto.Cipher.AES', 'Crypto.Cipher.ARC4', 'Crypto.Cipher.Blowfish', 'Crypto.Cipher.DES3' [...] 'excludes': ['MSVCR90.dll', 'MSVCP90.dll', ], } } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git