<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-apt/tests/data, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/pkg-python/python-apt/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/pkg-python/python-apt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/'/>
<updated>2015-06-21T11:01:21Z</updated>
<entry>
<title>fix py3 issue with auto .gz decompression and add test</title>
<updated>2015-06-21T11:01:21Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2015-06-21T10:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=c74dc171bf03d27ffb77f150f144cac47cd3f8f5'/>
<id>urn:sha1:c74dc171bf03d27ffb77f150f144cac47cd3f8f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python/tarfile.cc: LFS: Handle too large file</title>
<updated>2015-06-11T14:15:34Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-11T14:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=3ae6e69473c785b6c56cfb27c31a7c9375416f06'/>
<id>urn:sha1:3ae6e69473c785b6c56cfb27c31a7c9375416f06</id>
<content type='text'>
Handle both file sizes larger than SIZE_MAX and allocation
failures when reading the data of a tarmember.

If using the go() function with a callback, pass None as the data
parameter for files that are too large. For extractdata, raise
a MemoryError if the file too extract is too large.

Also check for an existing error first in extractdata, before
raising a new one.

Test the whole thing on 32-bit platforms with a sample deb that
contains a zeroed file that is 5GB large (compressed using xz
at level 1 to a few kb).
</content>
</entry>
<entry>
<title>apt.debfile: Fix splitting of multi-lines Binary fields in dsc files</title>
<updated>2015-06-10T13:24:27Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-10T13:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=4f34ca7de1defc09b119565a35b71e4cca919346'/>
<id>urn:sha1:4f34ca7de1defc09b119565a35b71e4cca919346</id>
<content type='text'>
In a multi-line field, a comma might be followed by a newline instead
of a space.

Closes: #751770
</content>
</entry>
<entry>
<title>Support all compressors for data.tar/control.tar (Closes: #718330)</title>
<updated>2014-03-17T14:36:57Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-03-17T13:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=3c9e1b4fce9a587436965c495f5e43f96e115207'/>
<id>urn:sha1:3c9e1b4fce9a587436965c495f5e43f96e115207</id>
<content type='text'>
This makes our support very flexible, and open for future additions
of new compression algorithms.

debfile_extract_tar() is almost identical to ExtractTarMember() of
apt's debDebFile.
</content>
</entry>
<entry>
<title>tests/data/aptsources/sources.list.testDistribution: Add tanglu</title>
<updated>2014-02-22T17:59:41Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-02-22T16:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=002cd5cb0e6a9d0e20fff877b81f43b037346e8f'/>
<id>urn:sha1:002cd5cb0e6a9d0e20fff877b81f43b037346e8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add back test_hashsums from old and update</title>
<updated>2014-01-07T00:07:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-01-07T00:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=619752ea94420e1c22fd37542ba36803cb5aeb91'/>
<id>urn:sha1:619752ea94420e1c22fd37542ba36803cb5aeb91</id>
<content type='text'>
These are automatic tests and they still work, so it's pointless
not to use them.
</content>
</entry>
<entry>
<title>aptsources: Correctly parse multiple options (LP: #1103200)</title>
<updated>2013-10-21T18:20:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2013-10-21T18:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=8a67219266605b39a522aee08bf7cd3b0b6c3a8c'/>
<id>urn:sha1:8a67219266605b39a522aee08bf7cd3b0b6c3a8c</id>
<content type='text'>
It's still not optimal and we do not support the arch+ and arch-
options, but it's a beginning.
</content>
</entry>
<entry>
<title>apt/debfile.py: Pass strip_multi_arch=False to parse_depends.</title>
<updated>2013-10-21T08:49:29Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2013-10-21T08:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=c7fd83fdfca918a7cf0b416d341bf7687a11792f'/>
<id>urn:sha1:c7fd83fdfca918a7cf0b416d341bf7687a11792f</id>
<content type='text'>
Patch by Michael, tests derived from the ones provided by the
reporter.

I included the test debs without the source package, as for our
use case, all needed "source code" is included in the package
itself anyway.

Reported-By: Francois Gouget &lt;fgouget@free.fr&gt;
Closes: #717859
Closes: #717861
</content>
</entry>
<entry>
<title>add test for utils.get_release_date_from_release_file and update code for more py3 friendliness</title>
<updated>2012-06-11T07:23:45Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2012-06-11T07:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=9ff1b964d3b4ccb041eddfda9ad930db736769a1'/>
<id>urn:sha1:9ff1b964d3b4ccb041eddfda9ad930db736769a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* tests/test_tagfile.py:</title>
<updated>2012-02-03T09:55:20Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2012-02-03T09:55:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=d3ea76a031fd9cb804741ec9955eccbbdb5f16f7'/>
<id>urn:sha1:d3ea76a031fd9cb804741ec9955eccbbdb5f16f7</id>
<content type='text'>
  - add test for apt_pkg.TagFile() both for compressed/uncompressed
    files</content>
</entry>
</feed>
