guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-urllib3: Update to 1.18.1.


From: Marius Bakke
Subject: 01/01: gnu: python-urllib3: Update to 1.18.1.
Date: Thu, 27 Oct 2016 13:05:19 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 6178274d19ed3e637b5365b64a28f298574df81f
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 27 14:03:07 2016 +0100

    gnu: python-urllib3: Update to 1.18.1.
    
    * gnu/packages/python.scm (python-urllib3): Update to 1.18.1.
    [home-page]: Use https URL.
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 459a44c..f33a2fa 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7711,14 +7711,14 @@ concurrent.futures package from Python 3.2")
 (define-public python-urllib3
   (package
     (name "python-urllib3")
-    (version "1.13.1")
+    (version "1.18.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urllib3" version))
         (sha256
          (base32
-          "10rrbr6c6k7j5dvfsyj4b2gsgxg9gggnn708qixf6ll57xqivfkf"))))
+          "1wb8aqnq53vzh2amrv8kc66f3h6fx217y0q62y6n30a64p2yqmam"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (native-inputs
@@ -7733,7 +7733,7 @@ concurrent.futures package from Python 3.2")
        ("python-ndg-httpsclient" ,python-ndg-httpsclient)
        ("python-pyasn1" ,python-pyasn1)
        ("python-pyopenssl" ,python-pyopenssl)))
-    (home-page "http://urllib3.readthedocs.org/";)
+    (home-page "https://urllib3.readthedocs.org/";)
     (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]