lp:~canonical-bazaar/ubuntu/lucid/python-debian/cat

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:~canonical-bazaar/ubuntu/lucid/python-debian/cat
Members of canonical-bazaar can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
canonical-bazaar
Status:
Development

Recent revisions

208. By Jelmer Vernooij

releasing version 0.1.21~2.IS.10.04

207. By Jelmer Vernooij

* Merge in ubuntu-specific changes:
  - Add .lzma as a possible extension 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
  - workaround incorrect permissions in upstream tarball (ftbfs otherwise)

206. By Jelmer Vernooij

Lucid-cat.

205. By Jelmer Vernooij

Euhm, lucid-cat please.

204. By Jelmer Vernooij

* Backport to lucid-cat.
* Switch back to python-support.

203. By John Wright

Release version 0.1.21

202. By John Wright

Use dh_python2 instead of python-support.

Thanks to Colin Watson for the patch.

Closes: #631392

201. By John Wright

deb822: Don't interpret comment lines

Lines beginning with '#' are ignored, and blocks of comments don't cause
empty paragraphs to be generated.

Closes: #632306

200. By John Wright

Clean up deb822.GpgInfo implementation.

This patch fixes a number of bugs and warts in GpgInfo:

  - 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)

As a bonus, Deb822.gpg_info now takes an optional keyrings argument that
it passes on to GpgInfo.from_sequence.

199. By John Wright

Avoid dumping unparseable data

Add an input validation method that is called by the default __setitem__,
and add some validation at output time for multivalued fields (since
their input is a mutable list which makes it unsuitable for validation
at intput time).

Closes: #597120

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/oneiric/python-debian
This branch contains Public information 
Everyone can see this information.

Subscribers