diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:23:10 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:23:10 +0200 |
| commit | b50494275b8235e5c8a53e13fd56e3cea1c8d5b3 (patch) | |
| tree | de758f4c2a59db946b0e524bd9757fe9be277cc2 /debian | |
| parent | 0b90448722f7d00f01186267ba247117caf406ec (diff) | |
| download | python-apt-b50494275b8235e5c8a53e13fd56e3cea1c8d5b3.tar.gz | |
* apt/auth.py:
- Use tempfile.NamedTemporaryFile to create temporary file
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ffb6a2b4..e6d6d648 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ python-apt (0.8.6) UNRELEASED; urgency=low - add build-dep for apt (>= 0.9.6) to make test_auth.py test work reliable + [ Julian Andres Klode ] + * apt/auth.py: + - Use tempfile.NamedTemporaryFile to create temporary file + -- Michael Vogt <mvo@debian.org> Mon, 25 Jun 2012 13:41:02 +0200 python-apt (0.8.5) unstable; urgency=low |
