[ubuntu/wily-proposed] python-debian 0.1.27ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jul 22 13:14:13 UTC 2015


python-debian (0.1.27ubuntu1) wily; urgency=medium

  * 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.27) unstable; urgency=medium

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

python-debian (0.1.26) unstable; urgency=medium

  * Fix FTBFS with binutils >= 2.25-6 by turning off determinism in ar
    archives when building archives in the test suite, thanks to Dmitry
    Shachnev for the patch (Closes: #781543).
  * Require binutils >= 2.23 for building and in the autopkgtest tests to
    ensure that ar understands the option to suppress determinism.

python-debian (0.1.25) unstable; urgency=medium

  * deb822: More encoding gymnastics to support parsing signed files
    opened in text mode (Closes: #764380).

python-debian (0.1.24) unstable; urgency=medium

  * copyright module: make Copyright objects iterable
  * debian_support.list_releases(): update release list (Closes: #758027)

python-debian (0.1.23) unstable; urgency=medium

  [ Stuart Prescott ]
  * Add sha512 sums to Release and Sources (Closes: #732599).
  * Use warnings rather than stderr in PkgRelation (Closes: #712513).
  * Expose the list of bugs closed by a changelog entry; thanks to Jelmer
    Vernooi and Stefano Rivera for patches (Closes: #634848).
  * Add support for .deb with uncompressed data.tar member (Closes: #718355).
  * Prefer the internal parser rather than apt's TagFile for processing deb822
    files unless explicitly called to process Packages or Sources files:
    - prevents paragraph parsing truncating on comments (Closes: #743174).
    - fix parsing of paragraphs when separated by more whitespace than just a
      newline (Closes: #655988). (Finally fixing interactions with devscripts'
      wrap-and-sort!)
  * Parse foreign architecture (package:any) relationships and also other
    multi-arch related relationships (Closes: #670679)
  * Parse build-profiles syntax.

  [ John Wright ]
  * Fix a GPG validation bug.  With some trailing whitespace, the code
    could be tricked into validating a signature, but using the bogus
    data after the signed section (Closes: #695932).
  * Drop support for python2.5.  (This allows us to do fewer import hacks
    in deb822, and probably other modules as well.)
  * Add a deb822.RestrictedWrapper class, for exposing read-only access
    to a Deb822 instance's field values as strings, while restricting
    write access to some fields, which are exposed via properties.
  * deb822.Deb822Dict.dump: Add a text_mode parameter for dumping to
    file(-like) objects that assume text/unicode input.
  * Add a copyright module, for parsing machine-readable debian/copyright
    files (Closes: #671485).
  * Make deb822 tests hermetic with respect to debian-keyring updates
    (Closes: #760488).

Date: Wed, 22 Jul 2015 14:11:03 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/python-debian/0.1.27ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 22 Jul 2015 14:11:03 +0100
Source: python-debian
Binary: python-debian python3-debian
Architecture: source
Version: 0.1.27ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
 python-debian - Python modules to work with Debian-related data formats
 python3-debian - Python 3 modules to work with Debian-related data formats
Closes: 634848 655988 670679 671485 695932 712513 718355 732599 743174 758027 760488 764380 781543 782276
Changes:
 python-debian (0.1.27ubuntu1) wily; urgency=medium
 .
   * 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.27) unstable; urgency=medium
 .
   * Tighten whitespace handling in GPG Armor Header lines, with thanks to
     Guillem Jover for the patch (Closes: #782276).
 .
 python-debian (0.1.26) unstable; urgency=medium
 .
   * Fix FTBFS with binutils >= 2.25-6 by turning off determinism in ar
     archives when building archives in the test suite, thanks to Dmitry
     Shachnev for the patch (Closes: #781543).
   * Require binutils >= 2.23 for building and in the autopkgtest tests to
     ensure that ar understands the option to suppress determinism.
 .
 python-debian (0.1.25) unstable; urgency=medium
 .
   * deb822: More encoding gymnastics to support parsing signed files
     opened in text mode (Closes: #764380).
 .
 python-debian (0.1.24) unstable; urgency=medium
 .
   * copyright module: make Copyright objects iterable
   * debian_support.list_releases(): update release list (Closes: #758027)
 .
 python-debian (0.1.23) unstable; urgency=medium
 .
   [ Stuart Prescott ]
   * Add sha512 sums to Release and Sources (Closes: #732599).
   * Use warnings rather than stderr in PkgRelation (Closes: #712513).
   * Expose the list of bugs closed by a changelog entry; thanks to Jelmer
     Vernooi and Stefano Rivera for patches (Closes: #634848).
   * Add support for .deb with uncompressed data.tar member (Closes: #718355).
   * Prefer the internal parser rather than apt's TagFile for processing deb822
     files unless explicitly called to process Packages or Sources files:
     - prevents paragraph parsing truncating on comments (Closes: #743174).
     - fix parsing of paragraphs when separated by more whitespace than just a
       newline (Closes: #655988). (Finally fixing interactions with devscripts'
       wrap-and-sort!)
   * Parse foreign architecture (package:any) relationships and also other
     multi-arch related relationships (Closes: #670679)
   * Parse build-profiles syntax.
 .
   [ John Wright ]
   * Fix a GPG validation bug.  With some trailing whitespace, the code
     could be tricked into validating a signature, but using the bogus
     data after the signed section (Closes: #695932).
   * Drop support for python2.5.  (This allows us to do fewer import hacks
     in deb822, and probably other modules as well.)
   * Add a deb822.RestrictedWrapper class, for exposing read-only access
     to a Deb822 instance's field values as strings, while restricting
     write access to some fields, which are exposed via properties.
   * deb822.Deb822Dict.dump: Add a text_mode parameter for dumping to
     file(-like) objects that assume text/unicode input.
   * Add a copyright module, for parsing machine-readable debian/copyright
     files (Closes: #671485).
   * Make deb822 tests hermetic with respect to debian-keyring updates
     (Closes: #760488).
Checksums-Sha1:
 32e4331e526044792a036709a1de662fc3bf810f 2390 python-debian_0.1.27ubuntu1.dsc
 03764879b2195d5d03b65f7cef69ed99aa88df7f 289960 python-debian_0.1.27ubuntu1.tar.xz
Checksums-Sha256:
 baddfb80b9504c310e2244ef394b71655fe5278bdc2b9e76d5a4ebb1f57faa64 2390 python-debian_0.1.27ubuntu1.dsc
 a8a0894761f583f804c51828c256ebe7a319c288d5406d593b43aa1b6cca35cc 289960 python-debian_0.1.27ubuntu1.tar.xz
Files:
 420edad0aed485dc724972dca9041c88 2390 python optional python-debian_0.1.27ubuntu1.dsc
 133752adacc235fd24934d5795127832 289960 python optional python-debian_0.1.27ubuntu1.tar.xz
Original-Maintainer: Debian python-debian Maintainers <pkg-python-debian-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBVa+WsDk1h9l9hlALAQgj9g/+KQrQNmQEbm1GNJA3lbR4wZraeLsKJvVW
Sjky4F9wvwRbrifdt6y9XH1DwGhb2oWbb5+Cw10c/HDS7KYb3iOUMqmr1FB25+Rj
n/lVG5kgI4702OPM4bkgt3cyp9po1Fx6TSqce0Gck9NAOwM5N3SLCZ2KgXLcgbqT
88bQu8M1V1YXhLwWU+AibPwrKCUz9iYd3PxtfYwlXn4G/5gHM2DhA2z70iRP5Ugs
m73NUiiNHJ6yPWCn+Sbyn8qjRcxssqCGJ/KfBfb+5E+tc9IvcJxx0y9KLr3VhcHU
+OWQiUpqbRMVTufyvX0dq18My8fiQwzPuNC8vZU7qhbRuWSNazAKuNiTDAuK77K2
DP847KJN5yaNTrHtx9g2WZFULS2reKQWxw1F3bfB5b2JfMIzHhnsYvLE91a3gc3f
kRg2PaReYl7/CMNpTLVcrabbhkz6bn4Qw0vpMxGxjNAj2f97QxwSXRvtO/dmnEMH
hI+k/rbESWPeFejaQTpr6rp2kCuwL27Rwn+HtG097b0Z9fORvPI701ahygK2ZGo2
ca2fVTxOJHWzF4TD9R7GPCf6Zmkz4ySZ064U8XhQ202vxwZCzhnDtpeVKSm3y1Tk
ifQoJmHbg+k+8t1SQplrhLBaOir5ndTgrjjln3KpTnzVpKEJb9M4G4R1oaDgv1rb
ycUo8b8MrSc=
=kdSI
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list