[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55698] [PATCH] gnu: python-rope: Update to 1.1.1.
From: |
jgart |
Subject: |
[bug#55698] [PATCH] gnu: python-rope: Update to 1.1.1. |
Date: |
Sun, 29 May 2022 02:36:43 -0500 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#55698] [PATCH] gnu: python-rope: Update to 1.1.1.,
jgart <=