[Python-modules-commits] [django-uwsgi] branch master updated (44cfc37 -> 0348d39)
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jul 17 07:45:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-uwsgi.
from 44cfc37 change target to unstable
new 1b640a5 record new upstream branch created by importing django-uwsgi_0.2.1.orig.tar.gz
new 9939cc9 Import django-uwsgi_0.2.1.orig.tar.gz
new 92566b9 Disable sphinx extensions that are not packaged yet
new 388bae9 merge patched into master
new 6c9e146 change version to 0.2.1-1 (UNRELEASED) New upstream release.
new 012b088 Bump Standards-Version to 4.0.0.
new 1b874da Use local copies of screenshot images to prevent privacy breach.
new 755d54d merge patched into master
new 4c99418 Add patch to use local copies of screenshot images.
new 0348d39 change target to unstable
The 10 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:
CONTRIBUTORS | 3 +
MANIFEST.in | 2 +-
PKG-INFO | 13 +-
README.rst | 8 +
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/control | 2 +-
...opies-of-screenshot-images-to-prevent-pri.patch | 33 ++++
debian/patches/series | 1 +
debian/patches/sphinx.patch | 4 +-
django_uwsgi.egg-info/PKG-INFO | 13 +-
django_uwsgi.egg-info/SOURCES.txt | 11 +-
django_uwsgi/.DS_Store | Bin 8196 -> 0 bytes
django_uwsgi/__init__.py | 4 +-
django_uwsgi/emperor/admin.py | 19 ++-
django_uwsgi/emperor/wagtail_hooks.py | 15 ++
django_uwsgi/mail.py | 2 +-
django_uwsgi/management/.DS_Store | Bin 6148 -> 0 bytes
django_uwsgi/management/commands/runuwsgi.py | 62 ++++----
django_uwsgi/panels.py | 7 +-
django_uwsgi/stats.py | 13 +-
django_uwsgi/{task.py => tasks.py} | 1 +
django_uwsgi/templates/.DS_Store | Bin 6148 -> 0 bytes
django_uwsgi/templates/uwsgi/panel.html | 149 ++++++++++++------
django_uwsgi/templates/uwsgi/wagtail_uwsgi.html | 170 +++++++++++++++------
django_uwsgi/urls.py | 14 +-
django_uwsgi/views.py | 59 +++++--
docs/cache.rst | 15 +-
docs/conf.py | 2 +-
docs/configuration.rst | 4 +-
docs/email.rst | 2 +-
docs/emperor.rst | 13 +-
docs/features.rst | 2 +
docs/installation.rst | 5 +-
docs/integrations.rst | 5 +-
docs/screenshots.rst | 9 +-
docs/screenshots/screenshot1.png | Bin 130092 -> 100713 bytes
docs/screenshots/screenshot2.png | Bin 77379 -> 61452 bytes
docs/screenshots/screenshot3.png | Bin 51354 -> 75813 bytes
docs/screenshots/screenshot4.png | Bin 0 -> 74709 bytes
docs/screenshots/screenshot5.png | Bin 0 -> 56162 bytes
docs/todo.rst | 3 -
setup.cfg | 3 +
setup.py | 3 +
44 files changed, 505 insertions(+), 188 deletions(-)
create mode 100644 debian/patches/0002-Use-local-copies-of-screenshot-images-to-prevent-pri.patch
delete mode 100644 django_uwsgi/.DS_Store
create mode 100644 django_uwsgi/emperor/wagtail_hooks.py
delete mode 100644 django_uwsgi/management/.DS_Store
mode change 100755 => 100644 django_uwsgi/panels.py
rename django_uwsgi/{task.py => tasks.py} (90%)
delete mode 100644 django_uwsgi/templates/.DS_Store
mode change 100755 => 100644 django_uwsgi/urls.py
mode change 100755 => 100644 django_uwsgi/views.py
create mode 100644 docs/screenshots/screenshot4.png
create mode 100644 docs/screenshots/screenshot5.png
--
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