[Python-modules-commits] [pyyaml] branch master updated (7a38bde -> db2aa31)

Barry Warsaw barry at moszumanska.debian.org
Wed Dec 2 21:26:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch master
in repository pyyaml.

      from  7a38bde   Update Vcs fields for git migration
       new  ce6f328   Fix support for codepoints over 0xffff according to the spec.  Given by John R. Lenton.  Closes: #806826.
       new  43ea328   merge patched into master
       new  db2aa31   * d/control: Bump Standards-Version with no other changes necessary. * d/patches/support-high-codepoints.patch: Added to fix support for   codepoints above 0xffff.  Given by John R. Lenton.  (Closes: #806826) * d/tests/{control,python2.sh,python3.sh}: Added to test the above patch   since a unittest is problematic.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/.git-dpm                              |  4 +-
 debian/changelog                             | 10 +++
 debian/control                               |  2 +-
 debian/patches/series                        |  1 +
 debian/patches/support-high-codepoints.patch | 97 ++++++++++++++++++++++++++++
 debian/tests/control                         |  8 +++
 debian/tests/python2.sh                      |  3 +
 debian/tests/python3.sh                      |  3 +
 lib/yaml/emitter.py                          |  7 +-
 lib/yaml/reader.py                           |  9 ++-
 lib3/yaml/emitter.py                         |  3 +-
 lib3/yaml/reader.py                          |  2 +-
 12 files changed, 141 insertions(+), 8 deletions(-)
 create mode 100644 debian/patches/support-high-codepoints.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/python2.sh
 create mode 100644 debian/tests/python3.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyyaml.git



More information about the Python-modules-commits mailing list