From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52527) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm3Is-0003Hs-8Z for guix-patches@gnu.org; Fri, 12 Jul 2019 17:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm3Iq-0004uU-Rp for guix-patches@gnu.org; Fri, 12 Jul 2019 17:42:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hm3Ip-0004tc-5R for guix-patches@gnu.org; Fri, 12 Jul 2019 17:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hm3Ip-0006Kv-12 for guix-patches@gnu.org; Fri, 12 Jul 2019 17:42:03 -0400 Subject: [bug#36629] [PATCH 2/2] gnu: python-aiorpcx: capitalize description Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:52416) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm3Ie-0003GL-UW for guix-patches@gnu.org; Fri, 12 Jul 2019 17:41:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm3Id-0004kD-UN for guix-patches@gnu.org; Fri, 12 Jul 2019 17:41:52 -0400 Received: from mout.web.de ([212.227.17.11]:50331) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hm3Id-0004iR-Kc for guix-patches@gnu.org; Fri, 12 Jul 2019 17:41:51 -0400 From: Arne Babenhauserheide Date: Fri, 12 Jul 2019 23:41:10 +0200 Message-Id: <20190712214110.23718-3-arne_bab@web.de> In-Reply-To: <20190712214110.23718-1-arne_bab@web.de> References: <20190712214110.23718-1-arne_bab@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: arne_bab@web.de Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36629@debbugs.gnu.org Cc: Arne Babenhauserheide * gnu/packages/python-web.scm (python-aiorpcx): capitalize description =2D-- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 35f471084f..e07951978e 100644 =2D-- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -168,8 +168,8 @@ using @url{https://github.com/saghul/pycares,pycares}.= ") (home-page "https://github.com/kyuupichan/aiorpcX") (synopsis "Generic asyncio RPC implementation") (description - "aiorpcX is a generic asyncio library implementation of RPC suitable= for -an application that is a client, server or both. + "The aiorpcX library is a generic asyncio implementation of RPC suit= able +for an application that is a client, server or both. The package includes a module with full coverage of JSON RPC versions 1.0= and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. It= also =2D- 2.22.0