[Python-modules-commits] [flask-autoindex] branch upstream updated (9f641fc -> 25d6c59)

Jonathan Cristopher Carter jcc at moszumanska.debian.org
Tue Sep 5 10:15:03 UTC 2017


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

jcc pushed a change to branch upstream
in repository flask-autoindex.

      from  9f641fc   New upstream version 0.6
       new  25d6c59   New upstream version 0.6+0git20160725-02b454

The 1 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                                    |  11 ++
 .gitmodules                                   |   3 +
 Flask_AutoIndex.egg-info/PKG-INFO             |  36 ------
 Flask_AutoIndex.egg-info/SOURCES.txt          | 127 ---------------------
 Flask_AutoIndex.egg-info/dependency_links.txt |   1 -
 Flask_AutoIndex.egg-info/entry_points.txt     |   3 -
 Flask_AutoIndex.egg-info/not-zip-safe         |   1 -
 Flask_AutoIndex.egg-info/requires.txt         |   3 -
 Flask_AutoIndex.egg-info/top_level.txt        |   1 -
 PKG-INFO                                      |  36 ------
 docs/Makefile                                 | 130 +++++++++++++++++++++
 docs/index.rst                                |   2 +-
 docs/make.bat                                 | 155 ++++++++++++++++++++++++++
 flask_autoindex/__init__.py                   |   4 +-
 flask_autoindex/run.py                        |   2 +-
 setup.cfg                                     |   6 -
 setup.py                                      |   2 +-
 tests/__init__.py                             |   2 +-
 18 files changed, 305 insertions(+), 220 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .gitmodules
 delete mode 100644 Flask_AutoIndex.egg-info/PKG-INFO
 delete mode 100644 Flask_AutoIndex.egg-info/SOURCES.txt
 delete mode 100644 Flask_AutoIndex.egg-info/dependency_links.txt
 delete mode 100644 Flask_AutoIndex.egg-info/entry_points.txt
 delete mode 100644 Flask_AutoIndex.egg-info/not-zip-safe
 delete mode 100644 Flask_AutoIndex.egg-info/requires.txt
 delete mode 100644 Flask_AutoIndex.egg-info/top_level.txt
 delete mode 100644 PKG-INFO
 create mode 100644 docs/Makefile
 create mode 100644 docs/make.bat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-autoindex.git



More information about the Python-modules-commits mailing list