summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06* cherry pick multiarch support for aptsources from debianMichael Vogt4-9/+103
* aptsources: Parse multi-arch sources.list files correctly * aptsources: Allow insertion of new multi-arch entries
2011-04-06cherry pick -r 505..506 http://bzr.debian.org/apt/python-apt/debian-experimentalMichael Vogt3-4/+50
2011-04-06cherry pick -r 504..505 http://bzr.debian.org/apt/python-apt/debian-experimentalMichael Vogt4-5/+49
2011-04-04merged from debian-sidMichael Vogt11-25/+162
2011-04-04merged from the debian-sid branchMichael Vogt1-2/+2
2011-04-04merged from the debian-sid branchMichael Vogt5-13/+18
2011-04-04Release 0.7.100.3Julian Andres Klode1-2/+2
2011-04-04Rework Python 3.2 patchJulian Andres Klode5-12/+7
Move Python 3 debug files before installing other files (Closes: #619528)
2011-04-04* debian/rules:Julian Andres Klode2-1/+9
- Support the nocheck build option and ignore test failures on hurd (Closes: #610448)
2011-04-04merged from debian-sidMichael Vogt10-26/+135
2011-04-04* debian/python3-apt-dbg.installJulian Andres Klode2-1/+3
- Do not try to install old-style debugging files.
2011-04-04Fix mixed tab/spaces indentation in xz testJulian Andres Klode2-1/+2
2011-04-04Merge not-uploaded NMU diff by scott kittermanJulian Andres Klode4-3/+16
* Override override_dh_auto_install to install python3 extensions in the correct locations (Closes: #619528) - Drop .so files from python3-apt.install * Removed ${python:Breaks} - No longer used in dh_python2
2011-04-04apt/cache.py: Do not pack full names into _set, use a _fullnameset insteadJulian Andres Klode1-10/+13
This keeps the length correct, and ensures that we only iterate once over each package
2011-04-04* tests/test_apt_cache.py:Julian Andres Klode2-2/+4
- Package records 'Package' field now corresponds to shortname
2011-04-04* tests/test_debfile.py:Julian Andres Klode2-0/+5
- Disable multi-arch for the test, it fails when run via test_all.py
2011-04-04* apt/cache.py, apt/package.py:Julian Andres Klode3-9/+44
- Add architecture property to apt.Package (LP: #703472) - Change apt.Package.name to use get_fullname(pretty=True) (LP: #740072)
2011-04-04* python/cache.cc:Julian Andres Klode3-4/+54
- Add Package.get_fullname() and Package.architecture
2011-03-31fix incorrect tab, this fixes a FTBFSMichael Vogt2-1/+7
2011-03-31tests/test_debfile.py: fix using tab by accidentMichael Vogt1-1/+1
2011-03-30releasing version 0.7.100.2ubuntu3Michael Vogt1-2/+2
2011-03-30* python/arfile.cc, apt/debfile.py:Michael Vogt6-6/+28
- add support for .xz archives * tests/test_debfile.py: - add test for xz compression * update priority of python3-apt to match the archive
2011-03-29releasing version 0.7.100.2ubuntu2Michael Vogt1-2/+2
2011-03-29PyFetchProgress::Pulse(): When ignoring a false return value fromMichael Vogt2-1/+12
PyArg_Parse() after running the simple callback pulse(), there can be an exception on the stack, which must be cleared. (LP: #711225)
2011-03-29merged from the mvo branchMichael Vogt2-1/+9
2011-03-29PyFetchProgress::Pulse(): When ignoring a false return value fromMichael Vogt2-1/+9
PyArg_Parse() after running the simple callback pulse(), there can be an exception on the stack, which must be cleared. (LP: #711225)
2011-03-29merged from the debian branchMichael Vogt7-87/+141
2011-03-22update priority of python3-apt to match the archiveMichael Vogt2-0/+2
2011-03-21* python/arfile.cc, apt/debfile.py:Michael Vogt5-6/+25
- add support for .xz archives * tests/test_debfile.py: - add test for xz compression
2011-03-21releasing version 0.7.100.2ubuntu1Michael Vogt1-2/+2
2011-03-21* merged fix for parse_depends() in a multiarch environmentMichael Vogt5-18/+68
from debian/sid branch * apt/progress/text.py: - only run ioctl for termios.TIOCGWINSZ if the fd is a tty * apt/debfile.py, tests/test_debfile.py: - strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi * python/depcache.cc: - when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) * debian/python3-apt.install: - fix py3 extension module install location (thanks to Barry) * python/depcache.cc: - provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() * py3 compatible exception handline * debian/control: - bump minimal python version to >= 2.6 * python/apt_pkgmodule.cc: - strip multiarch by default in RealParseDepends - add optional parameter to allow parse_depends() to keep the multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True)
2011-03-21releasing version 0.7.100.2Michael Vogt1-2/+2
2011-03-21po/*: rebuildMichael Vogt1-79/+109
2011-03-21merged from mvoMichael Vogt4-4/+23
2011-03-21 - add optional parameter to allow parse_depends() to keep theMichael Vogt4-4/+20
multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True)
2011-03-21* python/apt_pkgmodule.cc:Michael Vogt2-2/+5
- strip multiarch by default in RealParseDepends
2011-02-18merged from lp:~mvo/python-apt/mvoMichael Vogt12-17/+57
2011-02-18releasing version 0.7.100.1ubuntu5Michael Vogt1-2/+2
2011-02-18merged from the mvo branchMichael Vogt3-1/+40
2011-02-18* python/depcache.cc:Michael Vogt3-1/+35
- provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease()
2011-01-13releasing version 0.7.100.1ubuntu4Michael Vogt1-2/+2
2011-01-13releasing version 0.7.100.1ubunt4Michael Vogt1-1/+1
2011-01-13* debian/python3-apt.install:Michael Vogt2-3/+8
- fix py3 extension module install location (thanks to Barry)
2011-01-13* debian/python3-apt.install:Michael Vogt2-3/+6
- fix py3 extension module install location (thanks to Barry)
2011-01-13update changelog to match current archiveMichael Vogt1-6/+9
2011-01-10merged from the mvo branch, added changelog from Michael BieniaMichael Vogt11-13/+25
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt9-12/+12
thinks the branches have nothing in common)
2010-12-22merged from the debian branchMichael Vogt4-11/+25
2010-12-22python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank)Michael Vogt1-1/+0
2010-12-22merged from lp:~mvo/python-apt/mvoMichael Vogt6-11/+41