guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.


From: Efraim Flashner
Subject: 04/05: gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.
Date: Sun, 07 Feb 2016 14:07:45 +0000

efraim pushed a commit to branch master
in repository guix.

commit f2d06d4697bf41d88d99269d1198b95f43af4617
Author: Efraim Flashner <address@hidden>
Date:   Sun Feb 7 15:24:43 2016 +0200

    gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.
    
    * gnu/packages/python.scm (python2-backport-ssl-match-hostname):
    Update to 3.5.0.1.
    [arguments]: Skip tests.
    [synopsis]: Update for python version 3.5.x.
---
 gnu/packages/python.scm |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f8d82a6..e2298a0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -627,7 +627,7 @@ etc. ")
 (define-public python2-backport-ssl-match-hostname
   (package
     (name "python2-backport-ssl-match-hostname")
-    (version "3.4.0.2")
+    (version "3.5.0.1")
     (source
      (origin
       (method url-fetch)
@@ -637,13 +637,15 @@ etc. ")
             version ".tar.gz"))
       (sha256
        (base32
-        "1bnn47ipvhy49n0m50v27lp4xj6sqdkdw676ypd7pawsn1zhwh87"))))
+        "1wndipik52cyqy0677zdgp90i435pmvwd89cz98lm7ri0y3xjajh"))))
     (build-system python-build-system)
-    (arguments `(#:python ,python-2))
+    (arguments
+     `(#:python ,python-2
+       #:tests? #f)) ; no test target
     (inputs
      `(("python2-setuptools" ,python2-setuptools)))
-    (home-page "https://pypi.python.org/pypi/backports.ssl_match_hostname";)
-    (synopsis "Backport of ssl.match_hostname() function from Python 3.4")
+    (home-page "https://bitbucket.org/brandon/backports.ssl_match_hostname";)
+    (synopsis "Backport of ssl.match_hostname() function from Python 3.5")
     (description
      "This backport brings the ssl.match_hostname() function to users of
 earlier versions of Python.  The function checks the hostname in the



reply via email to

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