unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55698] [PATCH] gnu: python-rope: Update to 1.1.1.
@ 2022-05-29  7:36 jgart via Guix-patches via
  2022-06-10 20:46 ` bug#55698: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-05-29  7:36 UTC (permalink / raw)
  To: 55698; +Cc: jgart

* gnu/packages/python-xyz.scm (python-rope): Update to 1.1.1.
[arguments]: Disables tests because they depend on python-build.
---
 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 1125061b3a..39523317f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17093,15 +17093,16 @@ (define-public python2-shedskin
 (define-public python-rope
   (package
     (name "python-rope")
-    (version "0.19.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rope" version))
        (sha256
         (base32
-         "1nlhkmsfvn2p1msrmwqnypnvr993alzawnpc1605q7rfad3xgrk4"))))
+         "0bkzwkllxxdxd3w70xiy137lqvnlmmaplsc2ya3s23ss4kq8y10k"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; https://github.com/python-rope/rope/issues/478
     (home-page "https://github.com/python-rope/rope")
     (synopsis "Refactoring library for Python")
     (description "Rope is a refactoring library for Python.  It facilitates
-- 
2.35.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55698: [PATCH] gnu: python-rope: Update to 1.1.1.
  2022-05-29  7:36 [bug#55698] [PATCH] gnu: python-rope: Update to 1.1.1 jgart via Guix-patches via
@ 2022-06-10 20:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-10 20:46 UTC (permalink / raw)
  To: jgart; +Cc: 55698-done

Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/python-xyz.scm (python-rope): Update to 1.1.1.
> [arguments]: Disables tests because they depend on python-build.

It was updated independently in
e6df9f92f54d6c2be70d014a3a1506d0c4887968.  Closing!

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-10 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29  7:36 [bug#55698] [PATCH] gnu: python-rope: Update to 1.1.1 jgart via Guix-patches via
2022-06-10 20:46 ` bug#55698: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).