From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLWsP-0001rR-La for guix-patches@gnu.org; Thu, 15 Jun 2017 11:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLWsN-0005WB-Ai for guix-patches@gnu.org; Thu, 15 Jun 2017 11:40:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLWsN-0005W3-6a for guix-patches@gnu.org; Thu, 15 Jun 2017 11:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLWsM-0000j6-W1 for guix-patches@gnu.org; Thu, 15 Jun 2017 11:40:03 -0400 Subject: [bug#27381] [PATCH 1/2] gnu: python-pbr-minimal: Update to 3.0.1 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLWrK-0001DQ-A6 for guix-patches@gnu.org; Thu, 15 Jun 2017 11:38:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLWrH-0004hE-3c for guix-patches@gnu.org; Thu, 15 Jun 2017 11:38:58 -0400 Received: from mail-wr0-x242.google.com ([2a00:1450:400c:c0c::242]:33542) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLWrG-0004gl-TE for guix-patches@gnu.org; Thu, 15 Jun 2017 11:38:55 -0400 Received: by mail-wr0-x242.google.com with SMTP id x23so4140743wrb.0 for ; Thu, 15 Jun 2017 08:38:54 -0700 (PDT) From: Muriithi Frederick Muriuki Date: Thu, 15 Jun 2017 18:39:05 +0300 Message-Id: <20170615153906.26709-2-fredmanglis@gmail.com> In-Reply-To: <20170615153906.26709-1-fredmanglis@gmail.com> References: <20170615153906.26709-1-fredmanglis@gmail.com> 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: 27381@debbugs.gnu.org * gnu/packages/python.scm (python-pbr-minimal): Update to 3.0.1 [source]: Update hash and remove patch. --- gnu/packages/python.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 352a5f333..1427d92ab 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2190,15 +2190,14 @@ protocol.") (define python-pbr-minimal (package (name "python-pbr-minimal") - (version "1.10.0") + (version "3.0.1") (source (origin (method url-fetch) (uri (pypi-uri "pbr" version)) (sha256 (base32 - "177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q")) - (patches (search-patches "python-pbr-fix-man-page-support.patch")))) + "14fs5acnalnb3h62s7q7av239j541fk0n0z0lawh4h09b1s93s6p")))) (build-system python-build-system) (arguments `(#:tests? #f)) -- 2.13.1