[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: python-eventlet: Update to 0.33.3.
From: |
guix-commits |
Subject: |
01/08: gnu: python-eventlet: Update to 0.33.3. |
Date: |
Fri, 8 Sep 2023 05:33:17 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 9144a7809a697ce57079f6f488648976d5e9c788
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Sep 8 09:38:07 2023 +0300
gnu: python-eventlet: Update to 0.33.3.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.3.
[propagated-inputs]: Remove python-monotonic.
[arguments]: Skip another test.
---
gnu/packages/python-xyz.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aeaaeb4059..979cbd4b56 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3486,17 +3486,17 @@ standard.")
(define-public python-eventlet
(package
(name "python-eventlet")
- (version "0.33.0")
+ (version "0.33.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "eventlet" version))
(sha256
(base32
- "07qlyhcm0f28sxdizawvdf3d50m3hnbzz5kg3fjp7chvki44y540"))))
+ "1nngffz21afhfi266smf4s5mn5dfd0ykdnirfls9bwnzxbkh6a3j"))))
(build-system python-build-system)
(propagated-inputs
- (list python-dnspython python-greenlet python-monotonic python-six))
+ (list python-dnspython python-greenlet python-six))
(native-inputs
(list python-nose))
(arguments
@@ -3521,7 +3521,9 @@ standard.")
;; <https://github.com/eventlet/eventlet/issues/730>.
"-e" "test_patcher_existing_locks_locked"
;; And see <https://github.com/eventlet/eventlet/issues/739>.
- "-e" "test_017_ssl_zeroreturnerror")))))))
+ "-e" "test_017_ssl_zeroreturnerror"
+ ;; This test is failing on some architectures
+ "-e" "test_fork_after_monkey_patch")))))))
(home-page "https://eventlet.net")
(synopsis "Concurrent networking library for Python")
(description
- branch master updated (3eb77954f9 -> d4645d5d25), guix-commits, 2023/09/08
- 02/08: gnu: python-hacking: Update to 5.0.0., guix-commits, 2023/09/08
- 01/08: gnu: python-eventlet: Update to 0.33.3.,
guix-commits <=
- 03/08: gnu: Remove python-flake8-3.8., guix-commits, 2023/09/08
- 04/08: gnu: Remove python-pycodestyle-2.6., guix-commits, 2023/09/08
- 05/08: gnu: Remove python-pyflakes-2.2., guix-commits, 2023/09/08
- 07/08: gnu: python-numcodecs: Fix building on non x86 machines., guix-commits, 2023/09/08
- 08/08: gnu: python-fasteners: Update to 0.17.3., guix-commits, 2023/09/08
- 06/08: gnu: python-numcodecs: Remove another cythonized file., guix-commits, 2023/09/08