python-x2go 0.6.1.3-3 source package in Ubuntu

Changelog

python-x2go (0.6.1.3-3) unstable; urgency=medium

  * debian/changelog:
    + Post-upload add bug closure for #947953.
  * debian/patches:
    + Add 0002_x2go-session.py-Fix-SyntaxWarning-is-not-used-on-a-l.patch.
      Silence warning message during DEB pkg installation:
      /usr/lib/python3/dist-packages/x2go/session.py:2020: SyntaxWarning:
      "is not" with a literal. Did you mean "!="?.
    + Add 0003_x2go-utils.py-If-setdpi-is-false-we-need-to-enforce-.patch.
      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.
    + Add 0004_Rewrite-string-variables-to-if-they-are-set-to-None-.patch.
      Rewrite string variables to '' if they are set to None during instance
      construction.
    + Add 0005_x2go-client.py-Catch-some-more-x2go_exceptions.X2GoS.patch.
      x2go/client.py: Catch some (more) x2go_exceptions.
      X2GoSessionRegistryException occurrences.
    + Add 0006_Prevent-infinite-loop-in-X2GoRevFwTunnel-handler.patch. Prevent
      infinite loop in X2GoRevFwTunnel handler.
  * debian/control:
    + Bump Standards-Version: to 4.6.2. No changes needed.
  * debian/watch:
    + Bump to format version 4.
  * debian/copyright:
    + Update copyright attribution for debian/ folder.

 -- Mike Gabriel <email address hidden>  Tue, 08 Aug 2023 14:24:32 +0200

Upload details

Uploaded by:
Debian Remote Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Remote Maintainers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-x2go_0.6.1.3-3.dsc 2.4 KiB 54c7c4f399ded9b62c90d7e40aff1bd1967e63ee01044b1496e939ba0cc5ef8d
python-x2go_0.6.1.3.orig.tar.gz 241.9 KiB 08b951b434ba3b0e232fc5d01ab07c4b1d9c0e8d16af9722f78f52dd271a09f8
python-x2go_0.6.1.3.orig.tar.gz.asc 488 bytes a86f2a8d50449e88715015ab855ecc0df68750fd0da2a151463fd3e3072b6b85
python-x2go_0.6.1.3-3.debian.tar.xz 28.1 KiB d243d4424df49811c8c6f87fcfd4424d9a61b16425083e619c4aaf21509ad603

Available diffs

No changes file available.

Binary packages built by this source

python-x2go-doc: Python module providing X2Go client API (documentation)

 X2Go is a server based computing environment with
    - session resuming
    - low bandwidth support
    - session brokerage support
    - client side mass storage mounting support
    - client side printing support
    - audio support
    - authentication by smartcard and USB stick
 .
 This package contains the Python X2Go client API
 documentation generated with Epydoc.

python3-x2go: Python module providing X2Go client API (Python 3)

 X2Go is a server based computing environment with
    - session resuming
    - low bandwidth support
    - session brokerage support
    - client side mass storage mounting support
    - client side printing support
    - audio support
    - authentication by smartcard and USB stick
 .
 This Python module allows you to integrate X2Go client
 support into your Python applications by providing a
 Python-based X2Go client API (for Python 3).