[codesprints] New datatracker release: v6.90.0

Henrik Levkowetz <henrik@levkowetz.com> Mon, 21 January 2019 11:49 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F295A12DD85; Mon, 21 Jan 2019 03:49:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q-tZkReTmTNi; Mon, 21 Jan 2019 03:49:57 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87C4C12867A; Mon, 21 Jan 2019 03:49:57 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1glY5R-0004UJ-JT; Mon, 21 Jan 2019 03:49:53 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1glY5R-0004UJ-JT@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 21 Jan 2019 03:49:53 -0800
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org, wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/7qUuGwa2OdNnwxo1DQeAaFIuTT8>
Subject: [codesprints] New datatracker release: v6.90.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 11:49:59 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v6.90.0, generated when running the mkrelease script.

Release notes:

ietfdb (6.90.0) ietf; urgency=low

  * Modified the rolodex code to make sure we capture information about the
    origin of newly added email addresses.  This requires the secretariat to
    be clear about where new email addresses come from, in order to be able to
    remove them if we later receive a GDPR personal data deletion request.

  * In the draft metadata extraction code, moved the __future__ imports down
    so as not to obscure the module docstring.  Fixes the earlier inability to
    run '$ ietf/utils/draft.py -h'.

  * Applied a series of patches for python 3 compatibility from
    dkg@fifthhorseman.net to the draft metadata extraction code:

    - Use a list of dictionary keys.  In python3, dict.keys() produces a
      dict_keys object, not a list.  Since this code treats it as a list,
      we'll just be explicit about that.

    - Fix regex manipulation for word characters.  In python 3.7, re.sub()
      started treating unknown escape sequences in as errors.  Fix this by
      sending an escaped \ where we mean to pass it through raw.

    - Use // for explicit integer division.  Without this fix, in modern
      versions of python, the changed line produces: 'TypeError: 'float'
      object cannot be interpreted as an integer'.

    - Use modern form of exception handling.

    - Use the print function instead of print statement.

  * Added more name normalization for test factory person names.

 -- Henrik Levkowetz <henrik@levkowetz.com>  21 Jan 2019 11:06:50 +0000

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.90.0'

For development, copy the new development version instead:
  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.90.1.dev0' <YOURBRANCH>

Regards,

	Henrik
	(via the mkrelease script)