[X2Go-Commits] [python-x2go] branch master updated (b159a5c -> ab93199)

git-admin at x2go.org git-admin at x2go.org
Sun Sep 24 10:51:38 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository python-x2go.

      from  b159a5c   Continue development
       new  327fa5e   Port to Python3.
       new  a18646c   Bump upstream version to 0.5.99.0.
       new  a9c6d71   debian/python-x2go-doc.lintian-overrides: Add EOL at EOF.
       new  c6a6dc0   debian/rules: Don't build API documentation twice.
       new  300b150   Obviously, gevent from Python3 is quite critical towards circular import models.
       new  18d330e   x2go/xserver.py: whitespace fix at EOF.
       new  fb1abc4   Futurize: Re-add Python2 support back into python-x2go.
       new  a6cdbec   x2go/**.py: Add __package__ and __name__ definitions to all Python files.
       new  c72289e   backends: No need to ship a stub gconf backend anymore. GConf is dead.
       new  ab93199   python-x2go.spec: No need to run 2to3 at build time anymore. Python X2Go now natively supports Python2 and Python3.

The 10 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                                   |   6 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  53 +++++--
 debian/python-x2go-doc.links                       |   1 +
 debian/python-x2go-doc.lintian-overrides           |   2 +-
 debian/python-x2go.install                         |   2 +-
 debian/{python-x2go.docs => python3-x2go.docs}     |   0
 ...{python-x2go.examples => python3-x2go.examples} |   0
 debian/python3-x2go.install                        |   1 +
 debian/rules                                       |  29 ++--
 examples/x2go_resume_session.py                    |   4 +-
 .../x2go_start_session_with_progress_status.py     |   6 +-
 python-x2go.spec                                   |   3 -
 setup.py                                           |   2 +-
 test.py                                            |   2 +-
 x2go/__init__.py                                   |  41 +++---
 x2go/_paramiko.py                                  |  10 +-
 x2go/backends/__init__.py                          |   3 +
 x2go/backends/control/__init__.py                  |   3 +
 x2go/backends/control/plain.py                     |  88 ++++++-----
 x2go/backends/info/__init__.py                     |   3 +
 x2go/backends/info/plain.py                        |  25 ++--
 x2go/backends/printing/__init__.py                 |   3 +
 x2go/backends/printing/file.py                     |  21 ++-
 x2go/backends/printing/gconf.py                    |  71 ---------
 x2go/backends/printing/winreg.py                   |   4 +
 x2go/backends/profiles/__init__.py                 |   2 +
 x2go/backends/profiles/base.py                     |  75 +++++-----
 x2go/backends/profiles/file.py                     |   5 +-
 x2go/backends/profiles/gconf.py                    |  58 --------
 x2go/backends/profiles/httpbroker.py               |  55 +++----
 x2go/backends/profiles/sshbroker.py                |   3 +
 x2go/backends/profiles/winreg.py                   |   3 +
 x2go/backends/proxy/__init__.py                    |   3 +
 x2go/backends/proxy/base.py                        |  10 +-
 x2go/backends/proxy/nx3.py                         |   5 +-
 x2go/backends/settings/__init__.py                 |   3 +
 x2go/backends/settings/file.py                     |   3 +
 x2go/backends/settings/gconf.py                    |  59 --------
 x2go/backends/settings/winreg.py                   |   3 +
 x2go/backends/terminal/__init__.py                 |   3 +
 x2go/backends/terminal/plain.py                    |  37 +++--
 x2go/cache.py                                      |  29 ++--
 x2go/checkhosts.py                                 |  12 +-
 x2go/cleanup.py                                    |  14 +-
 x2go/client.py                                     |  69 +++++----
 x2go/defaults.py                                   |   7 +-
 x2go/forward.py                                    |   9 +-
 x2go/gevent_subprocess.py                          |  13 +-
 x2go/guardian.py                                   |   9 +-
 x2go/inifiles.py                                   |  42 +++---
 x2go/log.py                                        |  12 +-
 x2go/mimebox.py                                    |  19 ++-
 x2go/mimeboxactions.py                             |  17 ++-
 x2go/printactions.py                               |  27 ++--
 x2go/printqueue.py                                 |  19 ++-
 x2go/pulseaudio.py                                 |  13 +-
 x2go/registry.py                                   |  65 +++++----
 x2go/rforward.py                                   |  20 ++-
 x2go/session.py                                    | 162 +++++++++++----------
 x2go/sftpserver.py                                 |  38 ++---
 x2go/sshproxy.py                                   |  42 +++---
 x2go/telekinesis.py                                |  14 +-
 x2go/tests/__init__.py                             |   7 +-
 x2go/tests/runalltests.py                          |   3 +
 x2go/tests/test_printing.py                        |  13 +-
 x2go/utils.py                                      |  78 +++++-----
 x2go/x2go_exceptions.py                            |   8 +-
 x2go/xserver.py                                    |  23 +--
 69 files changed, 772 insertions(+), 724 deletions(-)
 copy debian/{python-x2go.docs => python3-x2go.docs} (100%)
 copy debian/{python-x2go.examples => python3-x2go.examples} (100%)
 create mode 100644 debian/python3-x2go.install
 delete mode 100644 x2go/backends/printing/gconf.py
 delete mode 100644 x2go/backends/profiles/gconf.py
 delete mode 100644 x2go/backends/settings/gconf.py

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list