Package: nm.debian.org
Severity: normal
Tags: patch

Hi,
As mentioned on IRC, here is a series of patches for Django 1.10
compatibility, a few miscellaneous bitrot bug fixes, future-proofing
TestEmail.test_django for Django 1.11 and a somewhat unnecessary (but
the original motivation for checking out nm2.git) fix so the Date header
in emails sent via Django is capitalised.

Thanks,
James

The following changes since commit 14fa3d4cbf1f8bacd6323eca7b3acd0ba868ac89:

  Updated link in wsgi.py (2018-02-04 09:55:36 +0100)

are available in the Git repository at:

  https://salsa.debian.org/jrtc27/nm2.git

for you to fetch changes up to 07328d04eeb9f9cea6b0e4f693cf65d31a2967b7:

  Use capitalised Date header for Django emails (2018-02-06 11:41:05 +0000)

----------------------------------------------------------------
James Clarke (5):
      Use new-style management command options; fix keycheck command
      Fix import command now fpr is not a field in Person
      Fix uid validation when NULL causing test failures
      Fix TestEmail.test_django on Django 1.11
      Use capitalised Date header for Django emails

 backend/management/commands/export.py                  |  8 ++++----
 backend/management/commands/import.py                  | 28 
++++++++++++++++------------
 backend/management/commands/process_mbox_stats.py      | 12 ++++++------
 backend/models.py                                      |  2 +-
 keyring/management/commands/keycheck.py                | 23 
++++++++++++++++++-----
 keyring/management/commands/keyringmaint_changes.py    | 10 +++++-----
 maintenance/management/commands/legacy_import.py       | 18 ++++++++----------
 maintenance/management/commands/list_emails.py         | 14 ++++++++------
 maintenance/management/commands/weekreport.py          | 16 ++++++++--------
 minechangelogs/management/commands/index_changelogs.py |  8 ++++----
 process/email.py                                       |  2 +-
 process/tests/test_email.py                            | 45 
+++++++++++++++++++++++++++++++--------------
 12 files changed, 110 insertions(+), 76 deletions(-)

Reply via email to