[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: python-greenlet: Update to 1.0.0.
From: |
guix-commits |
Subject: |
02/06: gnu: python-greenlet: Update to 1.0.0. |
Date: |
Fri, 19 Feb 2021 10:08:53 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit c2baa33e4b5963ca3343b0d180e2566611ccd23e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 18 23:01:45 2021 -0500
gnu: python-greenlet: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.0.0.
---
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 5c7fde7..956319d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12723,13 +12723,13 @@ multiple processes (imagine multiprocessing,
billiard, futures, celery etc).
(define-public python-greenlet
(package
(name "python-greenlet")
- (version "0.4.17")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "greenlet" version))
(sha256
(base32
- "0swdhrcq13bdszv3yz5645gi4ijbzmmhxpb6whcfg3d7d5f87n21"))))
+ "1y6wbg9yhm9dw6m768n4yslp56h85pnxkk3drz6icn15g6f1d7ki"))))
(build-system python-build-system)
(home-page "https://greenlet.readthedocs.io/")
(synopsis "Lightweight in-process concurrent programming")
- branch master updated (8a452e1 -> 8999d2b), guix-commits, 2021/02/19
- 02/06: gnu: python-greenlet: Update to 1.0.0.,
guix-commits <=
- 01/06: gnu: python-gevent: Update to 21.1.2., guix-commits, 2021/02/19
- 04/06: gnu: python-psutil: Update to 5.8.0., guix-commits, 2021/02/19
- 05/06: doc: Add an example of how the open file descriptors limit can be raised., guix-commits, 2021/02/19
- 03/06: gnu: python-geventhttpclient: Adjust to build with updated gevent., guix-commits, 2021/02/19
- 06/06: gnu: python-locust: Update to 1.4.3., guix-commits, 2021/02/19