[libswagger2-perl] branch master updated (4ff17c6 -> 4c71c2b)

gregor herrmann gregoa at debian.org
Sun Apr 17 12:59:52 UTC 2016


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

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

      from  4ff17c6   releasing package libswagger2-perl version 0.75-1
      adds  4714617   Imported Upstream version 0.77
       new  833e15b   Merge tag 'upstream/0.77'
       new  d4e752e   Update debian/changelog
       new  0a94671   Update Upstream-Contact in debian/copyright.
       new  95ed584   Update debian/upstream/metadata (Contact and Repository).
       new  190bd60   Install new example script.
       new  c435bc1   Declare compliance with Debian Policy 3.9.8.
       new  ed30103   Drop version constraint from libjson-validator-perl (build) dependency.
       new  4c71c2b   releasing package libswagger2-perl version 0.77-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:
 .perl-version                                      |   1 -
 .perltidyrc                                        |   2 +-
 Changes                                            |  16 ++
 MANIFEST                                           |   9 +-
 META.json                                          |   9 +-
 META.yml                                           |   9 +-
 Makefile.PL                                        |   6 +-
 README                                             |  22 +-
 debian/changelog                                   |  13 ++
 debian/control                                     |   6 +-
 debian/copyright                                   |   2 +-
 debian/libswagger2-perl.examples                   |   1 +
 debian/upstream/metadata                           |   4 +-
 examples/websocket.pl                              |  91 +++++++++
 lib/Mojolicious/Plugin/Swagger2.pm                 |  97 +++++----
 lib/Swagger2.pm                                    |  80 +++++---
 lib/Swagger2/Client.pm                             |  11 +-
 lib/Swagger2/Guides/Render.pod                     |  25 ++-
 lib/Swagger2/Guides/WebSocket.pod                  |   3 +
 lib/Swagger2/POD.pm                                |  25 ++-
 lib/Swagger2/SchemaValidator.pm                    |   5 +-
 .../public/cache/05a9f0030e1b92e1603618dad61dbc8d  |   1 +
 .../public/cache/062bec94cfcd2cb0049773ae5d15da61  |   1 +
 ...b3c816b0e8 => 0a8e1de16692c32db582df9bdabdbdd7} |   0
 ...287aff89a7 => 84a4b37fb9b912219cbeb486174f4066} |   0
 .../public/cache/a0f5b4b4e75ea17fc09e88ec0343d148  | 127 ------------
 .../public/cache/f3697e9712087b1993aae1a8a853cfaa  |   0
 lib/Swagger2/swagger2-client.js                    | 227 ++++++++++++---------
 t/data/petstore.json                               |   2 +-
 t/expand-yaml.t                                    |  50 +++++
 t/not-implemented-501.t                            |   9 +-
 t/parse-json.t                                     |  23 ++-
 t/swagger.t                                        |   4 +-
 33 files changed, 539 insertions(+), 342 deletions(-)
 delete mode 100644 .perl-version
 create mode 100644 debian/libswagger2-perl.examples
 create mode 100644 examples/websocket.pl
 create mode 100644 lib/Swagger2/public/cache/05a9f0030e1b92e1603618dad61dbc8d
 create mode 100644 lib/Swagger2/public/cache/062bec94cfcd2cb0049773ae5d15da61
 copy lib/Swagger2/public/cache/{49c95b866e40f788892a7fb3c816b0e8 => 0a8e1de16692c32db582df9bdabdbdd7} (100%)
 copy lib/Swagger2/public/cache/{ea34d47d4e060a1c3b12d2287aff89a7 => 84a4b37fb9b912219cbeb486174f4066} (100%)
 delete mode 100644 lib/Swagger2/public/cache/a0f5b4b4e75ea17fc09e88ec0343d148
 delete mode 100644 lib/Swagger2/public/cache/f3697e9712087b1993aae1a8a853cfaa
 create mode 100644 t/expand-yaml.t

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



More information about the Pkg-perl-cvs-commits mailing list