dwww Home | Show directory contents | Find package

python-x2go (0.6.1.4-0x2go1+git20230822.1534+12.main.1) bookworm; urgency=medium

  * Auto-built Debian bookworm (12) package for packages.x2go.org
    repository (Git commit: b7039cb95eaf78b6ad9e5114b1b5d615e3c0428c).

 -- Jenkins <jenkins@japsand.x2go.org>  Tue, 22 Aug 2023 03:28:49 +0200

python-x2go (0.6.1.4-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream version (0.6.1.4):
    - Make build (more) reproducible: no builddir in python-x2go-doc.
    - Amend SyntaxWarning ('is not' used on a literal).
    - 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.
    - 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).
    - x2go/client.py: Catch some (more)
      x2go_exceptions.X2GoSessionRegistryException occurrences.
    - Rewrite string variables to '' if they are set to None during instance
      construction.
    - x2go/log.py: Start logging to stdout (rather than stderr).
  * debian/*:
    + Drop Python2 builds.

  [ Mihai Moldovan ]
  * New upstream version (0.6.1.4):
    - misc: pre-release copyright update.
  * python-x2go.spec:
    + Drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
    + Only BR python-configparser on *SuSE, if we actually build a Python 2
      variant.
    + Correctly drop python-configparser BR on *SuSE if we're building against
      Python 3 only.
    + Remove pycache handling from the files list. Python-2-variants don't
      have the concept of __pycache__ directories at all, so using
      %pycache_only there is redundant. Python-3-variants sprinkle __pycache__
      directories wherever there are .py files, which means that they are
      conveniently contained in the "x2go" subdirectory of sitelib. Older
      *SuSE versions, including Leap, just ignored files or directories in the
      %files list that do not exist, but Tumbleweed is throwing an error if
      you try to include a file or directory that does not exist. The fix is
      easy: don't try to include the non-existent __pycache__ top-level
      directory.

 -- X2Go Release Manager <git-admin@x2go.org>  Sun, 20 Aug 2023 03:11:25 +0200

python-x2go (0.6.1.3-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream release 0.6.1.3:
    - x2go/backends/terminal/plain.py: Fix keyboard layout setting under
      Python3. <bytes>.decode() does not modify the variable in place but
      needs an assignment.
    - Check availability of X2Go KDrive base support server-side before
      firing up x2gokdriveclient.
    - x2go/_paramiko.py: Monkey-patch PKey._write_private_key() method as
      it is broken under Python3.
      See: https://github.com/paramiko/paramiko/pull/1583/

  [ Mihai Moldovan ]
  * New upstream version (0.6.1.3):
    - Makefile.docupload: make sphinx-apidoc overridable/configurable.
    - x2go/_paramiko.py: stop monkey-patching very old paramiko versions with
      the private key fix for Python 3. We don't care for
      Python-3-compatibility there and they implement serialization on their
      own anyway.
    - misc: pre-release copyright update.
  * python-x2go.spec:
    + Call a more specialized version of sphinx-apidoc depending on the Python
      version we're building against. When building for Python 3, use the
      specific Python-3-version corresponding to %{python3_version}.
      Otherwise, try to auto-detect the correct version by scanning for either
      sphinx-apidoc-%{python2_version}, sphinx-apidoc-2 or just defaulting to
      sphinx-apidoc (and hoping very hard that this is actually the
      Python-2-version).
    + Fix condition in doc build.
    + Reflow comments (only).
    + Also use the same detection mechanism for sphinx-build.
    + Correctly check for existance of %{python2_version}.
    + Add Python-3-autodetection via %{python3_version} and fallbacks to
      %{py3_ver} and yet another to the plain "3" postfix.
    + Fix fallback detection. We want to fall back if the variables are empty,
      not set.
    + Fix sphinx-{apidoc,build} calls by using the new shell variables, not
      RPM macros.

 -- X2Go Release Manager <git-admin@x2go.org>  Wed, 01 Jan 2020 14:06:16 +0100

python-x2go (0.6.1.2-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream version (0.6.1.2):
    - Fix writing of inifiles when running under Python3.
    - x2go/inifiles.py: No need to import future's print_function() anymore.

  [ Mihai Moldovan ]
  * New upstream version (0.6.1.2):
  * python-x2go.spec:
    + Rework python_module compat section. Be generic. Add support for EPEL 7+
      packages via %{python3_pkgversion}, hardcode EPEL 6 packages to python34
      and leave everything else mostly untouched.
    + Add name_helper_python3 macro, simplifying Python 3 package name usage a
      lot.
    + Same thing as name_helper_python2 for Python 2 names.
    + Switch to actually using %{name_helper_python3}.
    + Same for %{name_helper_python2}.
    + Macros with empty bodies are not allowed, define them to be %{nil}.
    + Don't override sections if the target name is python-x2go.
    + Fix syntax error.
    + Fix name checks.

 -- X2Go Release Manager <git-admin@x2go.org>  Thu, 26 Dec 2019 08:18:07 +0100

python-x2go (0.6.1.1-0x2go1) unstable; urgency=medium

  [ Mihai Moldovan ]
  * New upstream version (0.6.1.1):
    - misc: pre-release copyright update.

 -- X2Go Release Manager <git-admin@x2go.org>  Fri, 22 Nov 2019 06:53:50 +0100

python-x2go (0.6.1.0-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream version (0.6.1.0):
    - X2GoSessionInfo: Drop debug print command.
    - X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance
      more gracefully.
    - X2GoSessionInfo: Cache virtually immutable session type.
    - X2GoSessionInfo: Add is_initialized() method.
    - X2GoTerminalSession: Fix __doc__ string of constructor.
    - X2GoTerminalSession: Fully delegate the session type handling
      and remembering to the session's X2GoSessionInfo object.
    - Add X2Go KDrive graphical rendering backend support.
    - X2GoServerSessionList: Provide proper accessor method for getting
      the complete list of sessions.
    - Fix CINNAMON (2d) support.
    - x2go/{backends/printing/file.py,defaults.py}: Fix type mismatch (str
      vs. unicode) when opening print settings dialog in PyHoca-GUI (still
      using Python2).
    - x2go/log.py: Fix exception triggered in Python2'ish pyhoca-gui due to
      wrong string encoding stemming for Python X2Go's logger code.
  * debian/control:
    + Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-x2go.

  [ Mihai Moldovan ]
  * New upstream version (0.6.1.0):
  * python-x2go.spec:
    + Newer RPM versions bail out on extra data (even comments) after an
      %endif clause, so move the comment to a separate line. Technically,
      comments are only allowed at the start of a line, so that's not
      incorrect...
    + Disable python2 builds on FC31+. Python 2 support has been deprecated in
      FC30 with a mass-removal of packages and FC31 continues this trend, but
      also disallows building new Python 2 packages.
    + Fix syntax error: if => %if.
  * debian/control:
    + Make x2gokdriveclient a recommendation rather than a dependency because
      we haven't had a proper release of that package yet.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 20 Nov 2019 08:09:05 +0100

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog python3-x2go`.

Generated by dwww version 1.15 on Thu Jun 27 23:04:25 CEST 2024.