summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-07-23 19:54:28 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-27 00:25:48 +0100
commite1da1a3216273aef9622078b4ef19f2809eb835b (patch)
treef70b281205b186304833cc899bb5528281282383 /gnu/packages/python-web.scm
parentecd95a8d5ae0b6547ab0c720edf5dcb1b00749f3 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm14
1 files changed, 6 insertions, 8 deletions
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.")
600(define-public python-eventlet 600(define-public python-eventlet
601 (package 601 (package
602 (name "python-eventlet") 602 (name "python-eventlet")
603 (version "0.39.1") 603 (version "0.40.2")
604 (source 604 (source
605 (origin 605 (origin
606 (method url-fetch) 606 (method url-fetch)
607 (uri (pypi-uri "eventlet" version)) 607 (uri (pypi-uri "eventlet" version))
608 (sha256 608 (sha256
609 (base32 609 (base32
610 "04051hmlq49kvdymf56hp08vjc6251937fh6vvnj2h1d51sn92ja")))) 610 "1c6qr1cnam79wxm1sh5y04061iyy3shs02yd0mlh47bngwknqqs2"))))
611 (build-system pyproject-build-system) 611 (build-system pyproject-build-system)
612 (arguments 612 (arguments
613 (list 613 (list
@@ -635,14 +635,12 @@ Dropbox API v2.")
635 (("os\\.environ\\.get\\(\"EVENTLET_NO_GREENDNS\", ''\\)") 635 (("os\\.environ\\.get\\(\"EVENTLET_NO_GREENDNS\", ''\\)")
636 "os.environ.get(\"EVENTLET_NO_GREENDNS\", \"yes\")"))))))) 636 "os.environ.get(\"EVENTLET_NO_GREENDNS\", \"yes\")")))))))
637 (native-inputs 637 (native-inputs
638 (list python-hatch-vcs 638 (list python-pypa-build
639 python-hatch-vcs
639 python-hatchling 640 python-hatchling
640 python-pytest 641 python-pytest))
641 python-twine))
642 (propagated-inputs 642 (propagated-inputs
643 (list python-dnspython 643 (list python-dnspython python-greenlet))
644 python-greenlet
645 python-monotonic))
646 (home-page "https://eventlet.net") 644 (home-page "https://eventlet.net")
647 (synopsis "Concurrent networking library for Python") 645 (synopsis "Concurrent networking library for Python")
648 (description 646 (description