Change logs for python-debian source package in Karmic

  • python-debian (0.1.14ubuntu1) karmic; urgency=low
    
      * Add .lzma as a possible extenstion for data.tar (LP: #407198)
        Note that this does not mean that reading from the .lzma part
        is supported. This is blocked on http://bugs.python.org/issue5689
    
     -- Michael Vogt <email address hidden>   Tue, 01 Sep 2009 11:08:07 +0200
  • python-debian (0.1.14) unstable; urgency=low
    
      [ Stefano Zacchiroli ]
      * setup.py.in: switch to setuptools, which are able to generate eggs;
        add matching build-dep on python-setuptools (Closes: #525694)
      * examples/deb822/: add new example render-dctrl, to render packages in
        a dctrl-tools pipeline (using Markdown as long description syntax)
      * deb822: use __new__ to sub-class strings for case-insensitiveness;
        former approach is deprecated with python 2.6.
        Thanks to Loïc Minier for the patch. (Closes: #524061)
    
      [ Filippo Giunchedi ]
      * deb822: parse also Binary as PkgRelation, thus add .binary attribute
    
      [ Muharem Hrnjadovic ]
      * fixed changelog parser exception raised when dealing with empty
        changelog files (LP: #400589).
    
     -- James Westby <email address hidden>   Tue,  25 Aug 2009 12:31:36 +0100
  • python-debian (0.1.13ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable, remaining changes:
        -  debian_bundle/deb822.py: use __new__ instead of
           __init__ to avoid a warning with Python 2.6; LP: #339466.
    
    python-debian (0.1.13) unstable; urgency=low
    
      [ John Wright ]
      * deb822: Correctly handle deletion of keys that only exist in a pre-parsed
        dictionary
    
      [ Stefano Zacchiroli ]
      * change naming convention to match PEP 8, with backward compatibility
        (and deprecation warnings) for all old names. Thanks to Ben Finney for
        the patch. (Closes: #489722)
      * Switch from "sha" module to "hashlib": fix a deprecation warning of
        Python 2.6. As a consequence, update pyversions to require a minimum
        of Python 2.5, which is available also in stable now. (Closes: #518427)
      * debian_support.PackageFile: allow for stanza separators made of tabs
        and spaces in addition to newlines (Closes: #501927)
      * bump Standards-Version to 3.8.1 (no changes needed)
    
     -- Michael Vogt <email address hidden>   Thu, 07 May 2009 15:51:14 +0200
  • 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