[PATCH] gnu: python2-rope: Update to 0.11.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
875ztwzk1b.fsf@posteo.net
From 1e6322de0c3227827176fb460a11da21a6bba08d Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
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(-)

Toggle diff (31 lines)
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 © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2018 Luther Thompson <lutheroto@gmail.com>
;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
+;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
;;;
;;; 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
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34352-done@debbugs.gnu.org)
875ztwf326.fsf@elephly.net
Hi Brett,

Toggle quote (7 lines)
> From 1e6322de0c3227827176fb460a11da21a6bba08d Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> 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

Thanks! Pushed to the “master” branch with commit a9ba0a315.

--
Ricardo
Closed
Brett Gilio wrote 6 years ago
(name . Ricardo Wurmus)(address . rekado@elephly.net)
87o97nqs8u.fsf@posteo.net
Ricardo Wurmus writes:

Toggle quote (11 lines)
> Hi Brett,
>
>> From 1e6322de0c3227827176fb460a11da21a6bba08d Mon Sep 17 00:00:00 2001
>> From: Brett Gilio <brettg@posteo.net>
>> 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
>
> Thanks! Pushed to the “master” branch with commit a9ba0a315.

Thank you Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34352@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34352
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help