[Python-modules-commits] [ruamel.yaml] branch upstream updated (b64be42 -> 8f01792)
Vincent Bernat
bernat at moszumanska.debian.org
Mon Nov 13 22:19:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository ruamel.yaml.
from b64be42 New upstream version 0.13.4
adds 8f01792 New upstream release.
No new revisions were added by this update.
Summary of changes:
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(-)
create mode 100644 scalarfloat.py
create mode 100644 scalarint.py
--
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