[Python-modules-commits] [python-flask-restful-swagger] branch master updated (ce5fbb2 -> 8800741)
Adrian Alves
alvesadrian-guest at moszumanska.debian.org
Sun Jul 3 02:58:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
alvesadrian-guest pushed a change to branch master
in repository python-flask-restful-swagger.
from ce5fbb2 Initial release (Closes: #819647)
new 2de9462 import python-flask-restful-swagger_0.19.orig.tar.gz
new b943ee6 Initialize git-dpm
new 8800741 Initial release (Closes: #819647)
The 3 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:
LICENSE | 20 +
MANIFEST | 4 +
Makefile | 4 +
PKG-INFO | 10 -
TODO | 10 +
debian/.git-dpm | 12 +-
debian/changelog | 2 +-
examples/basic.py | 225 +
examples/blueprints.py | 233 +
examples/inheritance.py | 62 +
flask_restful_swagger.egg-info/PKG-INFO | 10 -
flask_restful_swagger.egg-info/SOURCES.txt | 38 -
.../dependency_links.txt | 1 -
flask_restful_swagger.egg-info/not-zip-safe | 1 -
flask_restful_swagger.egg-info/requires.txt | 1 -
flask_restful_swagger.egg-info/top_level.txt | 1 -
setup.cfg | 5 -
setup.py | 2 +-
.../static => static}/css/hightlight.default.css | 0
static/css/screen.css | 1782 +++++
static/docs.html | 80 +
.../static => static}/images/logo_small.png | Bin
.../static => static}/images/pet_store_api.png | Bin
.../static => static}/images/throbber.gif | Bin
.../static => static}/images/wordnik_api.png | Bin
static/js/all.js | 8151 ++++++++++++++++++++
.../static/lib => static/js}/backbone-min.js | 0
static/js/handlebars-1.0.rc.1.js | 1920 +++++
.../static/lib => static/js}/highlight.7.3.pack.js | 0
.../static/lib => static/js}/jquery-1.8.0.min.js | 2 +-
.../static/lib => static/js}/jquery.ba-bbq.min.js | 0
.../static/lib => static/js}/jquery.slideto.min.js | 0
.../static/lib => static/js}/jquery.wiggle.min.js | 0
.../static/lib => static/js}/shred.bundle.js | 0
.../static/lib => static/js}/shred/content.js | 0
static/js/swagger-ui.js | 2239 ++++++
static/js/swagger.js | 1106 +++
.../static/lib => static/js}/underscore-min.js | 0
static/resources.json | 10 +
39 files changed, 15855 insertions(+), 76 deletions(-)
create mode 100644 LICENSE
create mode 100644 MANIFEST
create mode 100644 Makefile
delete mode 100644 PKG-INFO
create mode 100644 TODO
create mode 100644 examples/basic.py
create mode 100644 examples/blueprints.py
create mode 100644 examples/inheritance.py
delete mode 100644 flask_restful_swagger.egg-info/PKG-INFO
delete mode 100644 flask_restful_swagger.egg-info/SOURCES.txt
delete mode 100644 flask_restful_swagger.egg-info/dependency_links.txt
delete mode 100644 flask_restful_swagger.egg-info/not-zip-safe
delete mode 100644 flask_restful_swagger.egg-info/requires.txt
delete mode 100644 flask_restful_swagger.egg-info/top_level.txt
delete mode 100644 setup.cfg
copy {flask_restful_swagger/static => static}/css/hightlight.default.css (100%)
create mode 100644 static/css/screen.css
create mode 100644 static/docs.html
copy {flask_restful_swagger/static => static}/images/logo_small.png (100%)
copy {flask_restful_swagger/static => static}/images/pet_store_api.png (100%)
copy {flask_restful_swagger/static => static}/images/throbber.gif (100%)
copy {flask_restful_swagger/static => static}/images/wordnik_api.png (100%)
create mode 100644 static/js/all.js
copy {flask_restful_swagger/static/lib => static/js}/backbone-min.js (100%)
create mode 100644 static/js/handlebars-1.0.rc.1.js
copy {flask_restful_swagger/static/lib => static/js}/highlight.7.3.pack.js (100%)
copy {flask_restful_swagger/static/lib => static/js}/jquery-1.8.0.min.js (99%)
copy {flask_restful_swagger/static/lib => static/js}/jquery.ba-bbq.min.js (100%)
copy {flask_restful_swagger/static/lib => static/js}/jquery.slideto.min.js (100%)
copy {flask_restful_swagger/static/lib => static/js}/jquery.wiggle.min.js (100%)
copy {flask_restful_swagger/static/lib => static/js}/shred.bundle.js (100%)
copy {flask_restful_swagger/static/lib => static/js}/shred/content.js (100%)
create mode 100644 static/js/swagger-ui.js
create mode 100644 static/js/swagger.js
copy {flask_restful_swagger/static/lib => static/js}/underscore-min.js (100%)
create mode 100644 static/resources.json
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flask-restful-swagger.git
More information about the Python-modules-commits
mailing list