[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554895: marked as done (python-apt: Dictonary access of VerionList is broken)



Your message dated Sun, 29 Nov 2009 22:18:14 +0000
with message-id <E1NEs5u-0006jC-NV@ries.debian.org>
and subject line Bug#554895: fixed in python-apt 0.7.13.4
has caused the Debian Bug report #554895,
regarding python-apt: Dictonary access of VerionList is broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
554895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554895
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: python-apt
Version: 0.7.13.3
Severity: normal
Tags: patch

This bug is caused by two small typos, see patch for details.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-apt depends on:
ii  apt [libapt-pkg-libc6.9-6-4.8 0.7.24     Advanced front-end for dpkg
ii  apt-utils [libapt-inst-libc6. 0.7.24     APT utility programs
ii  libc6                         2.10.1-5   GNU C Library: Shared libraries
ii  libgcc1                       1:4.4.2-2  GCC support library
ii  libstdc++6                    4.4.2-2    The GNU Standard C++ Library v3
ii  lsb-release                   3.2-23     Linux Standard Base version report
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-central                0.6.12     register and build utility for Pyt

Versions of packages python-apt recommends:
ii  iso-codes                     3.11.1-1   ISO language, territory, currency,
ii  libjs-jquery                  1.3.3-2    JavaScript library for dynamic web

Versions of packages python-apt suggests:
pn  python-apt-dbg                <none>     (no description available)
ii  python-gtk2                   2.16.0-1   Python bindings for the GTK+ widge
ii  python-vte                    1:0.22.3-1 Python bindings for the VTE widget

-- no debconf information
=== modified file 'apt/package.py'
--- apt/package.py	2009-08-28 12:39:22 +0000
+++ apt/package.py	2009-11-06 09:04:32 +0000
@@ -551,7 +551,7 @@
         except TypeError:
             # Dictionary interface item is a string.
             for ver in self._versions:
-                if ver.ver_str == item:
+                if ver.VerStr == item:
                     return Version(self._package, ver)
         raise KeyError("Version: %r not found." % (item))
 
@@ -567,7 +567,7 @@
             item = item.version
         # Dictionary interface.
         for ver in self._versions:
-            if ver.ver_str == item:
+            if ver.VerStr == item:
                 return True
         return False
 


--- End Message ---
--- Begin Message ---
Source: python-apt
Source-Version: 0.7.13.4

We believe that the bug you reported is fixed in the latest version of
python-apt, which is due to be installed in the Debian FTP archive:

python-apt-dbg_0.7.13.4_amd64.deb
  to main/p/python-apt/python-apt-dbg_0.7.13.4_amd64.deb
python-apt_0.7.13.4.dsc
  to main/p/python-apt/python-apt_0.7.13.4.dsc
python-apt_0.7.13.4.tar.gz
  to main/p/python-apt/python-apt_0.7.13.4.tar.gz
python-apt_0.7.13.4_amd64.deb
  to main/p/python-apt/python-apt_0.7.13.4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 554895@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated python-apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Sun, 29 Nov 2009 20:26:31 +0100
Source: python-apt
Binary: python-apt python-apt-dbg
Architecture: source amd64
Version: 0.7.13.4
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
Closes: 554895
Changes: 
 python-apt (0.7.13.4) unstable; urgency=low
 .
   [ Michael Vogt ]
   * po/zh_CN.po:
     - updated, thanks to Feng Chao
   * python/progress.cc:
     - if the mediaChange() does not return anything or is not implemented
       send "false" to libapt
 .
   [ Julian Andres Klode ]
   * apt/package.py: Fix dictionary access of VersionList, patch
     by Sebastian Heinlein (Closes: #554895).
Checksums-Sha1: 
 84b5f1131524aab734ec18fad8bd8622430adb19 1258 python-apt_0.7.13.4.dsc
 85c5a7ed457c8fa541df7d36606dc5f4c97b5dbb 636912 python-apt_0.7.13.4.tar.gz
 1db6e0adf572a106bf5aeacb4dcf2b1d7f707de5 376502 python-apt_0.7.13.4_amd64.deb
 7a565acf068c2b95f8379ae7d659d505e4a070aa 1528996 python-apt-dbg_0.7.13.4_amd64.deb
Checksums-Sha256: 
 53f92c83b9d76778ead5f9c056b2e523249aaab0472c79278afa8ffdb27557f0 1258 python-apt_0.7.13.4.dsc
 1fbebd03634dd1f6980d7df9b9609eebe080e23bd1330cbfbef6595693f8827e 636912 python-apt_0.7.13.4.tar.gz
 1be845437d0d3efe3f3e9e953af5b483e3694d45d80ce814f3a4f8dbd1e1a11c 376502 python-apt_0.7.13.4_amd64.deb
 9bf938550eaffede6fa0c26395d4dac6857f3487684d94d8fd66f01428b87758 1528996 python-apt-dbg_0.7.13.4_amd64.deb
Files: 
 b6f183cdce3bc1ef36fa1a968e3fd661 1258 python optional python-apt_0.7.13.4.dsc
 ab37e2aa4cefa0f1e1a682e559f35b0d 636912 python optional python-apt_0.7.13.4.tar.gz
 4d7f1e320fcd44e76765cd13efdca722 376502 python optional python-apt_0.7.13.4_amd64.deb
 53447f862fbcecc11978e913a7c1967e 1528996 debug extra python-apt-dbg_0.7.13.4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEAREDAAYFAksSzLgACgkQrCpf/gCCPsKdZACfYmjsEOfhY0jmVV/SqFdZTD/0
jjEAoIWedKVpA+Vfu1zk6tiWtGjsWfUH
=ldB1
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: