Re: [xml2rfc] [Rfc-markdown] New xml2rfc release: v2.12.1

Henrik Levkowetz <henrik@levkowetz.com> Tue, 30 October 2018 08:37 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CE4241298C5; Tue, 30 Oct 2018 01:37:09 -0700 (PDT)
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 EVeZaW-bxNcF; Tue, 30 Oct 2018 01:37:08 -0700 (PDT)
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 DEA1412958B; Tue, 30 Oct 2018 01:37:08 -0700 (PDT)
Received: from h-37-140.a357.priv.bahnhof.se ([94.254.37.140]:59484 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gHPWN-00075a-Kv; Tue, 30 Oct 2018 01:37:08 -0700
To: Miek Gieben <miek@miek.nl>
References: <E1gH6Wn-0002ca-CU@durif.tools.ietf.org> <20181029204446.xwjkdfdpj7sbhvsr@miek.nl> <0455bd48-3392-bb4c-f510-c57489792606@levkowetz.com> <20181029214325.5i3rrv55dpamvbsa@miek.nl> <a614b58e-0d4c-67d0-77f9-f5b6b66d7ff1@levkowetz.com> <20181029220552.dha54igawdpsxzkb@miek.nl> <20b8e51d-e98d-be4e-93f0-08d4a1c07b6e@levkowetz.com> <20181030070342.k2kg5xojlktdhfnt@miek.nl>
Cc: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <4cb326d7-b262-94e1-8dd0-6bfc19313623@levkowetz.com>
Date: Tue, 30 Oct 2018 09:37:00 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <20181030070342.k2kg5xojlktdhfnt@miek.nl>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="loQBSSgiwkpX2G7i6Es4sxKVPto0xJhla"
X-SA-Exim-Connect-IP: 94.254.37.140
X-SA-Exim-Rcpt-To: xml2rfc@ietf.org, xml2rfc-dev@ietf.org, miek@miek.nl
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/_VmLHVV6FuXPI7yvXdqOk1aBXEY>
Subject: Re: [xml2rfc] [Rfc-markdown] New xml2rfc release: v2.12.1
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Oct 2018 08:37:10 -0000

On 2018-10-30 08:03, Miek Gieben wrote:
> [ Quoting <henrik@levkowetz.com> in "Re: [Rfc-markdown] New xml2rfc rele..." ]
>>I looked into this a bit.  The test requirements for google-i18n-address
>>seems to require python package setuptools>=36.4, but doesn't say so (in
>>setup.py).
>>
>>Upgrading to setuptools>=36.4 (manually: $ pip install --upgrade setuptools)
>>lets the tests run successfully.
>>
>>Does that help?
> 
> for getting a deb from i18n-address? Most likely not, 'cause it uses the 
> setuptools from the os (Version: 33.1.1-1).

Aha.  I'll look at bundling options, then.

	Henrik