Bug#506861: python-debian: support data.tar.xz member

2014-01-14 Thread Jakub Wilk
* Stuart Prescott stu...@debian.org, 2012-06-29, 00:57: +p = subprocess.Popen(['unxz', '--stdout'], + stdin=subprocess.PIPE, stdout=subprocess.PIPE, + universal_newlines=False) +fh2 =

Bug#506861: python-debian: support data.tar.xz member

2013-11-28 Thread Miroslav Suchy
What is current status of this bug? It cause problem to Spacewalk users as they can not upload recent Debian packages to Spacewalk, because python-debian does not recognize those files as Debian packages. Mirek -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#506861: python-debian: support data.tar.xz member

2012-12-27 Thread Julien Cristau
On Sat, Dec 15, 2012 at 08:26:59 +0100, Guillem Jover wrote: Hi! On Fri, 2012-06-29 at 00:57:03 +0100, Stuart Prescott wrote: For python 3.3, the unxz utility from the xz-utils package is used to decompress the member which is then fed into the python tarfile module as would be

Bug#506861: python-debian: support data.tar.xz member

2012-12-27 Thread Guillem Jover
On Thu, 2012-12-27 at 16:59:15 +0100, Julien Cristau wrote: On Sat, Dec 15, 2012 at 08:26:59 +0100, Guillem Jover wrote: On Fri, 2012-06-29 at 00:57:03 +0100, Stuart Prescott wrote: For python 3.3, the unxz utility from the xz-utils package is used to decompress the member which is then

Bug#506861: python-debian: support data.tar.xz member

2012-12-14 Thread Guillem Jover
Hi! On Fri, 2012-06-29 at 00:57:03 +0100, Stuart Prescott wrote: For python 3.3, the unxz utility from the xz-utils package is used to decompress the member which is then fed into the python tarfile module as would be done for gz or bz2 members. This is crude but works fine. Perhaps