Change logs for python-debian source package in Quantal

  • python-debian (0.1.21+nmu2ubuntu1) quantal; urgency=low
    
      * Resynchronise with Debian.  Remaining changes:
        - Add .lzma as a possible extension for data.tar.  Note that this does
          not mean that reading from the .lzma part is supported.  This is
          blocked on http://bugs.python.org/issue5689.
    
    python-debian (0.1.21+nmu2) unstable; urgency=low
    
      * Non-maintainer upload.
      * In Python 2, restore Deb822Dict.has_key method for compatibility.
        (Closes: #686731)
     -- Colin Watson <email address hidden>   Wed, 05 Sep 2012 11:39:48 +0100
  • python-debian (0.1.21+nmu1ubuntu1) quantal; urgency=low
    
      * Resynchronise with Debian (NMU awaiting processing in DELAYED/3).
        Remaining changes:
        - Add .lzma as a possible extension for data.tar.  Note that this does
          not mean that reading from the .lzma part is supported.  This is
          blocked on http://bugs.python.org/issue5689.
    
    python-debian (0.1.21+nmu1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Port to Python 3. (Closes: #625509)
     -- Colin Watson <email address hidden>   Wed, 22 Aug 2012 18:15:01 +0100
  • python-debian (0.1.21ubuntu1) precise; urgency=low
    
      * Merge from Debian testing.  Remaining changes:
        - 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
    
    python-debian (0.1.21) unstable; urgency=low
    
      [ Tshepang Lekhonkhobe ]
      * test_changelog.py: Close open files. (Closes: #625672)
    
      [ John Wright ]
      * deb822: Allow ':' as the first character of a value.
        (Closes: #597249)
      * deb822: Avoid dumping unparseable data. (Closes: #597120)
      * Clean up deb822.GpgInfo implementation:
        - Change several @staticmethod decorated methods to @classmethod,
          since they call the class constructor.
        - from_sequence now can accept both sequences of newline-terminated
          strings and the output of str.splitlines().
        - from_file now actually calls the from_sequence method.
          (Closes: #627058)
        - from_sequence now makes a copy of the initial args list before
          extending it. (Closes: #627060)
        - Keyrings are no longer checked for accessibility, since gpgv can
          accept keyring arguments that are under the GnuPG home directory,
          regardless of the current directory. (Closes: #627063)
      * deb822.Deb822.gpg_info takes an optional keyrings argument.
      * deb822: Don't interpret lines starting with '#'. (Closes: #632306)
    
      [ Colin Watson ]
      * Use dh_python2 instead of python-support. (Closes: #631392)
     -- Michael Vogt <email address hidden>   Wed, 25 Jan 2012 16:59:16 +0100