From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies. Date: Mon, 7 Nov 2016 12:53:38 -0500 Message-ID: <20161107175338.GA5570@jasmine> References: <20161106210723.4646-1-dannym@scratchpost.org> <20161106211253.6100-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3o75-0003Tr-DC for guix-devel@gnu.org; Mon, 07 Nov 2016 12:53:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3o72-0007Xv-D6 for guix-devel@gnu.org; Mon, 07 Nov 2016 12:53:43 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:59854) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3o72-0007Xn-6T for guix-devel@gnu.org; Mon, 07 Nov 2016 12:53:40 -0500 Content-Disposition: inline In-Reply-To: <20161106211253.6100-1-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org On Sun, Nov 06, 2016 at 10:12:53PM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include > optional dependencies. I changed the commit message to include the name of the changed packages and pushed. Thanks! In the commit title, I used the package name 'python-sqlalchemy-utils', and in the commit message I mentioned both the Python 2 and 3 variants of the package. It's important to follow these conventions. It makes it possible to see the log of changes to a package by searching for 'gnu: python-sqlalchemy-utils' in the Git log, and other tricks like that.