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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]