<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-apt/tests, 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>tests/test_paths.py: Add an 'always' warning filter, so it is reliable</title>
<updated>2015-06-16T21:36:06Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-16T21:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=6b1c6abb4d08522b41c129b4b426eeb16e03bd9a'/>
<id>urn:sha1:6b1c6abb4d08522b41c129b4b426eeb16e03bd9a</id>
<content type='text'>
Previously, the warning was not always issued, causing the test to
fail in some cases.

Also change the assertions to use the assert* methods of unittest,
and check that md5 and hash are mentioned in the deprecation
message.

Thanks: Adam Conrad
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>tests/test_paths.py: Fix indentation</title>
<updated>2015-06-16T14:44:32Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-16T14:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=b6055ab49ee5a605a1228e81885f552924ad998d'/>
<id>urn:sha1:b6055ab49ee5a605a1228e81885f552924ad998d</id>
<content type='text'>
Geany misdetected it as 8 spaces, but it should be 4.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>tests/test_paths.py: Catch and assert the DeprecationWarning</title>
<updated>2015-06-16T14:39:29Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-16T14:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=12b0e06cb6db76e60455d13269e6ff3fedab5812'/>
<id>urn:sha1:12b0e06cb6db76e60455d13269e6ff3fedab5812</id>
<content type='text'>
This fixes Ubuntu autopkg test failure wily-adt-python-apt #12.

https://jenkins.qa.ubuntu.com/job/wily-adt-python-apt/12/
</content>
</entry>
<entry>
<title>tests/test_large_file.py: make pep8 happy</title>
<updated>2015-06-11T17:46:32Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-11T17:44:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=f9fc74f216ebc613370b1b24a3e8ce935847b06c'/>
<id>urn:sha1:f9fc74f216ebc613370b1b24a3e8ce935847b06c</id>
<content type='text'>
The spacing around the ** operator looks ugly, and that's fixed in
pep8 1.6.0, but we only have 1.5.7.

Gbp-Dch: ignore
</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>rename "md5" keyword argument in AcquireFile() to "hash" and add backward compatiblity</title>
<updated>2015-05-22T10:12:47Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-05-22T10:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=83d876034f5bd74f007376f2cefc98cae77a5a94'/>
<id>urn:sha1:83d876034f5bd74f007376f2cefc98cae77a5a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/test_tagfile.py: Close files we opened to prevent leakage</title>
<updated>2015-05-15T10:28:58Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-05-15T10:28:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=bdbbe156c7aabe231343c909d4bfc5b5ac4c54ce'/>
<id>urn:sha1:bdbbe156c7aabe231343c909d4bfc5b5ac4c54ce</id>
<content type='text'>
This bug was initially experienced in the Ubuntu automatic
package testing environment, and they fixed it in 0.9.4ubuntu1
with the same (obvious) patch.

The bug was reported in Debian as #785337 with a different
patch. Compared to the patch suggested in the bug tracker,
this version is more idiomatic Python.

Closes: #785337
</content>
</entry>
<entry>
<title>apt/debfile.py: use apt_pkg.open_maybe_clear_signed_file() when opening a .dsc file</title>
<updated>2014-11-07T06:58:44Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-11-06T21:05:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=570564c21558620f474666ab3dc18e10c0818c40'/>
<id>urn:sha1:570564c21558620f474666ab3dc18e10c0818c40</id>
<content type='text'>
</content>
</entry>
</feed>
