unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0.
@ 2017-11-23  8:15 Rutger Helling
  2017-11-23  8:37 ` Rutger Helling
  2018-06-23 13:33 ` bug#29408: " Gábor Boskovits
  0 siblings, 2 replies; 5+ messages in thread
From: Rutger Helling @ 2017-11-23  8:15 UTC (permalink / raw)
  To: 29408


[-- Attachment #1.1: Type: text/plain, Size: 38 bytes --]

Here's an update for python-pyopenssl.

[-- Attachment #1.2: Type: text/html, Size: 225 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-pyopenssl-Update-to-17.4.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-python-pyopenssl-Update-to-17.4.0.patch, Size: 1440 bytes --]

From 481bf7bb96b9574c40ffe2f60942f5b4f86d71b7 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 23 Nov 2017 08:41:02 +0100
Subject: [PATCH] gnu: python-pyopenssl: Update to 17.4.0.

* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.4.0.
---
 gnu/packages/python-crypto.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 77409d86d..c3d9da985 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -352,14 +353,14 @@ message digests and key derivation functions.")
 (define-public python-pyopenssl
   (package
     (name "python-pyopenssl")
-    (version "17.3.0")
+    (version "17.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyOpenSSL" version))
        (sha256
         (base32
-         "0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"))))
+         "1aznkk77fvl8hc2xl83d6nf8xk1my3b6s394arn4dgv8syivd5id"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0.
  2017-11-23  8:15 [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0 Rutger Helling
@ 2017-11-23  8:37 ` Rutger Helling
  2017-11-23 15:02   ` Leo Famulari
  2018-06-23 13:33 ` bug#29408: " Gábor Boskovits
  1 sibling, 1 reply; 5+ messages in thread
From: Rutger Helling @ 2017-11-23  8:37 UTC (permalink / raw)
  To: 29408

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

I think I'd like to withdraw this patch for now. It breaks gajim which
doesn't bode well for other dependent packages. 

Either that or I can rewrite it to add a python-pyopenssl@17.3.0 package
for broken packages.

[-- Attachment #2: Type: text/html, Size: 452 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0.
  2017-11-23  8:37 ` Rutger Helling
@ 2017-11-23 15:02   ` Leo Famulari
  2017-11-23 15:19     ` Rutger Helling
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-11-23 15:02 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29408

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On Thu, Nov 23, 2017 at 09:37:47AM +0100, Rutger Helling wrote:
> I think I'd like to withdraw this patch for now. It breaks gajim which
> doesn't bode well for other dependent packages. 
> 
> Either that or I can rewrite it to add a python-pyopenssl@17.3.0 package
> for broken packages.

Thanks for checking. I also like to check the impact on 'certbot' when
updating this package.

Can you say how it breaks Gajim? Can you find any discussion in the
pyopenssl or Gajim bug trackers?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0.
  2017-11-23 15:02   ` Leo Famulari
@ 2017-11-23 15:19     ` Rutger Helling
  0 siblings, 0 replies; 5+ messages in thread
From: Rutger Helling @ 2017-11-23 15:19 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 29408

Hi Leo,

Gajim immediately stops on launch with the following error:

Traceback (most recent call last):
   File "gajim.py", line 307, in <module>
     OpenSSL.rand.load_file(str(RNG_SEED))
AttributeError: 'module' object has no attribute 'load_file'

I wasn't able to find a bug issue about it, then again this update has
only been out for two days.

On 2017-11-23 16:02, Leo Famulari wrote:

> On Thu, Nov 23, 2017 at 09:37:47AM +0100, Rutger Helling wrote:
> 
>> I think I'd like to withdraw this patch for now. It breaks gajim which
>> doesn't bode well for other dependent packages.
>> 
>> Either that or I can rewrite it to add a python-pyopenssl@17.3.0 
>> package
>> for broken packages.
> 
> Thanks for checking. I also like to check the impact on 'certbot' when
> updating this package.
> 
> Can you say how it breaks Gajim? Can you find any discussion in the
> pyopenssl or Gajim bug trackers?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29408: gnu: python-pyopenssl: Update to 17.4.0.
  2017-11-23  8:15 [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0 Rutger Helling
  2017-11-23  8:37 ` Rutger Helling
@ 2018-06-23 13:33 ` Gábor Boskovits
  1 sibling, 0 replies; 5+ messages in thread
From: Gábor Boskovits @ 2018-06-23 13:33 UTC (permalink / raw)
  To: 29408-done

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]

Closing, we already have 17.5.0 on master. Thanks!

[-- Attachment #2: Type: text/html, Size: 72 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-23 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23  8:15 [bug#29408] [PATCH] gnu: python-pyopenssl: Update to 17.4.0 Rutger Helling
2017-11-23  8:37 ` Rutger Helling
2017-11-23 15:02   ` Leo Famulari
2017-11-23 15:19     ` Rutger Helling
2018-06-23 13:33 ` bug#29408: " Gábor Boskovits

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).