From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57744) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iK29e-0005oA-VD for guix-patches@gnu.org; Mon, 14 Oct 2019 11:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iK29e-0008N3-0Z for guix-patches@gnu.org; Mon, 14 Oct 2019 11:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60908) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iK29d-0008Ms-Ts for guix-patches@gnu.org; Mon, 14 Oct 2019 11:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iK29d-0006PB-Op for guix-patches@gnu.org; Mon, 14 Oct 2019 11:21:01 -0400 Subject: [bug#37598] Updating patches Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:57660) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iK293-0005gw-1j for guix-patches@gnu.org; Mon, 14 Oct 2019 11:20:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iK290-0007pC-W6 for guix-patches@gnu.org; Mon, 14 Oct 2019 11:20:24 -0400 Received: from mail-wr1-x433.google.com ([2a00:1450:4864:20::433]:45611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iK28z-0007l5-4a for guix-patches@gnu.org; Mon, 14 Oct 2019 11:20:22 -0400 Received: by mail-wr1-x433.google.com with SMTP id r5so20161773wrm.12 for ; Mon, 14 Oct 2019 08:20:18 -0700 (PDT) References: <20191003121316.irq3vdmu4ov6dygb@rafflesia> <20191014142916.4m52wyfidiyturkn@rafflesia> From: Mathieu Othacehe In-reply-to: <20191014142916.4m52wyfidiyturkn@rafflesia> Date: Mon, 14 Oct 2019 17:20:15 +0200 Message-ID: <87blujs6a8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 37598@debbugs.gnu.org Hey Tanguy, > I've updated the commit messages. Good! > > For the "descriptions", I did what I could, but the one for > python-jinja2-time will remain "Jinja2 Extension for Dates and Times". > Am I supposed to put more than what is on the source code? Yes, as I said earlier, you need to make a full sentence, for example: "This package provides an extension to Jinja2 to support dates and times." Then it would be nice to add some more informations if possible. For instance Debian is saying that: "This extension for the template engine Jinja2 adds a "now" tag providing a convenient access to the arrow.now() API from templates. A format string can be provided to control the output." This is also true for the rest of the serie. Thanks, Mathieu