From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 2/2] gnu: python-pyopenssl, python2-pyopenssl: Update to 16.0.0. Date: Thu, 31 Mar 2016 22:43:37 +0200 Message-ID: <1459457017-1618-3-git-send-email-tipecaml@gmail.com> References: <1459457017-1618-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aljRa-0001YA-2E for guix-devel@gnu.org; Thu, 31 Mar 2016 16:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aljRZ-0006p0-7Z for guix-devel@gnu.org; Thu, 31 Mar 2016 16:43:54 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:36365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aljRZ-0006on-0g for guix-devel@gnu.org; Thu, 31 Mar 2016 16:43:53 -0400 Received: by mail-wm0-x244.google.com with SMTP id 20so26878207wmh.3 for ; Thu, 31 Mar 2016 13:43:52 -0700 (PDT) In-Reply-To: <1459457017-1618-1-git-send-email-tipecaml@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.0.0. --- gnu/packages/python.scm | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 511648e..b434e60 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5868,7 +5868,7 @@ message digests and key derivation functions.") (define-public python-pyopenssl (package (name "python-pyopenssl") - (version "0.15.1") + (version "16.0.0") (source (origin (method url-fetch) @@ -5876,29 +5876,8 @@ message digests and key derivation functions.") "pyOpenSSL/pyOpenSSL-" version ".tar.gz")) (sha256 (base32 - "0wnnq15rhj7fhdcd8ycwiw6r6g3w9f9lcy6cigg8226vsrq618ph")))) + "0zfijaxlq4vgi6jz0d4i5xq9ygqnyps6br7lmigjhqnh8gp10g9n")))) (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-tests - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "OpenSSL/test/test_ssl.py" - (("client\\.connect\\(\\('verisign\\.com', 443\\)\\)") - "return True") - ;; FIXME: disable broken test - (("test_set_tmp_ecdh") "disabled__set_tmp_ecdh")) - (substitute* "OpenSSL/test/test_crypto.py" - (("command = b\"openssl \"") - (string-append "command = b\"" - (assoc-ref inputs "openssl") - "/bin/openssl" " \"")) - ;; FIXME: disable four broken tests - (("test_der") "disabled__der") - (("test_digest") "disabled__digest") - (("test_get_extension") "disabled__get_extension") - (("test_extension_count") "disabled__extension_count")) - #t))))) (propagated-inputs `(("python-cryptography" ,python-cryptography) ("python-six" ,python-six))) -- 2.6.2