[Python-modules-commits] [django-uwsgi] branch upstream updated (3c43c05 -> 65c1351)

Michael Fladischer fladi at moszumanska.debian.org
Wed Oct 19 10:24:25 UTC 2016


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

fladi pushed a change to branch upstream
in repository django-uwsgi.

      from  3c43c05   Imported Upstream version 0.1.3
       new  65c1351   Import django-uwsgi_0.1.6.orig.tar.gz

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:
 .editorconfig                                      |  12 ---
 .gitignore                                         |  93 ---------------------
 LICENSE                                            |   2 +-
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |  10 +--
 README.rst                                         |   4 +-
 django_uwsgi.egg-info/PKG-INFO                     |  10 +--
 django_uwsgi.egg-info/SOURCES.txt                  |   9 +-
 django_uwsgi.egg-info/pbr.json                     |   1 -
 django_uwsgi/.DS_Store                             | Bin 0 -> 8196 bytes
 django_uwsgi/__init__.py                           |   2 +-
 django_uwsgi/emperor/apps.py                       |   2 +-
 django_uwsgi/emperor/migrations/0001_initial.py    |  37 ++++++++
 .../{management => emperor/migrations}/__init__.py |   0
 django_uwsgi/management/.DS_Store                  | Bin 0 -> 6148 bytes
 django_uwsgi/stats.py                              |   2 +-
 django_uwsgi/templates/.DS_Store                   | Bin 0 -> 6148 bytes
 django_uwsgi/templates/uwsgi/panel.html            |  18 +++-
 django_uwsgi/urls.py                               |   6 +-
 docs/emperor.rst                                   |  20 +++++
 docs/index.rst                                     |   1 +
 docs/todo.rst                                      |   3 +
 setup.cfg                                          |   2 +-
 setup.py                                           |   4 +-
 24 files changed, 105 insertions(+), 134 deletions(-)
 delete mode 100755 .editorconfig
 delete mode 100755 .gitignore
 delete mode 100644 django_uwsgi.egg-info/pbr.json
 create mode 100644 django_uwsgi/.DS_Store
 create mode 100644 django_uwsgi/emperor/migrations/0001_initial.py
 copy django_uwsgi/{management => emperor/migrations}/__init__.py (100%)
 mode change 100755 => 100644
 create mode 100644 django_uwsgi/management/.DS_Store
 create mode 100644 django_uwsgi/templates/.DS_Store
 create mode 100644 docs/emperor.rst

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



More information about the Python-modules-commits mailing list