[Python-modules-commits] [python-django-debug-toolbar] branch master updated (b7f50cf -> c0c9a59)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sun Nov 27 15:48:40 UTC 2016


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

asb pushed a change to branch master
in repository python-django-debug-toolbar.

      from  b7f50cf   releasing package python-django-debug-toolbar version 1:1.5-1
       new  4e7f8f4   Drop sqlparse-downgrade.patch as sqlparse >= 0.2 is now in Debian.
       new  76751f9   Depend on python{3}-sqlparse >= 0.2.0 (Closes: #844792).
       new  e3e16ca   Imported Upstream version 1.6
       new  a8f1f40   Merge tag 'upstream/1.6'
       new  96cd5ac   New upstream release.
       new  ba467f0   Drop django-1.10-compat.patch, applied upstream.
       new  c0c9a59   releasing package python-django-debug-toolbar version 1:1.6-1

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:
 .coveragerc                                        |   6 +
 .travis.yml                                        |  39 +-
 CONTRIBUTING.md                                    |   7 +
 MANIFEST.in                                        |   1 +
 Makefile                                           |   4 +-
 README.rst                                         |  25 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   8 +-
 debian/patches/django-1.10-compat.patch            |  92 -----
 debian/patches/series                              |   2 -
 debian/patches/sqlparse-downgrade.patch            |  21 --
 debug_toolbar/apps.py                              |  65 +++-
 debug_toolbar/locale/ru/LC_MESSAGES/django.mo      | Bin 9925 -> 11667 bytes
 debug_toolbar/locale/ru/LC_MESSAGES/django.po      | 395 +++++++++++----------
 debug_toolbar/middleware.py                        |  17 +-
 debug_toolbar/panels/versions.py                   |   9 +-
 debug_toolbar/settings.py                          |  86 -----
 debug_toolbar/static/debug_toolbar/js/toolbar.js   |   4 +-
 .../templates/debug_toolbar/panels/versions.html   |   6 +-
 docs/changes.rst                                   |  19 +
 docs/conf.py                                       |   4 +-
 docs/configuration.rst                             |   7 -
 docs/contributing.rst                              |  14 +-
 docs/installation.rst                              |  81 +----
 example/settings.py                                |  22 +-
 example/urls.py                                    |   7 +
 setup.py                                           |   5 +-
 tests/middleware.py                                |   7 +
 tests/settings.py                                  |  10 +-
 tests/test_integration.py                          |  69 ++++
 tox.ini                                            |  42 ++-
 31 files changed, 547 insertions(+), 537 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 debian/patches/django-1.10-compat.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/sqlparse-downgrade.patch
 create mode 100644 tests/middleware.py

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



More information about the Python-modules-commits mailing list