[Pkg-javascript-commits] [node-minimatch] branch master updated (4da8138 -> 5c8d045)

Jérémy Lal kapouer at moszumanska.debian.org
Thu Nov 3 23:36:01 UTC 2016


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

kapouer pushed a change to branch master
in repository node-minimatch.

      from  4da8138   Release
       new  edb757b   New upstream version 3.0.3
       new  77462a4   Merge tag 'upstream/3.0.3'
       new  50db89a   License switch to ISC
       new  4807a27   Standards-Version 3.9.8
       new  c129215   Secure Vcs url
       new  3d0d3a9   Depends only on node-brace-expansion
       new  f211ca3   autopkgtest
       new  1ff2266   Update changelog
       new  588494d   Update changelog
       new  39ada89   Patch to run tests using old tap
       new  dda065b   Update changelog
       new  b4a5dd6   Release
       new  a3ebe3c   debhelper 9
       new  5c8d045   Update changelog

The 14 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:
 .gitignore                             |   1 +
 .npmignore                             |   1 +
 .travis.yml                            |   7 +-
 LICENSE                                |  32 +-
 README.md                              |  13 +-
 benchmark.js                           |  15 +
 debian/changelog                       |  13 +
 debian/control                         |  12 +-
 debian/copyright                       |  33 +-
 debian/patches/series                  |   1 +
 debian/patches/test-tap.patch          |  47 +++
 debian/tests/control                   |   2 +
 minimatch.js                           | 736 +++++++++++++--------------------
 package.json                           |  17 +-
 test/basic.js                          | 392 ++----------------
 test/brace-expand.js                   | 100 +++--
 test/caching.js                        |  14 -
 test/defaults.js                       | 299 ++------------
 test/extglob-ending-with-state-char.js |   2 +-
 test/extglob-unfinished.js             |  13 +
 test/patterns.js                       | 368 +++++++++++++++++
 test/redos.js                          |  28 ++
 test/tricky-negations.js               | 111 +++++
 23 files changed, 1080 insertions(+), 1177 deletions(-)
 create mode 100644 .npmignore
 create mode 100644 benchmark.js
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/test-tap.patch
 create mode 100644 debian/tests/control
 delete mode 100644 test/caching.js
 create mode 100644 test/extglob-unfinished.js
 create mode 100644 test/patterns.js
 create mode 100644 test/redos.js
 create mode 100644 test/tricky-negations.js

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



More information about the Pkg-javascript-commits mailing list