Your message dated Sat, 03 Sep 2016 22:32:10 +0000
with message-id <e1bgjtu-0005tu...@franck.debian.org>
and subject line Bug#817038: fixed in transifex-client 0.11.1+git15~g655c5e9-1.1
has caused the Debian Bug report #817038,
regarding transifex-client: Use python-six instead of the embedded version of
python-urllib3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
817038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817038
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: transifex-client
Version: 0.11.1+git15~g655c5e9
Severity: important
Tags: patch
Transifex imports six from urlilib3 embedded version.
Since python-urllib3 (1.13.1-1) debian dropped the
embedded six module which, although it makes sense, broke
transifex-client.
Please consider applying the attached patch that switches
imports to python-six.
>From 6937c1065204cd6801f6cefe9fa7b5d9a37fe4e3 Mon Sep 17 00:00:00 2001
From: Christos Trochalakis <yati...@ideopolis.gr>
Date: Mon, 7 Mar 2016 12:16:39 +0200
Subject: [PATCH] Use six library instead of the one embedded in urllib3
---
requirements.txt | 1 +
txclib/commands.py | 2 +-
txclib/config.py | 2 +-
txclib/project.py | 2 +-
txclib/utils.py | 4 ++--
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index a42590b..71aa090 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
urllib3
+six
diff --git a/txclib/commands.py b/txclib/commands.py
index 122ecca..b221c02 100644
--- a/txclib/commands.py
+++ b/txclib/commands.py
@@ -25,7 +25,7 @@ try:
except ImportError:
import ConfigParser as configparser
-from urllib3.packages.six.moves import input
+from six.moves import input
from txclib import utils, project
from txclib.utils import parse_json, compile_json, files_in_project
diff --git a/txclib/config.py b/txclib/config.py
index f37f0a6..4bad9da 100644
--- a/txclib/config.py
+++ b/txclib/config.py
@@ -3,7 +3,7 @@ try:
except ImportError:
import ConfigParser as configparser
-from urllib3.packages import six
+import six
class OrderedRawConfigParser(configparser.RawConfigParser):
diff --git a/txclib/project.py b/txclib/project.py
index 0961abf..55c24ae 100644
--- a/txclib/project.py
+++ b/txclib/project.py
@@ -18,7 +18,7 @@ except ImportError:
from txclib import web
from txclib import utils
from urllib3.exceptions import SSLError
-from urllib3.packages import six
+import six
from txclib.urls import API_URLS
from txclib.config import OrderedRawConfigParser, Flipdict
from txclib.log import logger
diff --git a/txclib/utils.py b/txclib/utils.py
index 3f4ed81..75263fb 100644
--- a/txclib/utils.py
+++ b/txclib/utils.py
@@ -13,8 +13,8 @@ except ImportError:
from email.parser import Parser
from urllib3.exceptions import SSLError
-from urllib3.packages import six
-from urllib3.packages.six.moves import input
+import six
+from six.moves import input
from txclib.urls import API_URLS
from txclib.exceptions import UnknownCommandError
from txclib.paths import posix_path, native_path, posix_sep
--
2.7.0
--- End Message ---
--- Begin Message ---
Source: transifex-client
Source-Version: 0.11.1+git15~g655c5e9-1.1
We believe that the bug you reported is fixed in the latest version of
transifex-client, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 817...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Felix Geyer <fge...@debian.org> (supplier of updated transifex-client package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 03 Sep 2016 22:17:45 +0200
Source: transifex-client
Binary: transifex-client
Architecture: source
Version: 0.11.1+git15~g655c5e9-1.1
Distribution: unstable
Urgency: medium
Maintainer: Janos Guljas <ja...@debian.org>
Changed-By: Felix Geyer <fge...@debian.org>
Description:
transifex-client - Command line interface for Transifex
Closes: 817038
Changes:
transifex-client (0.11.1+git15~g655c5e9-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Use the six library instead of the one embedded in urllib3.
- Backport upstream commits.
- Closes: #817038
Checksums-Sha1:
92b42024126d1e6f9a795b04a4b3e02c8e760ec1 2217
transifex-client_0.11.1+git15~g655c5e9-1.1.dsc
7bd6640dd59457a4198c0f75e4df86ca09ee6b30 5676
transifex-client_0.11.1+git15~g655c5e9-1.1.debian.tar.xz
Checksums-Sha256:
080642957eec96ee01d3015834e762c1140bc7cc7ef21a3ff47a5c7ec8dc4d16 2217
transifex-client_0.11.1+git15~g655c5e9-1.1.dsc
82ebc931a493cbe0a7e53e8b202a9fe498618b77cf3123aa1940daa113c946aa 5676
transifex-client_0.11.1+git15~g655c5e9-1.1.debian.tar.xz
Files:
a7f2335d430c8b3b7b77e7ea418c7b51 2217 python optional
transifex-client_0.11.1+git15~g655c5e9-1.1.dsc
311387d2d09e97f0120a7989ffd2ae18 5676 python optional
transifex-client_0.11.1+git15~g655c5e9-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJXyzdOAAoJEP4ixv2DE11FrlEP/0Shqjg/OQWxlr4AFFhOdBan
ZPKmyTaFwaAIJcO+hCdJ0paTVdZYJ4XQc6t9NG9l4B6LD3dMffIR890GwnBxM5oP
ISXDGDsbkRBtgXBges52BIJYd4i6h34m99xVxT6s8v6EUyeqpm2rNs1GX2Gdoz9b
IBaCJM3PQtIICQVsq9tBtBCsRW88K3NMxMvfDxUkQ5G5PVO5QHC1hpp3MAnof3uy
ujJLDa8ol6L8/b/sd/q9xHSJAzczteXySNqnJ61jxVPrQVm3pxR+15pFRwsZ59NX
z7+XZZl/eiMeDKoRBfGcuUV8Qu8J2jxt9T6eLyXnHB50Ddewuc/QyjyCrywSC6GY
czWFN3zaCwzJa1WhTtKJz/CSqcIstAaphYhzfmIl1qk6WWHoH2dTrl56QhXplyww
LHvhWEUJuHsSZskD5zIqu5ZWEMBuy08aGSqGl39UxErEHVqSYeFuDW96WRvGBE6b
oaR831DzWSRK3ougV/MVD+9BnW1pXWeaw3sY6aAkeMnwbGkHKjSAB8dkWcTlLJtg
Yiv20xvQ2Br39Iy17CWkP8z8bz+TYEiKEJTWajshj+PluqStYqAlGXd32ghUVAxx
4WNA8L8j5NpqQcHz/URCMBCyxHsFiw6f7F5rlFWP70sRKhNh8EsmlMswD0M7RJoc
5lO0SuhI0pAgxIi1VJkf
=Gczf
-----END PGP SIGNATURE-----
--- End Message ---