From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grUil-0001cO-DH for guix-patches@gnu.org; Wed, 06 Feb 2019 16:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grUik-0001H6-GY for guix-patches@gnu.org; Wed, 06 Feb 2019 16:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36962) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grUik-0001H0-DD for guix-patches@gnu.org; Wed, 06 Feb 2019 16:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grUik-0000Jb-8e for guix-patches@gnu.org; Wed, 06 Feb 2019 16:27:02 -0500 Subject: [bug#34352] [PATCH] gnu: python2-rope: Update to 0.11.0 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grUhf-0001Y7-Dy for guix-patches@gnu.org; Wed, 06 Feb 2019 16:25:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grUhe-0000dm-II for guix-patches@gnu.org; Wed, 06 Feb 2019 16:25:55 -0500 Received: from mout01.posteo.de ([185.67.36.65]:58695) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grUhe-0000ca-27 for guix-patches@gnu.org; Wed, 06 Feb 2019 16:25:54 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 08FA7160062 for ; Wed, 6 Feb 2019 22:25:49 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43vvcr6wpXz6tmF for ; Wed, 6 Feb 2019 22:25:48 +0100 (CET) From: Brett Gilio Date: Wed, 06 Feb 2019 15:25:36 -0600 Message-ID: <875ztwzk1b.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-python2-rope-Update-to-0.11.0.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: python2-rope: Update to 0.11.0 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: 34352@debbugs.gnu.org >From 1e6322de0c3227827176fb460a11da21a6bba08d Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Wed, 6 Feb 2019 15:23:56 -0600 Subject: [PATCH] gnu: python2-rope: Update to 0.11.0 * gnu/packages/python-xyz.scm (python2-rope): Update to 0.11.0 --- gnu/packages/python-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a8239792f..95de22b1d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -57,6 +57,7 @@ ;;; Copyright =C2=A9 2018 Maxim Cournoyer ;;; Copyright =C2=A9 2018 Luther Thompson ;;; Copyright =C2=A9 2018 Vagrant Cascadian +;;; Copyright =C2=A9 2019 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -8750,14 +8751,14 @@ Python. It generates C++ code and a Makefile.")) (define-public python2-rope (package (name "python2-rope") - (version "0.10.3") + (version "0.11.0") (source (origin (method url-fetch) (uri (pypi-uri "rope" version)) (sha256 (base32 - "18k5znhpwvrfck3yp0jmhd5j8r0f0s8bk1zh5yhs2cfgmfhbwigb")))) + "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251")))) (arguments ;; Rope is currently python-2 only. ;; https://github.com/python-rope/rope/issues/57 --=20 2.20.1