guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: python-urllib3: Update to 1.24.1.


From: guix-commits
Subject: 10/12: gnu: python-urllib3: Update to 1.24.1.
Date: Sun, 27 Jan 2019 05:49:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 20c5e2f4ef49d7797101d800af1cc88d8be0818e
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 27 12:13:26 2019 +0200

    gnu: python-urllib3: Update to 1.24.1.
    
    * gnu/packages/python-web.scm (python-urllib3): Update to 1.24.1.
    [native-inputs]: Remove python-nose, add python-pytest.
    [propagated-inputs]: Add python-pysocks.
    [home-page]: Update home-page url.
---
 gnu/packages/python-web.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 632de62..d81a755 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1416,29 +1416,30 @@ authenticated session objects providing things like 
keep-alive.")
 (define-public python-urllib3
   (package
     (name "python-urllib3")
-    (version "1.23")
+    (version "1.24.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urllib3" version))
         (sha256
          (base32
-          "1bvbd35q3zdcd7gsv38fwpizy7p06dr0154g5gfybrvnbvhwb2m6"))))
+          "08lwd9f3hqznyf32vnzwvp87pchx062nkbgyrf67rwlkgj0jk5fy"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (native-inputs
      `(;; some packages for tests
-       ("python-nose" ,python-nose)
        ("python-mock" ,python-mock)
+       ("python-pytest" ,python-pytest)
        ("python-tornado" ,python-tornado)))
     (propagated-inputs
      `(;; These 5 inputs are used to build urrlib3[secure]
        ("python-certifi" ,python-certifi)
-       ("python-cryptography" ,python-cryptography) ;
+       ("python-cryptography" ,python-cryptography)
        ("python-idna" ,python-idna)
        ("python-ipaddress" ,python-ipaddress)
-       ("python-pyopenssl" ,python-pyopenssl)))
-    (home-page "https://urllib3.readthedocs.org/";)
+       ("python-pyopenssl" ,python-pyopenssl)
+       ("python-pysocks" ,python-pysocks)))
+    (home-page "https://urllib3.readthedocs.io/";)
     (synopsis "HTTP library with thread-safe connection pooling")
     (description
      "Urllib3 supports features left out of urllib and urllib2 libraries.  It



reply via email to

[Prev in Thread] Current Thread [Next in Thread]