[X2Go-Commits] [python-x2go] branch build-main updated (31ae597 -> c300f8b)

git-admin at x2go.org git-admin at x2go.org
Wed Jan 1 18:24:04 CET 2020


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  31ae597   release 0.6.1.2
      adds  454a4ec   Continue development
      adds  594bfd0   x2go/backends/terminal/plain.py: Fix keyboard layout setting under Python3. <bytes>.decode() does not modify the variable in place but needs an assignment.
      adds  4f03a83   Check availability of X2Go KDrive base support server-side before firing up x2gokdriveclient.
      adds  4cf1023   x2go/_paramiko.py: Monkey-patch PKey._write_private_key() method as it is broken under Python3.
      adds  4b8ec8d   Makefile.docupload: make sphinx-apidoc overridable/configurable.
      adds  b00ab6e   python-x2go.spec: call a more specialized version of sphinx-apidoc depending on the Python version we're building against.
      adds  84a6e51   python-x2go.spec: fix condition in doc build.
      adds  b2015af   python-x2go.spec: reflow comments (only).
      adds  fe9a762   python-x2go.spec: also use the same detection mechanism for sphinx-build.
      adds  68cebc8   x2go/_paramiko.py: stop monkey-patching very old paramiko versions with the private key fix for Python 3.
      adds  8f3f340   python-x2go.spec: correctly check for existance of %{python2_version}.
      adds  d3b0ce5   python-x2go.spec: add Python-3-autodetection via %{python3_version} and fallbacks to %{py3_ver} and yet another to the plain "3" postfix.
      adds  b2c50d9   python-x2go.spec: fix fallback detection.
      adds  dcc3c76   python-x2go.spec: fix sphinx-{apidoc,build} calls by using the new shell variables, not RPM macros.
      adds  3a7aae7   misc: pre-release copyright update.
      adds  c300f8b   release 0.6.1.3

No new revisions were added by this update.

Summary of changes:
 Makefile.docupload                                 |  5 ++-
 README                                             |  2 +-
 TODO                                               |  2 +-
 debian/changelog                                   | 42 ++++++++++++++++++++
 debian/copyright                                   | 10 ++---
 debian/rules                                       |  2 +-
 examples/x2go_resume_session.py                    |  2 +-
 examples/x2go_start_session.py                     |  2 +-
 .../x2go_start_session_with_progress_status.py     |  2 +-
 python-x2go.spec                                   | 46 +++++++++++++++++++++-
 setup.py                                           |  2 +-
 x2go/__init__.py                                   |  4 +-
 x2go/_paramiko.py                                  | 39 +++++++++++++++++-
 x2go/backends/__init__.py                          |  2 +-
 x2go/backends/control/__init__.py                  |  2 +-
 x2go/backends/control/plain.py                     |  2 +-
 x2go/backends/info/__init__.py                     |  2 +-
 x2go/backends/info/plain.py                        |  2 +-
 x2go/backends/printing/__init__.py                 |  2 +-
 x2go/backends/printing/file.py                     |  2 +-
 x2go/backends/profiles/__init__.py                 |  2 +-
 x2go/backends/profiles/base.py                     |  2 +-
 x2go/backends/profiles/file.py                     |  2 +-
 x2go/backends/profiles/httpbroker.py               |  2 +-
 x2go/backends/profiles/sshbroker.py                |  2 +-
 x2go/backends/proxy/__init__.py                    |  2 +-
 x2go/backends/proxy/base.py                        |  2 +-
 x2go/backends/proxy/kdrive.py                      |  2 +-
 x2go/backends/proxy/nx3.py                         |  2 +-
 x2go/backends/settings/__init__.py                 |  2 +-
 x2go/backends/settings/file.py                     |  2 +-
 x2go/backends/terminal/__init__.py                 |  2 +-
 x2go/backends/terminal/plain.py                    |  8 +++-
 x2go/cache.py                                      |  2 +-
 x2go/checkhosts.py                                 |  2 +-
 x2go/cleanup.py                                    |  2 +-
 x2go/client.py                                     |  2 +-
 x2go/defaults.py                                   |  2 +-
 x2go/forward.py                                    |  2 +-
 x2go/gevent_subprocess.py                          |  2 +-
 x2go/guardian.py                                   |  2 +-
 x2go/inifiles.py                                   |  2 +-
 x2go/log.py                                        |  2 +-
 x2go/mimebox.py                                    |  2 +-
 x2go/mimeboxactions.py                             |  2 +-
 x2go/printactions.py                               |  2 +-
 x2go/printqueue.py                                 |  2 +-
 x2go/pulseaudio.py                                 |  2 +-
 x2go/registry.py                                   |  2 +-
 x2go/rforward.py                                   |  2 +-
 x2go/session.py                                    |  2 +-
 x2go/sftpserver.py                                 |  2 +-
 x2go/sshproxy.py                                   |  2 +-
 x2go/telekinesis.py                                |  2 +-
 x2go/utils.py                                      |  2 +-
 x2go/x2go_exceptions.py                            |  2 +-
 x2go/xserver.py                                    |  2 +-
 57 files changed, 190 insertions(+), 64 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list