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

gregoa pushed a change to branch master
in repository libjson-validator-perl.

      from  c16cfd6   update changelog
       new  885b5b4   Switch repackaging framework to Files-Excluded method.
       new  3acf3ae   update changelog
      adds  7c55e6d   Fix typo, closes #18
      adds  e5a278f   No need for _merge_error
      adds  dcb12d2   Merge pull request #19 from 
jhthorsen/anyof-oneof-allof-errors
      adds  b81cce4   Released version 0.68
      adds  b2ca6e4   Change Cpanel::JSON::XS and Mojo::JSON::MaybeXS to 
recommended modules
      adds  c944b11   Add more dependencies to travis run
      adds  ec83353   Test: anyOf number vs integer
      adds  1e60764   Passing Acceptance and fix failing 
t/swagger-validate-response-object.t
      adds  67d712e   Released version 0.69
      adds  936ea08   Fix allowing "id" as property name in objects
      adds  e8e573a   Released version 0.70
      adds  e244101   Fix setting schema() inside validate()
      adds  35dbd3b   Released version 0.71
      adds  a0d2543   Fix default cache_dir() path
      adds  a055524   Will always complain on missing format
      adds  1b2e295   Move Swagger2::SchemaValidator into 
JSON::Validator::OpenAPI
      adds  1e16a40   JSON::Validator is no longer EXPERIMENTAL
      adds  be5a701   Renameing JSON::Validator::OpenAPI internals
      adds  2217fbe   Released version 0.72
      adds  b9cdc4f   Add http://git.io/vcKD4 error schema to cache
      adds  661d342   
https://github.com/OAI/OpenAPI-Specification/blob/19fed9f0f812ccebe0fc45313fea75bb6656de1c/schemas/v2.0/schema.json
      adds  fab4d65   Add JSON schema for JSONPatch files
      adds  a1d6fd1   Released version 0.73
      adds  69ec793   Fix length($data) need be defined in 5.10
      adds  92678bc   Released version 0.74
      adds  0bf55ca   Imported Upstream version 0.74+dfsg
       new  ba605fe   Merge tag 'upstream/0.74+dfsg'
       new  9e734fe   Update debian/changelog
       new  20cc534   Drop spelling.patch, merged upstream.
       new  8ca9dc5   Add libcpanel-json-xs-perl to Recommends.
       new  4dd0101   Skip a test during build and autopkgtest.
       new  c71bf4f   releasing package libjson-validator-perl version 
0.74+dfsg-1

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:
 .travis.yml                          |   3 +-
 Changes                              |  25 +++
 MANIFEST                             |  11 ++
 META.json                            |   2 +-
 META.yml                             |   2 +-
 README                               |   8 +-
 cpanfile                             |   2 +
 debian/changelog                     |  10 +-
 debian/control                       |   3 +-
 debian/copyright                     |   8 +-
 debian/patches/series                |   1 -
 debian/patches/spelling.patch        |  18 --
 debian/repack.local                  |   2 -
 debian/repack.stub                   |  88 ---------
 debian/rules                         |   6 +
 debian/tests/pkg-perl/smoke-skip     |   2 +
 debian/watch                         |   5 +-
 lib/JSON/Validator.pm                | 182 ++++++++-----------
 lib/JSON/Validator/Error.pm          |   2 +-
 lib/JSON/Validator/OpenAPI.pm        | 338 +++++++++++++++++++++++++++++++++++
 t/deep-mixed-ref.t                   |   2 +-
 t/jv-allof.t                         |  10 +-
 t/jv-anyof.t                         |  39 +++-
 t/jv-oneof.t                         |  14 +-
 t/load-json.t                        |   5 +
 t/openapi-formats.t                  | 107 +++++++++++
 t/openapi.t                          |  69 +++++++
 t/relative-ref.t                     |   3 +-
 t/schema-as-attr.t                   |  14 ++
 t/swagger-validate-response-object.t |   2 +-
 t/validate-id.t                      |   9 +
 31 files changed, 744 insertions(+), 248 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 debian/repack.local
 delete mode 100755 debian/repack.stub
 create mode 100644 debian/tests/pkg-perl/smoke-skip
 create mode 100644 lib/JSON/Validator/OpenAPI.pm
 create mode 100644 t/openapi-formats.t
 create mode 100644 t/openapi.t
 create mode 100644 t/schema-as-attr.t
 create mode 100644 t/validate-id.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libjson-validator-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to