[Python-modules-commits] [ruamel.yaml] branch master updated (65d482c -> 2553753)

Vincent Bernat bernat at moszumanska.debian.org
Sat May 21 15:05:02 UTC 2016


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

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

      from  65d482c   Fixed VCS URL (https)
       new  fb244c7   record new upstream branch created by importing ruamel.yaml_0.11.11.orig.tar.gz
       new  eef955c   Import ruamel.yaml_0.11.11.orig.tar.gz
       new  f44ae6b   merge patched into master
       new  f1cbfc4   New upstream release
       new  c499c74   No need to remove make_win_whl.py
       new  2553753   Prepare for release

The 6 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:
 .hg_archival.txt                                   |   4 +-
 .hgignore                                          |   1 +
 .hgtags                                            |  12 +
 CHANGES                                            |  11 +
 README.rst                                         | 277 +-------------------
 __init__.py                                        |   8 +-
 _doc/Makefile                                      | 216 ++++++++++++++++
 _doc/conf.py                                       | 287 +++++++++++++++++++++
 README.rst => _doc/detail.rst                      | 237 +++++++++--------
 _doc/example.rst                                   | 102 ++++++++
 _doc/index.rst                                     |  23 ++
 _doc/install.rst                                   |  31 +++
 _doc/links.rst                                     |   7 +
 _doc/overview.rst                                  |  31 +++
 _doc/pyyaml.rst                                    |  68 +++++
 _test/lib/canonical.py                             |  22 +-
 _test/lib/test_all.py                              |   6 +-
 _test/lib/test_appliance.py                        |   6 +-
 _test/lib/test_build.py                            |  11 +-
 _test/lib/test_build_ext.py                        |  11 +-
 _test/lib/test_canonical.py                        |  16 +-
 _test/lib/test_constructor.py                      |  97 ++++---
 _test/lib/test_emitter.py                          |  16 +-
 _test/lib/test_errors.py                           |   7 +-
 _test/lib/test_input_output.py                     |  40 +--
 _test/lib/test_mark.py                             |   2 +-
 _test/lib/test_reader.py                           |   5 +-
 _test/lib/test_recursive.py                        |   7 +-
 _test/lib/test_representer.py                      |   4 +-
 _test/lib/test_resolver.py                         |  17 +-
 _test/lib/test_structure.py                        |  22 +-
 _test/lib/test_yaml.py                             |  24 +-
 _test/roundtrip.py                                 |  33 ++-
 _test/test_anchor.py                               |   1 -
 _test/test_comments.py                             | 134 +++++++---
 _test/test_fail.py                                 | 214 +++++++++++++++
 _test/test_indentation.py                          | 286 ++++++++++++++------
 _test/test_tag.py                                  |  32 +++
 _test/test_version.py                              | 104 ++++++++
 _test/test_z_data.py                               |   5 +-
 comments.py                                        |  33 ++-
 compat.py                                          |  16 +-
 composer.py                                        |   2 +
 configobjwalker.py                                 |  68 +----
 constructor.py                                     |  54 +++-
 cyaml.py                                           |  14 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |   2 +-
 .../patches/0001-Don-t-require-ruamel.base.patch   |  34 ---
 debian/patches/series                              |   1 -
 debian/rules                                       |   4 -
 dumper.py                                          |  32 ++-
 emitter.py                                         | 121 +++++----
 error.py                                           |  10 +-
 events.py                                          |   1 +
 example/anchor_merge.py                            |   1 -
 example/so_13517753.py                             |  42 ++-
 ext/_ruamel_yaml.c                                 |  12 +-
 ext/_ruamel_yaml.pyx                               |   2 +-
 loader.py                                          |  26 +-
 main.py                                            |  72 +++++-
 make_win_whl.py                                    |  34 ---
 nodes.py                                           |   2 +
 parser_.py => parser.py                            |  40 ++-
 reader.py                                          |   6 +-
 representer.py                                     |  23 +-
 resolver.py                                        | 166 +++++++++++-
 scalarstring.py                                    |   2 +
 scanner.py                                         |   8 +-
 serializer.py                                      |  32 +--
 setup.py                                           |  15 +-
 tokens.py                                          |   3 +
 tox.ini                                            |   2 +-
 util.py                                            | 139 ++++++++++
 75 files changed, 2509 insertions(+), 973 deletions(-)
 create mode 100644 _doc/Makefile
 create mode 100644 _doc/conf.py
 copy README.rst => _doc/detail.rst (62%)
 create mode 100644 _doc/example.rst
 create mode 100644 _doc/index.rst
 create mode 100644 _doc/install.rst
 create mode 100644 _doc/links.rst
 create mode 100644 _doc/overview.rst
 create mode 100644 _doc/pyyaml.rst
 create mode 100644 _test/test_fail.py
 create mode 100644 _test/test_tag.py
 create mode 100644 _test/test_version.py
 delete mode 100644 debian/patches/0001-Don-t-require-ruamel.base.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 make_win_whl.py
 rename parser_.py => parser.py (95%)
 create mode 100644 util.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