[Python-modules-commits] [ruamel.yaml] 02/05: Update upstream source from tag 'upstream/0.15.34'

Vincent Bernat bernat at moszumanska.debian.org
Mon Nov 13 22:19:31 UTC 2017


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

bernat pushed a commit to annotated tag debian/0.15.34-1
in repository ruamel.yaml.

commit c869929f6dd61083df9f2f3ce94f651fe272535d
Merge: 639eb3c 8f01792
Author: Vincent Bernat <bernat at debian.org>
Date:   Mon Nov 13 23:12:47 2017 +0100

    Update upstream source from tag 'upstream/0.15.34'
    
    Update to upstream version '0.15.34'
    with Debian dir 9c4b637f09b5ce4cd02906422e18c701bc3661eb

 CHANGES                           | 430 ++++++++++++++++-
 LICENSE                           |  12 +-
 PKG-INFO                          | 378 ++++++++++-----
 README.rst                        | 372 ++++++++++-----
 __init__.py                       | 100 ++--
 comments.py                       | 271 +++++++++--
 compat.py                         |  81 +++-
 composer.py                       | 103 ++--
 configobjwalker.py                |   7 +-
 constructor.py                    | 613 ++++++++++++++++++------
 cyaml.py                          |  60 ++-
 dumper.py                         |  52 ++-
 emitter.py                        | 422 ++++++++++++-----
 error.py                          | 165 ++++++-
 events.py                         |  12 +
 ext/_ruamel_yaml.c                |  60 +--
 ext/_ruamel_yaml.pyx              |   8 +-
 ext/api.c                         |   2 +-
 ext/config.h                      |  10 +-
 ext/emitter.c                     |  17 +-
 ext/loader.c                      |   4 +-
 ext/parser.c                      |   3 +-
 ext/reader.c                      |   7 +-
 ext/scanner.c                     |  59 ++-
 ext/writer.c                      |   3 +-
 ext/yaml.h                        |  12 +-
 ext/yaml_private.h                |  12 +-
 loader.py                         |  58 ++-
 main.py                           | 809 +++++++++++++++++++++++++++++---
 nodes.py                          |  25 +-
 parser.py                         | 522 ++++++++++++---------
 reader.py                         |  94 ++--
 representer.py                    | 389 +++++++++++++---
 resolver.py                       | 109 +++--
 ruamel.yaml.egg-info/PKG-INFO     | 378 ++++++++++-----
 ruamel.yaml.egg-info/SOURCES.txt  |   2 +
 ruamel.yaml.egg-info/requires.txt |   9 +-
 scalarfloat.py                    |  93 ++++
 scalarint.py                      |  85 ++++
 scalarstring.py                   |  31 +-
 scanner.py                        | 956 +++++++++++++++++++++-----------------
 serializer.py                     |  89 ++--
 setup.cfg                         |   1 -
 setup.py                          | 246 ++++++++--
 timestamp.py                      |  17 +-
 tokens.py                         |  52 ++-
 util.py                           |  15 +-
 47 files changed, 5350 insertions(+), 1905 deletions(-)

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



More information about the Python-modules-commits mailing list