--- Begin Message ---
Subject: |
[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
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#55698: [PATCH] gnu: python-rope: Update to 1.1.1. |
Date: |
Fri, 10 Jun 2022 22:46:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
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’.
--- End Message ---