deb822 0.3 source package in Ubuntu

Changelog

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

 -- Michael Bienia <email address hidden>   Thu,  14 Jun 2007 14:54:19 +0100

Upload details

Uploaded by:
Michael Bienia
Uploaded to:
Gutsy
Original maintainer:
John Wright
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Gutsy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
deb822_0.3.tar.gz 11.4 KiB 8418341df76aa5599bcf9dcb6dafb43e4ae3357340544e3ffd17f18d91c61c02
deb822_0.3.dsc 584 bytes b6b6f72e8d6d1463f1f700d5b27f52af15bc351150e35ff85591c0eff68b0225

View changes file

Binary packages built by this source

python-deb822: No summary available for python-deb822 in ubuntu hardy.

No description available for python-deb822 in ubuntu hardy.