This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository python-x2go. from 71df03f release 0.6.0.0 adds d5fb567 Continue development... adds eb8aff8 docs/source/conf.py: Customize html_title. adds 5cfe22d docs/source/_: Add empty _static and _templates dir. adds 8610ca4 debian/python-x2go-doc.lintian-overrides: Removed. Not required anymore. adds 5e6ace1 docs/source/conf.py: Drop unicode markers from strings, rephrase more doc type specific titles. adds d157b22 docs/source/conf.py: Fix project name in comment. White-space change. adds a499749 Some extra empty lines in __doc__ strings. adds 1b190ab docs/source/conf.py: Switch to Sphinx theme 'haiku'. adds 55027e3 docs/source/index.rst: Move introduction text from x2go/__init__.py into the index.rst file. adds 6d7f154 x2go/backends/control/plain.py: Raise log priority for reporting that the user enabled SSH agent forwarding. adds b779a02 x2go/session.py: Don't fail in set_master_session() if the client instance lacks a session profile config. adds bcdc1b5 x2go/guardian.py: White-space cleanup. adds 118f014 x2go/*.py: Drop 'from builtins import <bla>'. Not required. adds 29006c6 x2go/inifiles.py: Correctly import ConfigParser as configparser on Python2. adds 90db159 InstanceType does not exist in Python3. Let's omit it in __repr__ method. adds 3fbee6a Correctly handle IO objects (BytesIO in Python3, StringIO in Python2). adds 4ba693e x2go/backends/terminal/plain.py: Correctly update session window file in Python3. adds dd894b0 x2go/backends/control/plain.py: Drop one line of debug code. adds c0f5406 Revert "x2go/backends/terminal/plain.py: Correctly update session window file in Python3." adds da3853a release 0.6.0.1 No new revisions were added by this update. Summary of changes: ChangeLog | 95 ++++++++++++++++- debian/changelog | 19 +++- debian/python-x2go-doc.lintian-overrides | 2 - docs/source/_static/.placeholder | 0 docs/source/_templates/.placeholder | 0 docs/source/conf.py | 25 +++-- docs/source/index.rst | 173 ++++++++++++++++++++++++++++++- python-x2go.spec | 2 +- x2go/__init__.py | 171 +----------------------------- x2go/_paramiko.py | 1 - x2go/backends/control/plain.py | 60 +++++++---- x2go/backends/info/plain.py | 4 +- x2go/backends/printing/file.py | 1 - x2go/backends/profiles/base.py | 2 - x2go/backends/profiles/httpbroker.py | 1 - x2go/backends/proxy/base.py | 1 - x2go/backends/terminal/plain.py | 60 ++++++++--- x2go/cache.py | 2 - x2go/checkhosts.py | 2 - x2go/client.py | 5 +- x2go/defaults.py | 2 - x2go/gevent_subprocess.py | 1 - x2go/guardian.py | 2 - x2go/inifiles.py | 14 ++- x2go/log.py | 1 - x2go/mimeboxactions.py | 2 - x2go/printactions.py | 2 - x2go/registry.py | 4 +- x2go/rforward.py | 1 - x2go/session.py | 12 ++- x2go/sftpserver.py | 1 - x2go/sshproxy.py | 2 - x2go/telekinesis.py | 1 - x2go/utils.py | 3 - x2go/xserver.py | 1 - 35 files changed, 399 insertions(+), 276 deletions(-) delete mode 100644 debian/python-x2go-doc.lintian-overrides create mode 100644 docs/source/_static/.placeholder create mode 100644 docs/source/_templates/.placeholder -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git