From unknown Fri Mar 29 03:31:49 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#1275: X2Go issue (in src:python-x2go) has been marked as closed Reply-To: Mike Gabriel Mike Gabriel , 1275@bugs.x2go.org Resent-From: Mike Gabriel Mike Gabriel Resent-To: x2go-dev@lists.x2go.org Resent-CC: owner@bugs.x2go.org X-Loop: owner@bugs.x2go.org Resent-Date: Thu, 06 Sep 2018 18:20:03 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 1275 X-X2Go-PR-Package: src:python-x2go X-X2Go-PR-Keywords: pending Received: via spool by 1275-submit@bugs.x2go.org id=B1275.153625798110219 (code B ref 1275); Thu, 06 Sep 2018 18:20:03 +0000 Received: (at 1275) by bugs.x2go.org; 6 Sep 2018 18:19:41 +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=ham 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: Mike Gabriel Mike Gabriel To: 1275-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 1275@bugs.x2go.org 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.