[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/33: gnu: python-geventhttpclient: Update to 1.4.4.
From: |
guix-commits |
Subject: |
32/33: gnu: python-geventhttpclient: Update to 1.4.4. |
Date: |
Sun, 20 Dec 2020 22:53:14 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit a5c8aff18937f6739b3b1b9e851c352ac27606a7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 19 00:09:17 2020 -0500
gnu: python-geventhttpclient: Update to 1.4.4.
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.4.4.
---
gnu/packages/python-web.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9765c96..4ec5a3e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3037,13 +3037,13 @@ for the basic TCP/IP protocols.")
(define-public python-geventhttpclient
(package
(name "python-geventhttpclient")
- (version "1.3.1")
+ (version "1.4.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "geventhttpclient" version))
(sha256
(base32
- "07d0q3wzmml75227r6y6mrl5a0zpf4v9gj0ni5rhbyzmaj4az1xx"))
+ "1hy4qm9d3r69n5199i7qjji1v7718n7cxbj8ggi0njify99m37pm"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3071,7 +3071,8 @@ for the basic TCP/IP protocols.")
"-k" (string-append "not test_cookielib_compatibility"))
#t)))))
(native-inputs
- `(("python-pytest" ,python-pytest)))
+ `(("python-dpkt" ,python-dpkt)
+ ("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-certifi" ,python-certifi)
("python-gevent" ,python-gevent)
- 21/33: gnu: python-gevent: Update to 20.9.0., (continued)
- 21/33: gnu: python-gevent: Update to 20.9.0., guix-commits, 2020/12/20
- 18/33: gnu: python2-graphql-relay: Remove package., guix-commits, 2020/12/20
- 24/33: gnu: python2-pykafka: Remove package., guix-commits, 2020/12/20
- 28/33: gnu: python-greenlet: Update to 0.4.17., guix-commits, 2020/12/20
- 26/33: gnu: python2-gdrivefs: Remove package., guix-commits, 2020/12/20
- 29/33: gnu: python2-geventhttpclient: Remove package., guix-commits, 2020/12/20
- 31/33: gnu: python2-reno: Remove package., guix-commits, 2020/12/20
- 33/33: gnu: Add python-locust., guix-commits, 2020/12/20
- 27/33: gnu: python2-mox3: Remove package., guix-commits, 2020/12/20
- 30/33: gnu: python2-oslo.i18n: Remove package., guix-commits, 2020/12/20
- 32/33: gnu: python-geventhttpclient: Update to 1.4.4.,
guix-commits <=