lp:ubuntu/raring/python-apt

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/raring/python-apt
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

171. By Matthias Klose

Make python{,3}-apt{,-dbg} Multi-Arch: allowed. LP: #1130709.

170. By 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)

169. By 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.

168. By Colin Watson

* tests/test_lp659438.py:
  - Add an Architecture: line to the test Packages file so that apt
    doesn't get upset with it.

167. By Colin Watson

* data/templates/Ubuntu.info.in:
  - Fix descriptions of quantal and raring.

166. By Michael Vogt

[ Michael Vogt ]
* merged from the debian-sid branch:
  - do not build-depend on python-unittest2, only needed for python2.6
* merged from the debian-experimental branch
* python/tag.cc:
  - make TagSecString_FromStringAndSize, TagSecString_FromString
    static, thanks to jcristau
* python/cache.cc:
  - add "Codename" to PackageFile object
* add dep8 style autopkgtest support
* build fixes for python3.3
* data/templates/Ubuntu.info.in:
  - add raring

[ Jason Conti ]
* lp:~jconti/python-apt/closeable-cache:
  - add apt.Cache.close() method

165. By Michael Vogt

* apt/auth.py:
  - do not fail to import keys that start with "0x" (LP: #1065015)

164. By Michael Vogt

* lp:~mvo/python-apt/recv-key-lp1016643:
  - Only support long (v4) keyids when downloading keys and
    check the keys fingerprint before importing. This avoids
    man-in-the-middle attacks (LP: #1016643)
* lp:~mvo/python-apt/fix-debfile-crash:
  - fix crash on missing candidates in the multiarch check

163. By Barry Warsaw

python/string.cc, tests/test_lp1030278.py: Fix StrSizeToStr() so that
1) it first checks for PyLong-ness so that in Python 3 on i386, it
will be able to convert larger numbers (via doubles rather than ints);
2) before doing the conversions through the apt API, check to see if a
Python exception occurred, e.g. OverflowError, and return an error
condition in that case instead of masking it. (LP: #1030278)

162. By Michael Vogt

[ James Hunt ]
* python/cache.cc: PkgCacheGetIsMultiArch(): Return calculated
  value rather than a random one.

[ Michael Vogt ]
* merged fixes from the debian-sid branch

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/python-apt
This branch contains Public information 
Everyone can see this information.

Subscribers