summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2012-11-19releasing version 0.8.8ubuntu4Colin Watson1-2/+2
2012-11-19* tests/test_aptsources.py:Colin Watson1-0/+2
- Clean up file object in test_enable_component.
2012-11-19* tests/test_all.py:Colin Watson1-0/+2
- Write general test status output to stdout, not stderr.
2012-11-19* tests/test_debfile_multiarch.py:Colin Watson1-0/+3
- Don't log warnings when skipping tests; the resulting stderr output causes autopkgtest to fail.
2012-11-19* aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py,Colin Watson1-0/+3
tests/test_apt_cache.py, tests/test_debfile_multiarch.py: - Use logging.warning rather than the deprecated logging.warn.
2012-11-19Try successive keyserver ports if 19191 is already in use.Colin Watson1-0/+1
2012-11-19* tests/test_auth.py:Colin Watson1-0/+2
- Discard stderr from gpg.
2012-11-19* tests/test_apt_cache.py, tests/test_lp659438.py, tests/test_progress.py:Colin Watson1-0/+9
- 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.
2012-11-15releasing version 0.8.8.1Michael Vogt1-2/+2
2012-11-13* tests/test_lp659438.py:Michael Vogt1-0/+3
- fix missing architecture to make the tests pass again during build with the latest apt
2012-11-08releasing version 0.8.8ubuntu3Colin Watson1-2/+2
2012-11-08* tests/test_lp659438.py:Colin Watson1-0/+8
- Add an Architecture: line to the test Packages file so that apt doesn't get upset with it.
2012-11-07releasing version 0.8.8ubuntu2Colin Watson1-2/+2
2012-11-07* data/templates/Ubuntu.info.in:Colin Watson1-0/+7
- Fix descriptions of quantal and raring.
2012-10-23releasing version 0.8.8ubuntu1Michael Vogt1-2/+2
2012-10-23merged from debian experimentalMichael Vogt2-9/+19
2012-10-23* data/templates/Ubuntu.info.in:Michael Vogt1-0/+2
- add raring
2012-10-23merged from the mvo branchMichael Vogt1-0/+1
2012-10-23build fixes for python3.3Michael Vogt1-1/+2
2012-10-17merged from lp:~mvo/python-apt/mvoMichael Vogt4-2/+19
2012-10-17merged debian-sid branchMichael Vogt2-5/+45
2012-10-15add changelog for lp:~jconti/python-apt/closeable-cache and add new test ↵Michael Vogt1-0/+5
"test_cache_close_download_fails"
2012-10-15update changelogMichael Vogt1-2/+3
2012-10-15merge from the debian-sid branchMichael Vogt2-1/+66
2012-10-15* python/tag.cc:Michael Vogt1-0/+8
- make TagSecString_FromStringAndSize, TagSecString_FromString static, thanks to jcristau
2012-10-12debian/changelog: add note for future uploadersMichael Vogt1-0/+3
2012-10-12merged from the debian-sid branchMichael Vogt1-25/+38
2012-10-12* add dep8 style autopkgtest supportMichael Vogt4-2/+20
* add "codename" to the PackageFile object * python/cache.cc: - Use Popen.communicate() instead of stdin, stdout
2012-10-12debian/tests/control: update depends lineMichael Vogt1-1/+1
2012-10-12releasing version 0.8.8Michael Vogt1-2/+2
2012-10-12add dep8 style testsMichael Vogt3-0/+11
2012-10-12fix tests on python2.6 by using the python-unittest2 backport for "with ↵Michael Vogt2-3/+7
self.assertRaises()"
2012-10-12* apt/auth.py:Michael Vogt1-0/+2
- support importing long keyids with leading 0x and mixed case
2012-10-10releasing version 0.8.7ubuntu4Michael Vogt1-3/+3
2012-10-10* apt/auth.py:Michael Vogt1-0/+7
- do not fail to import keys that start with "0x"
2012-10-06po/da.po: Danish (Joe Hansen) (closes: #689827)Joe Hansen1-0/+1
2012-10-02merged from lp:~jamesodhunt/python-apt/test-for-size_to_str and tweaked a bitMichael Vogt1-0/+4
2012-10-02releasing version 0.8.7ubuntu3Michael Vogt1-1/+1
2012-10-02merge upload from BarryMichael Vogt1-1/+20
2012-10-02merge patch from Barry to fix #1030278Michael Vogt1-0/+8
2012-10-02merge fixesMichael Vogt1-0/+15
2012-10-02* lp:~mvo/python-apt/recv-key-lp1016643:Michael Vogt1-0/+4
- Only support long (v4) keyids when downloading keys and check the keys fingerprint before importing. This avoids man-in-the-middle attacks (LP: #1016643)
2012-10-02add changelog entryMichael Vogt1-0/+4
2012-10-02tests/test_apt_pkg.py: New test, currently only forJames Hunt1-2/+4
size_to_str() method.
2012-10-02* python/progress.cc:James Hunt1-2/+5
- setattr(): Check return from Py_BuildValue(). - PyFetchProgress:Pulse(): Check return from setattr().
2012-10-01* lp:~mvo/python-apt/fix-debfile-crash:Michael Vogt1-0/+2
- fix crash on missing candidates in the multiarch check
2012-10-01releasing version 0.8.7ubuntu1Michael Vogt1-2/+2
2012-10-01merged from lp:~jamesodhunt/python-apt/fix-for-PkgCacheGetIsMultiArch and ↵Michael Vogt1-4/+9
prepare new upload
2012-10-01merged lp:~jamesodhunt/python-apt/fix-for-PkgCacheGetIsMultiArchMichael Vogt1-1/+5
2012-10-01python/cache.cc: PkgCacheGetIsMultiArch(): Return calculatedJames Hunt1-0/+7
value rather than a random one.