From unknown Fri May 22 18:13:14 2026
MIME-Version: 1.0
X-Mailer: MIME-tools 5.507 (Entity 5.507)
X-Loop: owner@bugs.x2go.org
From: owner@bugs.x2go.org (X2Go Bug Tracking System)
Subject: Bug#1275 closed by Mike Gabriel Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (X2Go issue (in src:python-x2go) has been marked as closed)
Message-ID: <handler.1275.c.153625800510391.notifdone@bugs.x2go.org>
References: <20180906181931.432A95DA7A@ymir.das-netzwerkteam.de>
X-X2go-PR-Keywords: pending
X-X2go-PR-Message: they-closed 1275
X-X2go-PR-Package: src:python-x2go
X-X2go-PR-Source: python-x2go
Date: Thu, 06 Sep 2018 18:20:08 +0000
Content-Type: multipart/mixed; boundary="----------=_1536258008-10466-0"

This is a multi-part message in MIME format...

------------=_1536258008-10466-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

This is an automatic notification regarding your Bug report
which was filed against the src:python-x2go package:

#1275: Python X2Go broken with Paramiko 2.4.0

It has been closed by Mike Gabriel Mike Gabriel <mike.gabriel@das-netzwerkt=
eam.de>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mike Gabriel Mike Gabr=
iel <mike.gabriel@das-netzwerkteam.de> by
replying to this email.


--=20
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems

------------=_1536258008-10466-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 6 Sep 2018 18:20:05 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.1
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 432A95DA7A; Thu,  6 Sep 2018 20:19:31 +0200 (CEST)
From: =?utf-8?q?Mike_Gabriel?= Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 1275-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1275@bugs.x2go.org
Subject: X2Go issue (in src:python-x2go) has been marked as closed
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <20180906181931.432A95DA7A@ymir.das-netzwerkteam.de>
Date: Thu,  6 Sep 2018 20:19:31 +0200 (CEST)

close #1275
thanks

Hello,

we are very hopeful that X2Go issue #1275 reported by you
has been resolved in the new release (0.6.0.0) of the
X2Go source project »src:python-x2go«.

You can view the complete changelog entry of src:python-x2go (0.6.0.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:python-x2go.

    http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=29f90ec63df991c0fa91dd312dd446bc89d45cd9;hp=fa04b4f34c6741d962c6bf4d5ce0b9f90aec4545

If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:python-x2go.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:python-x2go
Version: 0.6.0.0-0x2go1
Status: PREVIEW
Date: Thu, 06 Sep 2018 18:35:12 +0200
Fixes: 1259 1275
Changes:
 python-x2go (0.6.0.0-0x2go1) PREVIEW; urgency=medium
 .
   [ Mike Gabriel ]
   * New upstream version (0.6.0.0):
     - Support Python2 and Python3 alike.
     - Test intensively against Debian stable and unstable.
       (Fixes: #1275).
     - Build API doc with Sphinx.
     - Drop unit test framework. Never really used (though we should have).
       (Fixes: #1259).
     - x2go/checkhosts.py: Python3 fix in get_key_fingerprint().
     - Natively support xinerama option.
     - x2go/backends/terminal/plain.py: x2gosession-resume handles
       xinerama support differently from x2gostartagent. Adding it
       as cmdline parameter No. 9.
     - x2go/utils.py: Python3 fix in get_workarea_geometry().
     - Finalize Epydoc-to-Sphinx conversion of doc strings.
     - x2go/session.py: Update list of features.
     - x2go/__init__.py: Reference backends correctly.
     - Drop WINREG backends, never existed really, never will be, probably.
     - x2go/__init__.py: Avoid ares resolver for now, as it currently is
       broken in Debian testing.
     - Makefile.docupload: Add apidoc target.
     - docs/source/: Update API doc tree, winreg modules removed.
   * debian/:
     + Adapt to building Python3 and Python2 variants of Python X2Go.
     + Adapt to building API docs with Sphinx.
 .
   [ Mihai Moldovan ]
   * New upstream version (0.6.0.0):
     - docs/source/conf.py: set minimum sphinx version to 1.0. Needed for
       the sphinx.ext.viewcode extension.
     - docs/source/conf.py: drop minimum sphinx version requirement again,
       detect version manually and adapt config based on this information.
     - docs/source/conf.py: fix parse error due to wrong else usage.
     - docs/source/conf.py: import sphinx module. Hopefully that actually works
       out.
   * python-x2go.spec:
     - Also add fdupes package as a build dependency for RHEL-based distros.
     - Correctly pythonize package, for Fedora, RHEL/EPEL and OpenSuSE. It's
       more verbose than needs to be, but OpenSuSE Leap 42.2 - which is still
       supported currently - does not have python-rpm-macros and we generally
       want to disable the Python 3 package for now. For EPEL/RHEL versions
       lower than 8, we strip Python 3 stuff out completely and rename the
       package to python-x2go.
     - Fix package names in %package (and its %description) and %files sections.
     - Add dependency on the python-configparser backport. Makes at least part
       working with both Python 2 and 3.
     - Actually disable python3 builds on OpenSuSE.
     - OpenSuSE Leap 15 and TumbleWeed renamed python-xlib to
       python{2,3}-python-xlib.
     - Local %defines are buggy in older RPM implementations, work around by
       using %global instead.
     - Merge python(2)-x2go section in main section, since we cannot redefine
       subpackages.
     - Older OpenSuSE Leap versions don't support %{python2_sitelib} - use
       %{python_sitelib} instead.
     - Document %(python_module} definitions.
     - Override python_module macro for OpenSuSE Leap 42.3, the shipped version
       does not what later versions do correctly.
     - %{sle_version} is not defined on TW, so use a %{suse_version} check
       additionally to catch this variant.


------------=_1536258008-10466-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 20 Mar 2018 08:30:09 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,
	URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id DF9325DAE9
	for <submit@bugs.x2go.org>; Tue, 20 Mar 2018 09:30:07 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id umBeFVO2nwUm for <submit@bugs.x2go.org>;
	Tue, 20 Mar 2018 09:30:03 +0100 (CET)
Received: from fregna.das-netzwerkteam.de (fregna.das-netzwerkteam.de [148.251.53.130])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 264FA5DA2B
	for <submit@bugs.x2go.org>; Tue, 20 Mar 2018 09:30:02 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [IPv6:2a01:4f8:202:1381::105])
	by fregna.das-netzwerkteam.de (Postfix) with ESMTPS id A3EA1602D2
	for <submit@bugs.x2go.org>; Tue, 20 Mar 2018 08:30:02 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 92BE6C3E93
	for <submit@bugs.x2go.org>; Tue, 20 Mar 2018 09:30:02 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id nPgnre9DDott for <submit@bugs.x2go.org>;
	Tue, 20 Mar 2018 09:29:57 +0100 (CET)
Received: from das-netzwerkteam.de (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 2F36DC3E8B
	for <submit@bugs.x2go.org>; Tue, 20 Mar 2018 09:29:57 +0100 (CET)
Received: from x590fedfd.dyn.telefonica.de (x590fedfd.dyn.telefonica.de
 [89.15.237.253]) by mail.das-netzwerkteam.de (Horde Framework) with HTTPS;
 Tue, 20 Mar 2018 08:29:57 +0000
Date: Tue, 20 Mar 2018 08:29:57 +0000
Message-ID: <20180320082957.Horde.oQ8S7OYz7BkesKMihG3BeXY@mail.das-netzwerkteam.de>
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: submit@bugs.x2go.org
Subject: Python X2Go broken with Paramiko 2.4.0
User-Agent: Horde Application Framework 5
Accept-Language: de,en
Organization: DAS-NETZWERKTEAM
X-Originating-IP: 89.15.237.253
X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Firefox/52.0
Content-Type: multipart/signed; boundary="=_OWt80UmHDmhYnaLdeFnUN92";
 protocol="application/pgp-signature"; micalg=pgp-sha256
MIME-Version: 1.0

This message is in MIME format and has been PGP signed.

--=_OWt80UmHDmhYnaLdeFnUN92
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: src:python-x2go
Severity: grave
Version: 0.5.99.0

Recent upgrade of Python Paramiko in Debian unstable to 2.4.0 leads to=20=
=20
a=20dysfunctional Python X2Go implementation.

This is under investigation...

Mike
--=20

DAS-NETZWERKTEAM
mike=20gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de


--=_OWt80UmHDmhYnaLdeFnUN92
Content-Type: application/pgp-signature
Content-Description: Digitale PGP-Signatur
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIzBAABCAAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlqwxoQACgkQmvRrMCV3
GzGPow/7BxBiOrf1yBP9z8iCofsR9gFF0UVNHzhk2Mvq7PsCj5B2VoUcSIMtOC/3
0FxtdxVmHAsWWwAm8T9lrvxc3qVKEG97t6mpiYmewFpNlKsgZ+/aLLe36QYwjWxy
DKX0soJ7qRf3OpX5xyBFYz/dk4sln2dXyDc0Bkstmqqn2SkFNa30gYYhSbV1woV3
sqnaW8HLtIZpVhcai3nyjHbmEghhinNf6V+ctFfDSkTZfrY3+1nLzQECip53/Aks
O2OVVjFxLXDvySn5+1o/HPLQHuwCjhh1M3bujnftTT92xmMrr16Hf6xNo5s86tOv
7y5+4HuJCDPGvenRnL1Yggfi1SmfbPK2XS9QhRP0Ti6OsaxfcVqCfpfo3KDPIzEA
yAoz6PEUSBcCzPNSppzYROOLT3YbpTRltNdhp7kCf+1lyEH9cbt6M05H3BZGYacG
dDFfXAbjBLDruWhZSKW4SSxmQ3DI8SY+fCW7tCObt6wLHwp7qPO3SGLEDoTocTl4
F63kICk+iC5N+IQDUSd6dT+YpiMH4elmMoXLa1Xf+wo8uyhzeBPSdUdD65P/r+Nb
dOXSbWrJGZk7T1Bvvy7O16U2HYho+fWBYNufQKs9xRiJcsjK9UZs8vwoAL/+1z6r
kksWln81Dvwcejg4ggEvdqMGve1V3NaX1xe/ANBlP4sJtasAczU=
=RbCK
-----END PGP SIGNATURE-----

--=_OWt80UmHDmhYnaLdeFnUN92--

------------=_1536258008-10466-0--
