Change logs for python-debian source package in Jaunty

  • python-debian (0.1.12ubuntu2) jaunty; urgency=low
    
      * debian_bundle/deb822.py: _CaseInsensitiveString(): use __new__ instead of
        __init__ to avoid a warning with Python 2.6; LP: #339466.
    
     -- Loic Minier <email address hidden>   Wed, 15 Apr 2009 10:36:34 +0200
  • python-debian (0.1.12ubuntu1) jaunty; urgency=low
    
      * Replace sha with hashlib to stop python2.6 warnings (LP: #338524,
        debian bug 518427).
    
     -- Kees Cook <email address hidden>   Thu, 05 Mar 2009 16:47:20 -0800
  • python-debian (0.1.12) unstable; urgency=low
    
      [ Filippo Giunchedi ]
      * Add initial support to deb822 for gpg signature checking (Closes: #485829)
      * Suggest gpgv for signature checking
    
      [ Stefano Zacchiroli ]
      * deb822: add support for pretty printing structured inter-package
        relationships (and relevant tests)
      * debfile: add support for .tar.bz2 parts contained in .deb packages, and
        relative regression test. Thanks to Cameron Dale and Tom Parker.
        (Closes: #462859).
    
      [ John Wright ]
      * deb822: allow the use of unicode objects in __getitem__
      * changelog: fix the "topline" regular expression to match the one in dpkg's
        Dpkg/Changelog/Debian.pm so that it allows '.' and '+' in the distribution
        field
      * deb822: Add a use_apt_pkg parameter to Deb822.iter_paragraphs.  Now,
        callers can set use_apt_pkg=True and shared_storage=False (now the default)
        in order to take advantage of apt_pkg's speed and still be able to use
        values across iterations.  (Closes: #504413)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  06 Nov 2008 09:47:54 +0000
  • python-debian (0.1.11) unstable; urgency=low
    
      [ James Westby ]
      * Allow urgency=HIGH and other words made of capital letters there, see
        fuse's changelog.
      * Allow any number of spaces before "urgency" in the header line of a
        changelog, see lvm2's changelog in Ubuntu.
      * Overhaul the parsing code to follow that used by dpkg-parsechangelog.py,
        making it much more robust.
        - There is now a "strict" option to turn warnings in to errors. It is
          on by default.
      * The file parameter in the changelog can now be a file-like object,
        to save reading a file to a string first. Thanks to Tilman Koschnick.
        (Closes: #487797)
    
      [ John Wright ]
      * debian/control:
        - Fix a typo in the Description field (Closes: #483688)
      * debian_bundle/deb822.py: Checksums-Sha1 and Checksums-Sha256 don't have
        section or priority subfields (Closes: #487902)
    
      [ Stefano Zacchiroli ]
      * debian_bundle/deb822.py: add support for "parsed" dependencies and other
        inter-package relationships. See examples/deb822/depgraph for sample usage
      * examples/deb822/ add new example "depgraph"
      * tests/test_deb822.py: add tests for inter-package relationships
      * debian_bundle/debfile.py: add has_key (same implementation of
        __contains__) to better emulate dictionary containers
      * minor revamp of README pointing to deb822.py for Packages parsing and
        mentioning debfile.py
      * debian/control:
        - fix Vcs-* fields to point to the new git repository (bzr is gone)
      * bump Standards-Version to 3.8.0, no changes needed though profit of the
        possibility of wrapping Uploaders in debian/control
    
      [ Filippo Giunchedi ]
      * Add test case for changes file with checksums (see #487902)
    
     -- James Westby <email address hidden>   Wed,  20 Aug 2008 09:42:55 +0100