[Python-modules-commits] [pyyaml] branch master updated (441fc31 -> fd76a3a)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Sep 4 05:50:03 UTC 2016


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

kitterman pushed a change to branch master
in repository pyyaml.

      from  441fc31   Fixed VCS URL (https)
       new  c4bf8a0   record new upstream branch created by importing pyyaml_3.12.orig.tar.gz
       new  93dbe92   Import pyyaml_3.12.orig.tar.gz
       new  3ab78f1   Fix support for codepoints over 0xffff according to the spec.  Given by John R. Lenton.  Closes: #806826.
       new  d1ee901   change version to 3.12-1 New upstream release
       new  c2b3cf8   Migrate packaging to git with git-dpm
       new  dab5543   Add dh-python to build-depends
       new  e014f6c   Bump standards version to 3.9.8 without further change
       new  fd76a3a   UNRELEASED/unstable.

The 8 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:
 PKG-INFO                                           |    11 +-
 README                                             |     2 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |    10 +-
 debian/control                                     |     4 +-
 .../patches/CVE-2014-9130-invalid-key-assert.diff  |    43 -
 debian/patches/series                              |     2 -
 debian/patches/size_t_not_int.diff                 |    84 -
 debian/patches/support-high-codepoints.patch       |     2 +-
 ext/_yaml.c                                        | 12277 ++++++++++++-------
 ext/_yaml.pxd                                      |     8 +-
 lib/yaml/__init__.py                               |     2 +-
 lib/yaml/representer.py                            |     4 +-
 lib/yaml/resolver.py                               |     5 +-
 lib/yaml/scanner.py                                |     4 +-
 lib3/yaml/__init__.py                              |     2 +-
 lib3/yaml/representer.py                           |    17 +-
 lib3/yaml/resolver.py                              |     5 +-
 lib3/yaml/scanner.py                               |     4 +-
 setup.py                                           |    72 +-
 .../data/invalid-python-name-module-2.loader-error |     1 -
 tests/lib/test_all.py                              |     2 +-
 tests/lib/test_appliance.py                        |     4 +-
 tests/lib3/test_all.py                             |     2 +-
 tests/lib3/test_appliance.py                       |     4 +-
 25 files changed, 8042 insertions(+), 4543 deletions(-)
 delete mode 100644 debian/patches/CVE-2014-9130-invalid-key-assert.diff
 delete mode 100644 debian/patches/size_t_not_int.diff
 delete mode 100644 tests/data/invalid-python-name-module-2.loader-error

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