[codesprints] New datatracker release: v6.117.0

Henrik Levkowetz <henrik@levkowetz.com> Wed, 05 February 2020 22:29 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 834A2120839; Wed, 5 Feb 2020 14:29:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.9
X-Spam-Level:
X-Spam-Status: No, score=-6.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] 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 QSq2WxnDlFIW; Wed, 5 Feb 2020 14:29:16 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5C5A1200A4; Wed, 5 Feb 2020 14:29:16 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1izTAa-0000O7-3z; Wed, 05 Feb 2020 14:29:16 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1izTAa-0000O7-3z@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 05 Feb 2020 14:29:16 -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/Pjg1yuBDrhWQPD2cld6nFCC24k4>
Subject: [codesprints] New datatracker release: v6.117.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: Wed, 05 Feb 2020 22:29:18 -0000

Hi,

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

Release notes:

ietfdb (6.117.0) ietf; urgency=medium

  **Python 2/3 transition fixes, sumbmission and chartering improvements**

  * Merged in [17268] from rjsparks@nostrum.com: Set a meaningful state in a
    test fixture. Tests surprisingly were not broken by this though.  

  * Merged in [17266] from rjsparks@nostrum.com: Improve the tests for session
    draft bundles to exercise the code that extracts draftnames from agendas.

  * Removed exec of activate_this.py from 2 more scripts that are in 
    activbe use.

  * Ran scripts invoked from bin/hourly and bin/daily through pyflakes3 and
    trial invocation, and tweaked the code (with an added comment) to
    consistently require virtualenv to be set up before script invocation.

  * Added some raw_id fields to avoid long page load times for admin pages.

  * Fixed a py2/py3 issue in sync.rfceditor.post_approved_draft(), and
    enhanced tests to execute the failing code (with Mock functions) instead
    of skipping the code.

  * Hardcoded an rsync target path, and added a bash trap for errors in hourly
    and daily cron scripts.

  * Fixed some py2/py3 issues in ID index generation modules.

  * Fixed a py2/py3 issue in building meeting materials bundles.

  * Added a setting for a coming yang-catalog submission checker url.

  * Did some re-ordering of PLAN items after a priority discussion.

  * Fixed a py2/py3 issue in post_approved_draft()

  * Changed the location of the file cache for htmlized documents so it will
    be handled by backup rsync of the /a/ file system.

  * Added a newline to test run command output, to separate dot progress
    indication from teardown messages.

  * Added a test case for draft submission errors due to periods in document
    names.

  * Added a suggestion to the error message issued for invalid characters in
    document names found in draft submission XML files, when the invalid
    character is a period.  In this particular case, the problem most likely
    is inclusion of the filename extension in the document name.  Fixes issue
    #2874.

  * Changed draft submission field validation taking place in clean() to
    associate the errors with the field in question, rather than raising them
    as general form errors.

  * Fixed a Py3 issue trying run .decode() on (already decoded) string
    instances.

  * Merged in [17246] from rjsparks@nostrum.com: Only show groups in
    reasonable states when showing current chartering efforts (otherwise
    crufty charter states can would lead to abandoned or replaced groups
    showing here). Fixes #2872.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  03 Feb 2020 18:21:12 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)