lp:ubuntu/maverick-proposed/python-apt

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick-proposed/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
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

121. By Loïc Minier

[ Loïc Minier ]
* Backport change below to fix bogus sizes returned by python-apt funcs.

[ Julian Andres Klode ]
* apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)

120. By Michael Vogt

* python/acquire-item.cc:
  - fix format string for FileSize and PartialSize to be
    long long instead of float
  - use strsprint() instead of PyString_FromFormat() because the
    later does not support %llu until python 2.7. This fixes the
    segfault LP: #655154

119. By Michael Vogt

Fix return type of DebSize() and UsrSize(), its long long,
not float. Thanks to Sebastian Heinlein, LP: #642936

118. By Michael Vogt

* data/templates/Ubuntu.info.in:
  - add extras.ubuntu.com and archvie.canonical.com to the
    templates
* aptsources/distinfo.py, aptsources/distro.py:
  - support non-official templates (like extras.ubuntu.com)
* python/tag.cc:
  - accept "byte" type as well in TacSecNew (for py3)

117. By Michael Vogt

[ Kiwinote ]
* apt/debfile:
  - don't fail if we conflict with the pkgs we are reinstalling

[ Michael Vogt ]
* add "provides" property to the apt.Version objects
* apt/debfile.py:
  - fix error when reading binary content and add regresion test
* merged patch from Samuel Lidén Borell to fix crash if there utf8
  in the control file (LP: #624290) and add test
* apt/cache.py:
  - add "sources_list" parameter to cache.update() to force updating
    a single sources.list entry only
* debian/control:
  - add missing build-depends on python-debian (needed to run the
    tests for apt.debfile.DebPackage()

116. By Michael Vogt

* debian/control:
  - add missing build-depends on python-debian (needed to run the
    tests for apt.debfile.DebPackage()

115. By Michael Vogt

* cherry pick debfile fix from lp:~mvo/python-apt/mvo (402..405):
  * apt/debfile.py:
    - fix error when reading binary content and add regresion test

114. By Michael Vogt

* apt/debfile.py:
  - add missing init for _installed_conflicts (LP: #618597)

113. By Michael Vogt

* python/acquire.cc:
  - return long long when calling TotalNeeded(), FetchNeeded() and
    PartialPresent() from pkgAcquire(). This follows the change
    in libapt.

112. By Michael Vogt

* apt/debfile.py:
  - fix crash in DscFile handling and add regression test

Branch metadata

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

Subscribers