[Python-modules-commits] [django-uwsgi] branch master updated (cef336b -> 44cfc37)
Michael Fladischer
fladi at moszumanska.debian.org
Wed Oct 19 10:24:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-uwsgi.
from cef336b change target to unstable
new f19d5a0 record new upstream branch created by importing django-uwsgi_0.1.6.orig.tar.gz
new 65c1351 Import django-uwsgi_0.1.6.orig.tar.gz
new 7bd9416 Disable sphinx extensions that are not packaged yet
new cfead1b merge patched into master
new c984659 change version to 0.1.6-1 (UNRELEASED) New upstream release. change urgency to low
new 4fd369e Clean up .DS_Store files before install.
new 44cfc37 change target to unstable
The 7 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 +-
debian/.git-dpm | 14 ++--
debian/changelog | 7 ++
debian/patches/sphinx.patch | 2 +-
debian/rules | 1 +
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 +-
28 files changed, 121 insertions(+), 142 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