[Python-modules-commits] [python-django-debug-toolbar] branch master updated (ffbab10 -> 5e87fad)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Mon Dec 25 15:47:27 UTC 2017


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  ffbab10   releasing package python-django-debug-toolbar version 1:1.8-1
       new  71ad328   Add missing autopkgtest dependency on python{3}-django-jinja. Closes: #883056 Thanks to Steve Langasek.
       new  6c405cb   New upstream version 1.9.1
       new  2f87135   Merge tag 'upstream/1.9.1'
       new  6eaeddd   New upstream release.
       new  652dced   Invoke tests via pybuild.
       new  8d41d53   Bump Standards-Version to 4.1.2, no changes.
       new  71233c4   Build depend on python{3}-html5lib.
       new  5e87fad   releasing package python-django-debug-toolbar version 1:1.9.1-1

The 8 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:
 .travis.yml                                        | 13 +++---
 Makefile                                           |  6 +--
 README.rst                                         |  2 +-
 debian/changelog                                   | 11 +++++
 debian/control                                     |  4 +-
 debian/rules                                       |  9 ++--
 debian/tests/control                               |  2 +-
 debug_toolbar/panels/profiling.py                  | 33 +++++++-------
 debug_toolbar/panels/redirects.py                  |  6 ++-
 debug_toolbar/panels/request.py                    |  2 +-
 debug_toolbar/panels/sql/views.py                  | 14 +++---
 debug_toolbar/panels/templates/panel.py            |  3 ++
 debug_toolbar/panels/templates/views.py            | 11 +++--
 debug_toolbar/panels/versions.py                   | 29 +++++++-----
 debug_toolbar/static/debug_toolbar/js/toolbar.js   |  7 ++-
 debug_toolbar/templates/debug_toolbar/base.html    |  5 ++-
 .../templates/debug_toolbar/panels/templates.html  |  2 +-
 docs/changes.rst                                   | 27 +++++++++++
 docs/conf.py                                       |  4 +-
 docs/configuration.rst                             | 13 ++++--
 requirements_dev.txt                               |  3 +-
 setup.cfg                                          |  5 ++-
 setup.py                                           |  3 +-
 tests/base.py                                      | 14 ++++++
 tests/panels/test_cache.py                         |  1 +
 tests/panels/test_logging.py                       |  1 +
 tests/panels/test_profiling.py                     | 31 ++++++++++++-
 tests/panels/test_redirects.py                     |  2 -
 tests/panels/test_request.py                       |  1 +
 tests/panels/test_sql.py                           |  1 +
 tests/panels/test_staticfiles.py                   |  1 +
 tests/panels/test_template.py                      |  1 +
 tests/panels/test_versions.py                      | 52 ++++++++++++++++++++++
 tests/settings.py                                  |  4 +-
 tests/test_integration.py                          | 23 +++++++++-
 tests/urls.py                                      |  2 +
 tests/views.py                                     | 16 ++++++-
 tox.ini                                            | 17 +++----
 38 files changed, 290 insertions(+), 91 deletions(-)
 create mode 100644 tests/panels/test_versions.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