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

git-admin at x2go.org git-admin at x2go.org
Sun Aug 20 04:17:00 CEST 2023


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  c300f8b   release 0.6.1.3
      adds  c592859   Continue development
      adds  fe1e296   Make build (more) reproducible: no builddir in python-x2go-doc.
      adds  b85b239   x2go/client.py: typo fix for previous commit
      adds  fa6c97a   x2go/session.py: Fix SyntaxWarning ('is not' used on a literal).
      adds  b69c5d5   x2go/utils.py: If setdpi is false, we need to enforce the default DPI (instead of dropping it from _params). Otherwise, no DPI can be set at all.
      adds  e316516   x2go/client.py: Catch some (more) x2go_exceptions.X2GoSessionRegistryException occurrences.
      adds  789c74b   x2go/utils.py: Comment 'dpi' param change above and explain that this might cause problems elsewhere. However, the applied change (setting the 'dpi' default value rather than not setting it if setdpi is False is the currently best thinkable approach).
      adds  b75c802   debian/*: Drop Python2 builds.
      adds  ce28c92   Rewrite string variables to '' if they are set to None during instance construction.
      adds  39ef6c5   x2go/log.py: Start logging to stdout (rather than stderr).
      adds  8ace8f2   Fix Mac OS recognition
      adds  a6d338c   Respect NXPROXY_BINARY also on non-Windows systems
      adds  8dc074e   Prevent infinite loop in X2GoRevFwTunnel handler
      adds  444a8ad   misc: pre-release copyright update.
      adds  6eb8ca2   python-x2go.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
      adds  24142ae   python-x2go.spec: only BR python-configparser on *SuSE, if we actually build a Python 2 variant.
      adds  4dc0805   python-x2go.spec: correctly drop python-configparser BR on *SuSE if we're building against Python 3 only.
      adds  6196c1b   python-x2go.spec: remove pycache handling from the files list.
      adds  b7039cb   release 0.6.1.4

No new revisions were added by this update.

Summary of changes:
 ChangeLog                                          | 233 ++++++++++++++++++++-
 Makefile.docupload                                 |   2 +-
 README                                             |   2 +-
 TODO                                               |   2 +-
 debian/changelog                                   |  43 ++++
 debian/control                                     |  40 ----
 debian/copyright                                   |   8 +-
 debian/python-x2go.docs                            |   3 -
 debian/python-x2go.examples                        |   1 -
 debian/python-x2go.install                         |   1 -
 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                                   |  20 +-
 setup.py                                           |   2 +-
 x2go/__init__.py                                   |   4 +-
 x2go/_paramiko.py                                  |   2 +-
 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                         |   4 +-
 x2go/backends/settings/__init__.py                 |   2 +-
 x2go/backends/settings/file.py                     |   2 +-
 x2go/backends/terminal/__init__.py                 |   2 +-
 x2go/backends/terminal/plain.py                    |  12 +-
 x2go/cache.py                                      |   2 +-
 x2go/checkhosts.py                                 |   2 +-
 x2go/cleanup.py                                    |   2 +-
 x2go/client.py                                     |  21 +-
 x2go/defaults.py                                   |   4 +-
 x2go/forward.py                                    |   2 +-
 x2go/gevent_subprocess.py                          |   2 +-
 x2go/guardian.py                                   |   2 +-
 x2go/inifiles.py                                   |   2 +-
 x2go/log.py                                        |   4 +-
 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                                   |   6 +-
 x2go/session.py                                    |   4 +-
 x2go/sftpserver.py                                 |   2 +-
 x2go/sshproxy.py                                   |   2 +-
 x2go/telekinesis.py                                |   2 +-
 x2go/utils.py                                      |   8 +-
 x2go/x2go_exceptions.py                            |   2 +-
 x2go/xserver.py                                    |   2 +-
 62 files changed, 380 insertions(+), 126 deletions(-)
 delete mode 100644 debian/python-x2go.docs
 delete mode 100644 debian/python-x2go.examples
 delete mode 100644 debian/python-x2go.install

--
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