* [bug#60219] update python-greenlet
@ 2022-12-20 15:03 Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1 Nicolas Graves via Guix-patches via
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-12-20 15:03 UTC (permalink / raw)
To: 60219
--
Best regards,
Nicolas Graves
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1.
2022-12-20 15:03 [bug#60219] update python-greenlet Nicolas Graves via Guix-patches via
@ 2022-12-20 15:09 ` Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 2/4] gnu: python-gevent: Update to 22.10.2 Nicolas Graves via Guix-patches via
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-12-20 15:09 UTC (permalink / raw)
To: 60219; +Cc: ngraves
* gnu/packages/python-xyz.scm (python-greenlet): Update to 2.0.1.
---
gnu/packages/python-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3ea2763b49..1964bc0b60 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16923,13 +16923,13 @@ (define-public python-tftpy
(define-public python-greenlet
(package
(name "python-greenlet")
- (version "1.1.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "greenlet" version))
- (sha256
- (base32
- "0jkln5bf6rq7dbvpv7ypin3pp9jqd2jr91yyxlnfcii3msj5w3z3"))))
+ (version "2.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "greenlet" version))
+ (sha256
+ (base32 "0rqgxp1fai0fcyv46nd1389mxvk3ccixgdkwws70xnk08ib05rj2"))))
(build-system python-build-system)
(home-page "https://greenlet.readthedocs.io/")
(synopsis "Lightweight in-process concurrent programming")
--
2.38.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#60219] [PATCH 2/4] gnu: python-gevent: Update to 22.10.2.
2022-12-20 15:09 ` [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1 Nicolas Graves via Guix-patches via
@ 2022-12-20 15:09 ` Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 3/4] gnu: python-eventlet: Manage broken tests with nosetests Nicolas Graves via Guix-patches via
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-12-20 15:09 UTC (permalink / raw)
To: 60219; +Cc: ngraves
* gnu/packages/python-xyz.scm (python-gevent): Update to 22.10.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1964bc0b60..76f1feba97 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16966,13 +16966,13 @@ (define-public python-objgraph
(define-public python-gevent
(package
(name "python-gevent")
- (version "21.12.0")
+ (version "22.10.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "gevent" version))
(sha256
(base32
- "0kh9mmq811mzfgj60n64icybjp4ryjmfmy1vg7x92yrniibn92zl"))
+ "0ijwwm2yr7jgz8xs1rbvzj6gp7xw1pagf0i7g99b6dzffshiv80w"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.38.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#60219] [PATCH 3/4] gnu: python-eventlet: Manage broken tests with nosetests.
2022-12-20 15:09 ` [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1 Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 2/4] gnu: python-gevent: Update to 22.10.2 Nicolas Graves via Guix-patches via
@ 2022-12-20 15:09 ` Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 4/4] gnu: python-eventlet: Exclude broken test Nicolas Graves via Guix-patches via
2023-01-19 16:36 ` bug#60219: update python-greenlet Ludovic Courtès
3 siblings, 0 replies; 6+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-12-20 15:09 UTC (permalink / raw)
To: 60219; +Cc: ngraves
* gnu/packages/python-xyz.scm (python-eventlet):
[arguments] Manage broken tests with nosetests.
---
gnu/packages/python-xyz.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 76f1feba97..662516ce42 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2865,15 +2865,14 @@ (define-public python-eventlet
;; getprotobyname is called. Thankfully there is an environment
;; variable to disable the greendns import, so use it:
(setenv "EVENTLET_NO_GREENDNS" "yes")))
- (add-after 'unpack 'delete-broken-tests
- (lambda _
- (delete-file "tests/greendns_test.py")
- (delete-file "tests/socket_test.py")))
- ;; See https://github.com/eventlet/eventlet/issues/562#issuecomment-714183009
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- (invoke "nosetests" "-v" "tests/")))))))
+ (invoke
+ "nosetests"
+ "-v" "tests/"
+ "-I" "greendns_test.py"
+ "-I" "socket_test.py")))))))
(home-page "https://eventlet.net")
(synopsis "Concurrent networking library for Python")
(description
--
2.38.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#60219] [PATCH 4/4] gnu: python-eventlet: Exclude broken test.
2022-12-20 15:09 ` [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1 Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 2/4] gnu: python-gevent: Update to 22.10.2 Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 3/4] gnu: python-eventlet: Manage broken tests with nosetests Nicolas Graves via Guix-patches via
@ 2022-12-20 15:09 ` Nicolas Graves via Guix-patches via
2023-01-19 16:36 ` bug#60219: update python-greenlet Ludovic Courtès
3 siblings, 0 replies; 6+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-12-20 15:09 UTC (permalink / raw)
To: 60219; +Cc: ngraves
* gnu/packages/python-xyz.scm (python-eventlet):
[arguments] Exclude broken test.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 662516ce42..6226f2a3ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2872,7 +2872,8 @@ (define-public python-eventlet
"nosetests"
"-v" "tests/"
"-I" "greendns_test.py"
- "-I" "socket_test.py")))))))
+ "-I" "socket_test.py"
+ "-e" "test_018b_http_10_keepalive_framing")))))))
(home-page "https://eventlet.net")
(synopsis "Concurrent networking library for Python")
(description
--
2.38.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#60219: update python-greenlet
2022-12-20 15:09 ` [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1 Nicolas Graves via Guix-patches via
` (2 preceding siblings ...)
2022-12-20 15:09 ` [bug#60219] [PATCH 4/4] gnu: python-eventlet: Exclude broken test Nicolas Graves via Guix-patches via
@ 2023-01-19 16:36 ` Ludovic Courtès
3 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2023-01-19 16:36 UTC (permalink / raw)
To: Nicolas Graves; +Cc: 60219-done
Hi,
Nicolas Graves <ngraves@ngraves.fr> skribis:
> * gnu/packages/python-xyz.scm (python-greenlet): Update to 2.0.1.
[...]
> * gnu/packages/python-xyz.scm (python-gevent): Update to 22.10.2.
[...]
> * gnu/packages/python-xyz.scm (python-eventlet):
> [arguments] Manage broken tests with nosetests.
[...]
> * gnu/packages/python-xyz.scm (python-eventlet):
> [arguments] Exclude broken test.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-01-19 16:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 15:03 [bug#60219] update python-greenlet Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 1/4] gnu: python-greenlet: Update to 2.0.1 Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 2/4] gnu: python-gevent: Update to 22.10.2 Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 3/4] gnu: python-eventlet: Manage broken tests with nosetests Nicolas Graves via Guix-patches via
2022-12-20 15:09 ` [bug#60219] [PATCH 4/4] gnu: python-eventlet: Exclude broken test Nicolas Graves via Guix-patches via
2023-01-19 16:36 ` bug#60219: update python-greenlet Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.