From alexandre.detiste@gmail.com  Mon Dec 18 21:05:49 2023
Received: (at submit) by bugs.x2go.org; 18 Dec 2023 20:05:58 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.7 required=3.0 tests=BAYES_50,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,SPF_HELO_NONE,
	T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2
Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id DE8A85DA94
	for <submit@bugs.x2go.org>; Mon, 18 Dec 2023 21:05:48 +0100 (CET)
Received: by mail-ot1-x32c.google.com with SMTP id 46e09a7af769-6da579e6858so2411499a34.3
        for <submit@bugs.x2go.org>; Mon, 18 Dec 2023 12:05:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20230601; t=1702929947; x=1703534747; darn=bugs.x2go.org;
        h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
         :date:message-id:reply-to;
        bh=5HD4N581ZIBXTH3UXlQwd6FncS52eOg89QCmPj+V63s=;
        b=K3wez3hT7y4f+e+mUCJcnorHlO0uqwsm6QR5KMfr42UZEaw2O89F5klKCX+TCqPnzY
         gQC4SVpKUIeAyM7RpXafw5gh3b9Ielx1BDtotH2BNgq0Vc9cAmU5IKxZ3oo3UKcWGlU4
         U8vpkek6wLWXGAROOCKwumVhZeHjSDQ2/peSsCe/6WBNEPgY/h0+ngB4gyACWGFAvJ9a
         BIEtvF4KD5cIZPutB/BsgNlZ7H36ImlVJqOo1O/QgthZvZuSo8EjV4tz16oHRUOtOKIX
         Pg+TLnBAknpjtA1e5WN7vWY01r27TXy2Dv5fY+I4hcLYb5DeTe+NH/lKJIfBWughUgly
         6Ljw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20230601; t=1702929947; x=1703534747;
        h=to:subject:message-id:date:from:mime-version:x-gm-message-state
         :from:to:cc:subject:date:message-id:reply-to;
        bh=5HD4N581ZIBXTH3UXlQwd6FncS52eOg89QCmPj+V63s=;
        b=glZ+SxLE3PVRtrGkgCYUPnBghFQ30t6iGqG+HE+gsXNaT6hbG965KQtq2ru1KwhYuj
         a+UHVLAEL8w5sfUF9M4YZbcgDuSrSi02JAaufj49a/+AIw8I61g7HNPDybFHl/QDnC2c
         gF3D/Sa7SKcQwrMU7uTTZTwG7vXW7HlAC1hqn4tsydESw2ZKVgH9eAwXuwTulpt0qoEv
         kqSR3dBnBd93kMToNNcPahQiO9RRPbtgIxvxwsavJ3tX1Gz4D5OEjv2JgZHo9YMciKzZ
         Wh03uHhHN7h2sNRsewRf6kGG930oErD5n14i8740+fwbm4aTT8/Ff+NohJ7ql5Gy+pf8
         4mMg==
X-Gm-Message-State: AOJu0YyZHPVTHrc/nrG5XoTNbuBpBdEoPxJ9EJZ6AdTwrD6m82HyL3QS
	10leKp2SFlWMqEeouo4sKWXPYcMDfXO8hw6qVl9HwBrA/v0=
X-Google-Smtp-Source: AGHT+IGGlEMhUnSGDvBKo6ARglimeqeHtRJQyubuf5X4yDP9ltL+862DzrIrfFF/CM9ruh3Y6k/JOLCA79R9tFtbQwE=
X-Received: by 2002:a9d:74d9:0:b0:6d9:ea0a:f21a with SMTP id
 a25-20020a9d74d9000000b006d9ea0af21amr15806534otl.36.1702929946676; Mon, 18
 Dec 2023 12:05:46 -0800 (PST)
MIME-Version: 1.0
From: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon, 18 Dec 2023 21:05:35 +0100
Message-ID: <CADsTwj+fHFT+-YcNSMj1nJ_=o4EE9zc9hPAQ5Jjmhcy3_cj4dQ@mail.gmail.com>
Subject: remove Python2 crumbs
To: submit@bugs.x2go.org
Content-Type: multipart/alternative; boundary="0000000000008c9545060cce466b"

--0000000000008c9545060cce466b
Content-Type: text/plain; charset="UTF-8"

Package: python-x2go
Version: 0.6.1.4

Hi,

There a are a few python2 crumbs left to remove :-)

<3 DebBugs

Good job already.

x2go/sshproxy.py:from __future__ import print_function
x2go/backends/profiles/httpbroker.py:from __future__ import print_function
x2go/backends/info/plain.py:from __future__ import print_function
python-x2go.spec:BuildRequires:  %{python_module future}
python-x2go.spec:Requires:       python-future
python-x2go.spec:Requires:       %{name_helper_python3}-future
debian/control: python3-future,

--0000000000008c9545060cce466b
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Package: python-x2go<br>Version: 0.6.1.4<br><br>Hi,<br><br=
>There a are a few python2 crumbs left to remove :-)<br><br>&lt;3 DebBugs<b=
r><br>Good job already.<br><br>x2go/sshproxy.py:from __future__ import prin=
t_function<br>x2go/backends/profiles/httpbroker.py:from __future__ import p=
rint_function<br>x2go/backends/info/plain.py:from __future__ import print_f=
unction<br>python-x2go.spec:BuildRequires: =C2=A0%{python_module future}<br=
>python-x2go.spec:Requires: =C2=A0 =C2=A0 =C2=A0 python-future<br>python-x2=
go.spec:Requires: =C2=A0 =C2=A0 =C2=A0 %{name_helper_python3}-future<br>deb=
ian/control: python3-future,<br></div>

--0000000000008c9545060cce466b--

