This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository pyhoca-gui. from a9e53b6 release 0.5.1.0 adds 38554ad Continue development adds dd61684 PyHocaGUI.OnExit(): Return an exitcode. adds 69ea6d8 run 2to3 on this project adds a093f28 More porting to Python 3 (manually). adds c836207 wxgui/profilemanager.py: Capture failures that might occur when writing session profile configs back to disk. adds f18a811 Menu.Append{,Menu}() calls: Turn arguments into positional arguments. Makes the code run on wx3 and wx4. adds fa352bc Port to wxPython 4.0.x. adds d0f9cc3 pyhoca/wxgui/{logon.py,passphrase.py}: Merge code of both files into one, break up circular import dependency. adds 7025cd8 debian/changelog: update from Git history adds da3d33a debian/control: Switch from Py2 to Py3 (B-Ds and Ds). adds 1c145b1 __future__ imports need to be at the very top of a .py file. adds 48d63f0 debian/control: typo fix in B-Ds. adds e412368 po/: Update translation files. adds aca8192 debian/control: Update versioned D (pyhoca-gui): python3-x2go (>= 0.6.1.2). We need the session profile writing fix shipped with 0.6.1.2. adds c11b7fb Version bump to 0.6.0.0. adds 5852895 debian/control: Bump DH compat level to version 9. + Rework packaging, use pybuild. adds 28f3c10 debian/control: Drop from D (pyhoca-gui): python3-argparse. Shipped in core module bundle of Python3. adds 6c5353b Add version check with gi.require_version for Notify GIR. adds a4e57cc profilemanager: With PyWxGTK 4.0, use SetItem and InsertItem rather than deprecated SetStringItem and InsertStringItem. adds af0bc85 pyhoca-gui.spec: Support building against Python3 (for Fedora and RHEL >= 8). adds 04470be pyhoca-gui.spec: Fix missing %endif. adds 71f7b5e Make sure that with Python3 builds, the pyhoca.wxgui module gets picked up from the build's Python3 location. adds 35577bb Fix typo in shebang-sed expression. adds 60ddb61 Fix same typo in shebang-sed expression (for RHEL builds). adds 396b09f Find two more Menu.Append*() calls that required turning arguments into positional arguments (see above). adds a160084 Version bump to 0.6.1.0 (to denote that this release has X2Go Kdrive support). adds 3541f47 debian/changelog: fixup. adds 3d9bd7a pyhoca-gui.spec: copy Python 2/3 helpers from PyHoca CLI. adds 3c1d03a pyhoca-gui.spec: adapt Build-Requires to Python 2/3 logic. adds ee325f8 pyhoca-gui.spec: adapt Requires to Python 2/3 logic. adds fd1eed9 pyhoca-gui.spec: replace hashbang in %prep. adds 07a27b6 pyhoca-gui.spec: adapt %build to Python 2/3 logic. adds 9baf203 pyhoca-gui.spec: adapt %install to Python 2/3 logic. adds 1f3f74d pyhoca-gui.spec: adapt %files to Python 2/3 logic. adds eb5787f pyhoca-gui.spec: fix syntax: missing %endif. adds 1164cc7 pyhoca-gui.spec: fix syntax: another missing %endif. adds 8dcb9f3 pyhoca-gui.spec: backport Python-2/3-selection fix from pyhoca-cli. adds f132310 pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds. adds 35ff0e8 Revert "pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds." adds d27a454 pyhoca-gui.spec: backport build fix from pyhoca-cli: correctly escape bcond_with* macros in comment lines. adds d26f1ff pyhoca-gui.spec: backport build fix from pyhoca-cli: fix another unescaped macro in comment. adds 1947fc4 pyhoca-gui.spec: backport build fix from pyhoca-cli: stage pycache files into a subdir on newer *SuSE versions. adds c3554b4 pyhoca-gui.spec: backport build fix from pyhoca-cli: actually apply pycache changes to 15.0+ and not just 15.1+. adds 400838d pyhoca-gui.spec: backport build fix from pyhoca-cli: also apply pycache changes to Tumbleweed, which seems to not get caught by %{sle_version}. adds 8d7bfe3 pyhoca-gui.spec: change spelling of python3-wxPython4 to python3-wxpython4 since package names are case-sensitive. adds 49a9ec5 pyhoca-gui.spec: disable Python-3-builds on all *SuSE versions but Tumbleweed. adds 559601b pyhoca-gui.spec: WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up name. adds 001521f release 0.6.1.0 No new revisions were added by this update. Summary of changes: debian/changelog | 72 +++++++ debian/compat | 2 +- debian/control | 23 +- debian/rules | 5 +- icon2exe.py | 36 ++-- man/man1/pyhoca-gui.1 | 2 +- nsis_template.py | 2 +- po/POTFILES.in | 1 - po/PyHoca-GUI.pot | 477 +++++++++++++++++++++-------------------- pyhoca-gui | 2 +- pyhoca-gui.spec | 240 +++++++++++++++++++-- pyhoca/__init__.py | 1 - pyhoca/wxgui/__init__.py | 2 +- pyhoca/wxgui/about.py | 13 +- pyhoca/wxgui/basepath.py | 2 +- pyhoca/wxgui/brokerlogon.py | 24 +-- pyhoca/wxgui/frontend.py | 297 ++++++++++++------------- pyhoca/wxgui/launcher.py | 49 +++-- pyhoca/wxgui/listdesktops.py | 16 +- pyhoca/wxgui/logon.py | 429 ++++++++++++++++++++++++++++++++---- pyhoca/wxgui/menus_taskbar.py | 365 +++++++++++++++++-------------- pyhoca/wxgui/messages.py | 16 +- pyhoca/wxgui/notify.py | 13 +- pyhoca/wxgui/passphrase.py | 375 -------------------------------- pyhoca/wxgui/printingprefs.py | 60 +++--- pyhoca/wxgui/profilemanager.py | 409 ++++++++++++++++++----------------- pyhoca/wxgui/serverinfo.py | 26 +-- pyhoca/wxgui/sessiontitle.py | 10 +- pyhoca/wxgui/splash.py | 28 ++- pyhoca/wxgui/taskbar.py | 32 ++- setup.py | 14 +- 31 files changed, 1689 insertions(+), 1354 deletions(-) delete mode 100644 pyhoca/wxgui/passphrase.py -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git