[Python-modules-commits] [python-django] branch debian/master updated (53451ea -> 2968db1)

Raphaël Hertzog hertzog at moszumanska.debian.org
Wed Dec 30 18:05:33 UTC 2015


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

hertzog pushed a change to branch debian/master
in repository python-django.

      from  53451ea   Use debian/python-django.maintscript to avoid DRY violation
       new  d1922f5   Add some DEP-8 tests
       new  ac3e285   Prepare release to unstable
       new  41b3f0a   Add python-tblib and python3-tblib to Build-Depends for the benefit of the parallel testing feature of the test suite.
       new  86fd954   Run the tests in a directory named "tests"
       new  8754469   Fixed #26016 -- Restore compatibility with py-bcrypt
       new  e04104c   merge debian/patched-master into debian/master
       new  fbbc9f4   Add "set -e" in the command line running the tests with all supported versions
       new  2968db1   Drop the hack to run ./manage.py with a specific Python version

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:
 debian/.git-dpm                                    |  4 +--
 debian/changelog                                   | 15 ++++++++--
 debian/control                                     |  1 +
 .../fix-26016-restore-compat-with-py-bcrypt.patch  | 27 +++++++++++++++++
 debian/patches/series                              |  1 +
 debian/rules                                       |  2 +-
 debian/tests/control                               |  9 ++++++
 debian/tests/django-admin                          | 34 ++++++++++++++++++++++
 debian/tests/django-admin-py3                      |  1 +
 debian/tests/test-suite                            | 18 ++++++++++++
 debian/tests/test-suite-py3                        |  1 +
 django/contrib/auth/hashers.py                     |  2 +-
 12 files changed, 109 insertions(+), 6 deletions(-)
 create mode 100644 debian/patches/fix-26016-restore-compat-with-py-bcrypt.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/django-admin
 create mode 120000 debian/tests/django-admin-py3
 create mode 100644 debian/tests/test-suite
 create mode 120000 debian/tests/test-suite-py3

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



More information about the Python-modules-commits mailing list