diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-25 10:04:02 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-03-25 10:04:02 +0100 |
| commit | 57624b5df523c0b3a3ebc1741680f283ee1fbbcd (patch) | |
| tree | 5a0362b76478568cda6a213025f35eb977f68e6c /debian | |
| parent | 05b659d926b999015db3c47c7e5335093d9cbfff (diff) | |
| download | python-apt-57624b5df523c0b3a3ebc1741680f283ee1fbbcd.tar.gz | |
* apt/__init__.py:
- only show deprecation warnings if PYTHON_APT_DEPRECATION_WARNINGS
is set in the environment
* python/indexfile.cc:
- add missing 0.7 compat indexfile.ArchiveURI method
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e780727e..30b5abc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,13 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low - fix ports test-data * tests/test_apt_cache.py: - add simple test for basic cache/dependency iteration + * apt/__init__.py: + - only show deprecation warnings if PYTHON_APT_DEPRECATION_WARNINGS + is set in the environment + * python/indexfile.cc: + - add missing 0.7 compat indexfile.ArchiveURI method - -- Julian Andres Klode <jak@debian.org> Mon, 15 Mar 2010 17:04:49 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Mar 2010 16:03:50 +0100 python-apt (0.7.94.2) unstable; urgency=low |
