Name Status Last Modified Last Commit
lp:debian/stretch/python-debian 1 Development 2015-05-26 08:54:22 UTC
21. Tighten whitespace handling in GPG Ar...

Author: Stuart Prescott
Revision Date: 2015-04-15 00:53:27 UTC

Tighten whitespace handling in GPG Armor Header lines, with thanks to
Guillem Jover for the patch (Closes: #782276).

lp:debian/jessie/python-debian 1 Development 2015-04-14 22:25:32 UTC
21. Tighten whitespace handling in GPG Ar...

Author: Stuart Prescott
Revision Date: 2015-04-15 00:53:27 UTC

Tighten whitespace handling in GPG Armor Header lines, with thanks to
Guillem Jover for the patch (Closes: #782276).

lp:debian/python-debian 1 Development 2015-04-14 22:25:32 UTC
21. Tighten whitespace handling in GPG Ar...

Author: Stuart Prescott
Revision Date: 2015-04-15 00:53:27 UTC

Tighten whitespace handling in GPG Armor Header lines, with thanks to
Guillem Jover for the patch (Closes: #782276).

lp:debian/squeeze/python-debian bug 1 Development 2011-12-28 14:50:57 UTC
10. Allow ':' as the first character of a...

Author: John Wright
Revision Date: 2011-12-28 14:50:57 UTC

Allow ':' as the first character of a value. This fixes an
implementation error where the paragraph

Foo: : bar

would be interpreted as

{'Foo:': 'bar'}

by the Python-native parser, while it would be correctly interpreted
as

{'Foo': ': bar'}

by both the apt_pkg parser and the Python email library.
(Closes: #597249)

lp:debian/wheezy/python-debian 1 Development 2011-08-03 23:07:17 UTC
12. [ Tshepang Lekhonkhobe ] * test_chang...

Author: John Wright
Revision Date: 2011-08-03 23:07:17 UTC

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

lp:debian/lenny/python-debian 2 Mature 2009-12-05 18:36:23 UTC
2. * debian_bundle/deb822.py, tests/test...

Author: John Wright
Revision Date: 2008-04-30 23:58:24 UTC

* debian_bundle/deb822.py, tests/test_deb822.py:
  - Do not cache _CaseInsensitiveString objects, since it causes case
    preservation issues under certain circumstances (Closes: #473254)
  - Add a test case
* debian_bundle/deb822.py:
  - Add support for fixed-length subfields in multivalued fields. I updated
    the Release and PdiffIndex classes to use this. The default behavior for
    Release is that of apt-ftparchive, just because it's simpler. Changing
    the behavior to resemble dak requires simply setting the
    size_field_behavior attribute to 'dak'. (Ideally, deb822 would detect
    which behavior to use if given an actual Release file as input, but this
    is not implemented yet.) (Closes: #473259)
  - Add support for Checksums-{Sha1,Sha256} multivalued fields in Dsc and
    Changes classes
* debian/control:
  - "python" --> "Python" in the Description field
  - Change the section to "python"

16 of 6 results