[Python-modules-commits] [flask-autoindex] branch master updated (7e30f1b -> d59c678)

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


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

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

      from  7e30f1b   Updated version 0.6 from 'upstream/0.6'
       new  97801a1   Use version from git
       new  a7d9362   Add untracked files
       new  25d6c59   New upstream version 0.6+0git20160725-02b454
       new  d59c678   Updated version 0.6+0git20160725-02b454 from 'upstream/0.6+0git20160725-02b454'

The 4 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 ------
 debian/changelog                              |   6 +
 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 +-
 19 files changed, 311 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