[Python-modules-commits] [ruamel.yaml] branch debian/master updated (639eb3c -> d523300)

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


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

bernat pushed a change to branch debian/master
in repository ruamel.yaml.

      from  639eb3c   Convert from git-dpm to patches unapplied format
      adds  8f01792   New upstream release.
      adds  c869929   Update upstream source from tag 'upstream/0.15.34'
      adds  0c09419   New upstream release
      adds  46d2511   d/watch: switch to HTTPS
      adds  d523300   d/lintian-overrides: update

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 +-
 debian/changelog                             |   8 +
 debian/control                               |   2 +-
 debian/python3-ruamel.yaml.lintian-overrides |   3 +-
 debian/watch                                 |   2 +-
 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 +-
 51 files changed, 5361 insertions(+), 1909 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