| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-04 | * doc/examples/build-deps.py: | Michael Vogt | 1 | -0/+7 | |
| - update the build-deps.py example to use the apt API more | |||||
| 2011-12-19 | * apt/debfile.py: | Michael Vogt | 1 | -0/+2 | |
| - fix crash in dep multiarch handling | |||||
| 2011-12-08 | * handle architecture-specific conflicts correctly (LP: #829138) | Michael Vogt | 1 | -0/+13 | |
| * lp:~mvo/python-apt/debfile-multiarch: - add multiarch support to the debfile.py code * tests/test_apt_cache.py: - add additional check if provides test can actually be run | |||||
| 2011-12-08 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+2 | |
| - add additional check if provides test can actually be run | |||||
| 2011-12-08 | * lp:~mvo/python-apt/debfile-multiarch: | Michael Vogt | 1 | -0/+4 | |
| - add multiarch support to the debfile.py code | |||||
| 2011-12-08 | handle architecture-specific conflicts correctly (LP: #829138) | Michael Vogt | 1 | -0/+7 | |
| 2011-12-01 | releasing version 0.8.2 | Michael Vogt | 1 | -3/+2 | |
| 2011-12-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | 1 | -3/+20 | |
| 2011-12-01 | * apt/progress/base.py: | Michael Vogt | 1 | -0/+4 | |
| - write exception text to stderr to avoid hidding exceptions like "pre-configure failed" from libapt (thanks to Jean-Baptiste Lallement) | |||||
| 2011-11-24 | fixed a typo, changed "Open Source software" to | Michael Vogt | 1 | -0/+4 | |
| "free and open-source software" (LP: #500940) | |||||
| 2011-11-22 | apt/package.py: use lt() instead of cmp() | Michael Vogt | 1 | -1/+1 | |
| 2011-11-22 | cleanup based on feedback from juliank | Michael Vogt | 1 | -3/+3 | |
| 2011-11-17 | make Dependency a list (it should probably also renamed to DependencyOrGroup ↵ | Michael Vogt | 1 | -1/+3 | |
| or something), thanks to Christop Groth | |||||
| 2011-11-17 | allow Dependency object to be iteratable, this allows to write | Michael Vogt | 1 | -0/+4 | |
| code like: for or_dep_group in pkg.candidate.dependencies: for dep in or_dep_group: do_something() | |||||
| 2011-11-17 | * apt/package.py: | Michael Vogt | 1 | -0/+2 | |
| - add new "suggests" property, thanks to Christop Groth | |||||
| 2011-11-15 | merged from lp:~mvo/apt/mvo | Michael Vogt | 1 | -0/+4 | |
| 2011-11-14 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 | |
| - set Dir::bin::dpkg if a alternate rootdir is given (LP: #885895) | |||||
| 2011-11-10 | fix build against apt in experimental | Michael Vogt | 1 | -0/+1 | |
| 2011-11-10 | merge from the mvo branch | Michael Vogt | 2 | -1/+11 | |
| 2011-11-10 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 | |
| - remove "print" when creating dirs in apt.Cache(rootdir=dir), thanks to Martin Pitt | |||||
| 2011-10-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 1 | -0/+2 | |
| - add apt_pkg.get_architectures() call | |||||
| 2011-10-21 | merged from the debian-sid branch | Michael Vogt | 1 | -6/+31 | |
| 2011-10-21 | * tests/test_aptsources.py: | Michael Vogt | 2 | -1/+6 | |
| - use unlzma from xz-utils instead of lzma to follow what dpkg is using (LP: #868188) * debian/control: - add recommends to xz-lzma to ensure we have the unlzma command | |||||
| 2011-10-19 | * po/sr.po: | Michael Vogt | 1 | -0/+2 | |
| - updated, thanks to Nikola Nenadic (closes: #638308) | |||||
| 2011-10-19 | apt/debfile.py: Remove the need to explcitly call check() in order | Michael Vogt | 1 | -0/+3 | |
| to get output from require_changes and missing_deps (closes: #624379) | |||||
| 2011-10-19 | grammar fix in the cache.py doc (closes: #626610) | Michael Vogt | 1 | -0/+1 | |
| 2011-10-19 | rm usage of camelcase in cache.py doc (closes: #626617) | Michael Vogt | 1 | -0/+4 | |
| 2011-10-19 | * po/da.po: | Michael Vogt | 1 | -0/+2 | |
| - updated, thanks to Joe Dalton (closes: #631309) | |||||
| 2011-10-19 | * po/pt_BR.po: | Michael Vogt | 1 | -1/+3 | |
| - updated, thanks to Sergio Cipolla (closes: #628398) | |||||
| 2011-10-19 | * po/python-apt.pot: | Michael Vogt | 1 | -0/+2 | |
| - refreshed | |||||
| 2011-10-19 | * merged from ubuntu: | Michael Vogt | 1 | -0/+9 | |
| - use logging instead of print - update distro template Ubuntu.info.in - add xz compression support | |||||
| 2011-10-19 | releasing version 0.8.1ubuntu1 | Michael Vogt | 1 | -2/+2 | |
| 2011-10-19 | merged from debian/sid | Michael Vogt | 1 | -1/+32 | |
| 2011-10-19 | * data/templates/Ubuntu.info.in: | Michael Vogt | 1 | -0/+2 | |
| - add precise | |||||
| 2011-10-19 | releasing version 0.8.1 | Michael Vogt | 1 | -2/+2 | |
| 2011-10-10 | * aptsources/sourceslist.py: | Michael Vogt | 1 | -0/+7 | |
| - import distinfo from the same dir (LP: #871007) | |||||
| 2011-10-05 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+3 | |
| - add __cmp__ to apt.Package so that sort() sorts by name on list of package objects | |||||
| 2011-10-04 | - packages in marked_install state can also be auto-removable | Michael Vogt | 1 | -0/+5 | |
| * add concept of "ParentComponent" for e.g. ubuntu/multiverse that needs universe enabled as well (plus add test) * apt/progress/gtk2.py: - update to the latest vte API for child-exited (LP: #865388) | |||||
| 2011-10-04 | * apt/progress/gtk2.py: | Michael Vogt | 1 | -0/+7 | |
| - update to the latest vte API for child-exited (LP: #865388) | |||||
| 2011-10-04 | * apt/progress/gtk2.py: | Michael Vogt | 1 | -0/+2 | |
| - update to the latest vte API for child-exited (LP: #865388) | |||||
| 2011-09-28 | releasing version 0.8.0ubuntu8 | Michael Vogt | 1 | -2/+2 | |
| 2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 1 | -0/+8 | |
| that needs universe enabled as well (plus add test) LP: #829284 | |||||
| 2011-09-28 | add concept of "ParentComponent" for e.g. ubuntu/multiverse | Michael Vogt | 1 | -0/+2 | |
| that needs universe enabled as well (plus add test) | |||||
| 2011-09-28 | * apt/package.py: | Michael Vogt | 1 | -0/+2 | |
| - packages in marked_install state can also be auto-removable | |||||
| 2011-08-11 | releasing version 0.8.0ubuntu7 | Michael Vogt | 1 | -2/+2 | |
| 2011-08-11 | * utils/get_ubuntu_mirrors_from_lp.py: | Michael Vogt | 1 | -0/+3 | |
| - add "mirror://mirrors.ubuntu.com/mirrors.txt" to the default mirror list | |||||
| 2011-08-11 | * aptsources/distinfo.py: | Michael Vogt | 1 | -0/+7 | |
| - make mirror a valid protocol name | |||||
| 2011-08-11 | * aptsources/distinfo.py: | Michael Vogt | 1 | -0/+2 | |
| - make mirror a valid protocol name | |||||
| 2011-08-10 | releasing version 0.8.0ubuntu6 | Michael Vogt | 1 | -2/+5 | |
| 2011-08-10 | * tests/test_all.py: | Michael Vogt | 1 | -0/+2 | |
| - print library dir to hunt down build failure on amd64 | |||||
