Your message dated Wed, 13 Jun 2007 07:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#428540: fixed in deb822 0.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-deb822
Version: 0.2
Severity: wishlist
Tags: patch

Hi,

I'm using python-deb822 and I would have liked to get support for
Release files as well in the package. The code I cooked for my need is
the following:

import deb822
class Release(deb822._multivalued):
    _multivalued_fields = {
            "MD5Sum": [ "md5sum", "size", "name" ],
            "SHA1": [ "md5sum", "size", "name" ],
            "SHA256": [ "md5sum", "size", "name" ],
     }

Having support for this kind of file directly in the package would be a
nice addition I think. 

Thanks for your time. 
 


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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-deb822 depends on:
ii  python-support                0.6.4      automated rebuilding support for p

python-deb822 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: deb822
Source-Version: 0.3

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

deb822_0.3.dsc
  to pool/main/d/deb822/deb822_0.3.dsc
deb822_0.3.tar.gz
  to pool/main/d/deb822/deb822_0.3.tar.gz
python-deb822_0.3_all.deb
  to pool/main/d/deb822/python-deb822_0.3_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Wright <[EMAIL PROTECTED]> (supplier of updated deb822 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 12 Jun 2007 17:37:05 -0600
Source: deb822
Binary: python-deb822
Architecture: source all
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: dann frazier <[EMAIL PROTECTED]>
Changed-By: John Wright <[EMAIL PROTECTED]>
Description: 
 python-deb822 - Read and manipulate RFC822-like files (e.g. .dsc and .changes)
Closes: 428540
Changes: 
 deb822 (0.3) unstable; urgency=low
 .
   * deb822.py:
     - Allow Deb822 objects to be initialized with a dict containing the initial
       key-value pairs.
     - _multivalued class:
       + Make all the multivalued dicts Deb822Dict objects, so the keys are
         case-preserving, but case-insensitive
     - Add a Release class, which knows about Release-file multivalued fields.
       Thanks to Alexandre Fayolle.  (Closes: 428540)
     - Deb822Dict no longer directly subclasses dict.  All of the important
       methods were already implemented with userdict.DictMixin; the dict
       subclass was so that Python would see a Deb822Dict instance as a dict
       instance.  Unfortunately, this causes confusion if you do something like
         d = dict(Deb822Dict({'foo': 'bar'})
       The "Pythonic" way to check for a dictionary interface is to check for
       the 'items' attribute.
   * test_deb822.py:
     - Add a test case for deriving a Python dict from a Deb822Dict.
   * debian/control:
     - Add a XS-Vcs-Bzr field
Files: 
 9e21184763c44749a225cee47e709861 584 python optional deb822_0.3.dsc
 529c90ed1313e8b548666cc7a5b4a0a2 11708 python optional deb822_0.3.tar.gz
 4bc19811daab038b2e3f735b2d1aa96a 9706 python optional python-deb822_0.3_all.deb

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

iD4DBQFGb5uQhuANDBmkLRkRAhGsAJ9zn07qAa/wrJmgX6HpwNyutjrvmgCY/7zx
QDgHxUPyxOthI8weoN3LjQ==
=PewR
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to