From e1da1a3216273aef9622078b4ef19f2809eb835b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 23 Jul 2025 19:54:28 +0200 Subject: gnu: python-eventlet: Update to 0.40.2. * gnu/packages/python-web.scm (python-eventlet): Update to 0.40.2. [native-inputs]: Add python-pypa-build, remove python-twine. [propagated-inputs]: Remove python-monotonic. Change-Id: I6361c39ab57c03402ff7c0362c1719f34d3e21b2 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5f2beb729e9..6232fe7c0a1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -600,14 +600,14 @@ Dropbox API v2.") (define-public python-eventlet (package (name "python-eventlet") - (version "0.39.1") + (version "0.40.2") (source (origin (method url-fetch) (uri (pypi-uri "eventlet" version)) (sha256 (base32 - "04051hmlq49kvdymf56hp08vjc6251937fh6vvnj2h1d51sn92ja")))) + "1c6qr1cnam79wxm1sh5y04061iyy3shs02yd0mlh47bngwknqqs2")))) (build-system pyproject-build-system) (arguments (list @@ -635,14 +635,12 @@ Dropbox API v2.") (("os\\.environ\\.get\\(\"EVENTLET_NO_GREENDNS\", ''\\)") "os.environ.get(\"EVENTLET_NO_GREENDNS\", \"yes\")"))))))) (native-inputs - (list python-hatch-vcs + (list python-pypa-build + python-hatch-vcs python-hatchling - python-pytest - python-twine)) + python-pytest)) (propagated-inputs - (list python-dnspython - python-greenlet - python-monotonic)) + (list python-dnspython python-greenlet)) (home-page "https://eventlet.net") (synopsis "Concurrent networking library for Python") (description -- cgit v1.3