From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRxUL-0006dK-Lr for guix-patches@gnu.org; Thu, 21 Dec 2017 04:50:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRxUI-0006tq-It for guix-patches@gnu.org; Thu, 21 Dec 2017 04:50:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRxUI-0006ti-FI for guix-patches@gnu.org; Thu, 21 Dec 2017 04:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eRxUI-0006NR-8u for guix-patches@gnu.org; Thu, 21 Dec 2017 04:50:02 -0500 Subject: bug#29783: [PATCH 1/2] gnu: Add python-tempdir. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Thu, 21 Dec 2017 10:49:08 +0100 In-Reply-To: (Konrad Hinsen's message of "Tue, 19 Dec 2017 12:50:00 +0100") Message-ID: <87bmis9zsb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Konrad Hinsen Cc: 29783-done@debbugs.gnu.org Hi Konrad, Konrad Hinsen skribis: > gnu/packages/python.scm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) I added a ChangeLog-style commit log and committed. Thank you! Ludo=E2=80=99.