[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/72: gnu: python-eventlet: Update to 0.38.2.
From: |
guix-commits |
Subject: |
59/72: gnu: python-eventlet: Update to 0.38.2. |
Date: |
Thu, 26 Dec 2024 09:33:07 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 71c78777c051f8ba92c63a7ea796781912338dbc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 19 16:28:03 2024 +0100
gnu: python-eventlet: Update to 0.38.2.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.38.2.
[native-inputs]: Add python-pre-commit.
[arguments]: Disable one more test.
Change-Id: I73638abba7d5363538d7c65254e610e704fbe5d0
---
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 79ecb4de4a..80d5d40177 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4595,23 +4595,24 @@ standard.")
(define-public python-eventlet
(package
(name "python-eventlet")
- (version "0.35.2")
+ (version "0.38.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "eventlet" version))
(sha256
(base32
- "0zd59yqqb2lzg3f9lkd3yw1wanwy5wkis3n6d826m0bz1gi664ld"))))
+ "1b7dhy3pyp3nfv0zzjrs7i3kam40cl1nh3acy2fd59ywy4x84ika"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-dnspython python-greenlet python-monotonic))
(native-inputs
(list python-black
- python-hatchling
python-hatch-vcs
- python-pytest
+ python-hatchling
python-isort
+ python-pre-commit
+ python-pytest
python-twine))
(arguments
(list
@@ -4623,6 +4624,7 @@ standard.")
" and not test_noraise_dns_tcp"
" and not test_raise_dns_tcp"
" and not test_hosts_no_network"
+ " and not test_import_rdtypes_then_eventlet"
" and not test_patcher_existing_locks"
" and not test_dns_methods_are_green"))
#:phases
- 45/72: gnu: python-pydantic: Fix build., (continued)
- 45/72: gnu: python-pydantic: Fix build., guix-commits, 2024/12/26
- 46/72: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/26
- 47/72: gnu: python-joblib: Disable one additional test., guix-commits, 2024/12/26
- 52/72: gnu: linkchecker: Update to 10.5.0., guix-commits, 2024/12/26
- 64/72: gnu: python-pydevd: Disable flaky tests., guix-commits, 2024/12/26
- 66/72: gnu: python-hmmlearn: Add missing inputs., guix-commits, 2024/12/26
- 68/72: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2024/12/26
- 69/72: gnu: Add rust-jiter-0.2., guix-commits, 2024/12/26
- 72/72: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2024/12/26
- 50/72: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2024/12/26
- 59/72: gnu: python-eventlet: Update to 0.38.2.,
guix-commits <=
- 17/72: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/26
- 15/72: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/26
- 23/72: gnu: Add python-devpi-common., guix-commits, 2024/12/26
- 32/72: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/26
- 33/72: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/26
- 35/72: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/26
- 37/72: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/26
- 44/72: gnu: python-tox: Simplify., guix-commits, 2024/12/26
- 39/72: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/26
- 48/72: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/26