diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-12-11 15:32:02 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-12-11 15:32:02 +0100 |
| commit | 610c1592a0118483651e66d12eea51df0624ebc1 (patch) | |
| tree | f4ce184c0418eccd47bcde40df1063a4430c6f88 /debian | |
| parent | 2ad969f628aee2948a12f8c3ba03572646ac4c5f (diff) | |
| parent | c7eb97c2fc8e2f4d3a7e41ac615382657eb95d49 (diff) | |
| download | python-apt-610c1592a0118483651e66d12eea51df0624ebc1.tar.gz | |
merged test-fixes from ubuntu (mostly for dep8)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2db49743..a7292ef3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,7 +14,42 @@ python-apt (0.8.9~exp1) UNRELEASED; urgency=low [ Jason Conti ] * lp:~jconti/python-apt/closeable-cache: - add apt.Cache.close() method + + [ Martin Pitt ] + * tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with + an unintelligible crash. + * tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception + if it does not match the expectation, so that this becomes possible to + debug. + * aptsources/distro.py: Replace the deprecated getiterator() ElementTree + method with iter(), to avoid raising a PendingDeprecationWarning. + * tests/test_auth.py: Temporarily disable $http_proxy for the tests, as + gnupg does not get along with proxies (LP #789049) + [ Colin Watson ] + * tests/test_apt_cache.py, tests/test_lp659438.py, tests/test_progress.py: + - Clear out APT::Update::Post-Invoke and + APT::Update::Post-Invoke-Success in tests that call cache.update to + avoid pollution from the host system. + * tests/test_auth.py: + - Discard stderr from gpg. + - Try successive keyserver ports if 19191 is already in use. + * aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py, + tests/test_apt_cache.py, tests/test_debfile_multiarch.py: + - Use logging.warning rather than the deprecated logging.warn. + * tests/test_debfile_multiarch.py: + - Don't log warnings when skipping tests; the resulting stderr output + causes autopkgtest to fail. + * tests/test_all.py: + - Write general test status output to stdout, not stderr. + * tests/test_aptsources.py: + - Clean up file object in test_enable_component. + * tests/test_lp659438.py: + - Add an Architecture: line to the test Packages file so that apt + doesn't get upset with it. + * data/templates/Ubuntu.info.in: + - Fix descriptions of quantal and raring. + -- Michael Vogt <mvo@debian.org> Mon, 15 Oct 2012 10:03:21 +0200 python-apt (0.8.8.2) UNRELEASED; urgency=low |
