[Pkg-javascript-commits] [node-js-yaml] branch master updated (b7744db -> b4b5c2c)

Ross Gammon ross-guest at moszumanska.debian.org
Tue Aug 15 20:34:15 UTC 2017


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

ross-guest pushed a change to branch master
in repository node-js-yaml.

      from  b7744db   Release
       new  d5e3103   New upstream version 3.9.1+dfsg
       new  bc54509   Merge tag 'upstream/3.9.1+dfsg'
       new  a8212bc   New upstream version
       new  0b02d54   Update lintian overrides
       new  763653e   Use Debian email address
       new  a626841   Switch to javascript for section hint
       new  a6e506c   Bump standards version, switched to https for copyright format URL
       new  b4b5c2c   Finalise changelog & set distribution to experimental

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:
 .eslintrc.yml                           |  1 +
 .travis.yml                             |  5 +--
 CHANGELOG.md                            | 47 +++++++++++++++++++++
 README.md                               | 72 ++++++++++++++++++++-------------
 debian/changelog                        | 10 +++++
 debian/control                          |  6 +--
 debian/copyright                        |  2 +-
 debian/source/lintian-overrides         |  6 +--
 examples/sample_document.yml            |  2 +-
 lib/js-yaml/dumper.js                   | 14 +++++--
 lib/js-yaml/exception.js                | 10 ++---
 lib/js-yaml/loader.js                   | 33 ++++++++++-----
 lib/js-yaml/type/binary.js              |  5 ++-
 lib/js-yaml/type/float.js               | 17 ++++++--
 lib/js-yaml/type/int.js                 | 12 ++++--
 package.json                            | 18 ++++-----
 test/issues/0085.js                     |  6 ++-
 test/issues/0217.js                     |  4 +-
 test/issues/0243-basic.yml              | 15 +++++++
 test/issues/0243-nested.yml             | 15 +++++++
 test/issues/0243.js                     | 29 +++++++++++++
 test/issues/0266.js                     |  6 ++-
 test/issues/{0017.js => 0333.js}        | 10 +++--
 test/issues/0333.yml                    |  3 ++
 test/issues/0335.js                     | 20 +++++++++
 test/issues/0335.yml                    |  6 +++
 test/issues/0342.js                     | 61 ++++++++++++++++++++++++++++
 test/issues/0346.js                     | 19 +++++++++
 test/issues/0350.js                     | 13 ++++++
 test/issues/0350.yml                    |  4 ++
 test/issues/0351.js                     | 17 ++++++++
 test/issues/0351.yml                    |  4 ++
 test/samples-common/construct-binary.js |  9 ++++-
 test/units/dump-scalar-styles.js        | 18 ++++-----
 34 files changed, 425 insertions(+), 94 deletions(-)
 create mode 100644 test/issues/0243-basic.yml
 create mode 100644 test/issues/0243-nested.yml
 create mode 100644 test/issues/0243.js
 copy test/issues/{0017.js => 0333.js} (52%)
 create mode 100644 test/issues/0333.yml
 create mode 100644 test/issues/0335.js
 create mode 100644 test/issues/0335.yml
 create mode 100644 test/issues/0342.js
 create mode 100644 test/issues/0346.js
 create mode 100644 test/issues/0350.js
 create mode 100644 test/issues/0350.yml
 create mode 100644 test/issues/0351.js
 create mode 100644 test/issues/0351.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-js-yaml.git



More information about the Pkg-javascript-commits mailing list