summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Collapse)AuthorFilesLines
2012-03-28* apt/cache.py:Michael Vogt1-2/+1
- fix _have_multi_arch flag (thanks to Sebastian Heinlein)
2012-03-27* apt/package.py:Michael Vogt1-1/+4
- if there is no Version.uri return None
2012-01-31apt/debfile.py: kill _supported_data_members its actually not used anymore ↵Michael Vogt1-7/+0
and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!)
2012-01-31* apt/debfile.py:Michael Vogt1-17/+20
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian
2012-01-30GREEN: apt.Version has a "policy_priority" propertyMichael Vogt1-0/+11
2011-12-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt2-13/+2
2011-12-19* apt/debfile.py: Michael Vogt1-1/+2
- fix crash in dep multiarch handling
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt1-5/+51
- add multiarch support to the debfile.py code
2011-12-08handle architecture-specific conflicts correctly (LP: #829138)Michael Vogt1-1/+2
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt3-11/+28
2011-12-01apt/debfile.py: add py3 compat for to_strish()Michael Vogt1-12/+14
2011-12-01apt/progress/base.py: fix silly leftover from last commitMichael Vogt1-2/+0
2011-12-01fix debfile binary test for py3Michael Vogt1-2/+9
2011-12-01py3 fixes/cleanMichael Vogt1-0/+2
2011-12-01* apt/progress/base.py:Michael Vogt1-1/+3
- write exception text to stderr to avoid hidding exceptions like "pre-configure failed" from libapt (thanks to Jean-Baptiste Lallement)
2011-11-22apt/package.py: use lt() instead of cmp()Michael Vogt1-2/+2
2011-11-22cleanup Michael Vogt2-9/+9
2011-11-22cleanup based on feedback from juliankMichael Vogt2-8/+21
2011-11-17make Dependency a list (it should probably also renamed to DependencyOrGroup ↵Michael Vogt1-8/+6
or something), thanks to Christop Groth
2011-11-17allow Dependency object to be iteratable, this allows to writeMichael Vogt1-0/+3
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 Vogt1-0/+5
- add new "suggests" property, thanks to Christop Groth
2011-11-14* apt/cache.py:Michael Vogt1-0/+4
- set Dir::bin::dpkg if a alternate rootdir is given (LP: #885895)
2011-11-10* apt/cache.py:Michael Vogt1-1/+1
- remove "print" when creating dirs in apt.Cache(rootdir=dir), thanks to Martin Pitt
2011-10-21apt/debfile.py: really check against architectureMichael Vogt1-1/+1
2011-10-21make the tests passMichael Vogt1-7/+29
2011-10-21first cut of multiarch support, tests still fail thoughMichael Vogt1-5/+29
2011-10-21merged from the debian-sid branchMichael Vogt3-7/+10
2011-10-19apt/debfile.py: Remove the need to explcitly call check() in orderMichael Vogt1-1/+3
to get output from require_changes and missing_deps (closes: #624379)
2011-10-19grammar fix in the cache.py doc (closes: #626610)Michael Vogt1-2/+1
2011-10-19rm usage of camelcase in cache.py doc (closes: #626617)Michael Vogt1-2/+2
2011-10-19merged from debian/sidMichael Vogt1-2/+2
2011-10-05* tests/test_apt_cache.py:Michael Vogt1-0/+3
- add __cmp__ to apt.Package so that sort() sorts by name on list of package objects
2011-10-04* apt/progress/gtk2.py:Michael Vogt1-4/+5
- update to the latest vte API for child-exited (LP: #865388)
2011-10-04* apt/progress/gtk2.py:Michael Vogt1-4/+5
- update to the latest vte API for child-exited (LP: #865388)
2011-09-28* apt/package.py:Michael Vogt1-2/+2
- packages in marked_install state can also be auto-removable
2011-08-09* apt/package.py:Michael Vogt1-4/+4
- fix py3 compatbility with print
2011-08-09apt/package.py: make print statements py3 compatbileMichael Vogt1-4/+4
2011-08-01* merged from the debian/sid bzr branchMichael Vogt1-5/+5
* Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512) * python/arfile.cc: - use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx * tests/test_aptsources_ports.py, tests/test_aptsources.py: - use tmpdir during the tests to fix test failure with apt from experimental * Upload to unstable * Increase Breaks for update-notifier to 0.99.3debian9 * utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls * debian/control: Standards-Version 3.9.2 * Fix Lintian overrides * Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en) * po/urd.po: Remove, ur.po is the correct file * debian/source/format: Add, set it to "3.0 (native)" * Fix get_changelog in Python 3 (Closes: #626532) * apt/package.py: fix a few typos [formated->formatted] (Closes: #597054) * doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225) - one typo [2to => 2to3], one broken link [pep8.py link] * Esperanto (Closes: #626430)
2011-05-27apt/package.py: fix a few typos [formated->formatted] (Closes: #597054)Julian Andres Klode1-4/+4
2011-05-27Fix get_changelog in Python 3 (Closes: #626532)Julian Andres Klode1-1/+1
2011-05-26merge from debian, omit disable of the 0.7 APIMichael Vogt6-21/+92
2011-04-29apt.Cache: Add a _changes_count member for later useJulian Andres Klode1-0/+9
2011-04-29apt.cache: Emit change signals in ProblemResolverJulian Andres Klode1-0/+5
2011-04-12apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)Julian Andres Klode1-4/+34
2011-04-12apt/cache.py: Add versionaddedJulian Andres Klode1-0/+2
2011-04-12apt.cache: Add a fetch_archives() method (Closes: #622347)Julian Andres Klode1-0/+22
2011-04-12apt.cache: Document that update() may need an open() (Closes: #622342)Julian Andres Klode1-0/+4
2011-04-11apt.progress: Use long for ETA, natural type for size (LP: #377375)Julian Andres Klode2-5/+5
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode4-12/+11
2011-04-04merged from debian-sidMichael Vogt2-17/+52