From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/3] Fix letsencrypt Date: Fri, 25 Mar 2016 12:29:23 -0400 Message-ID: <20160325162923.GA5173@jasmine> References: <20160323161220.GD2063@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajUc6-0008HT-GN for guix-devel@gnu.org; Fri, 25 Mar 2016 12:29:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajUc2-00072A-EA for guix-devel@gnu.org; Fri, 25 Mar 2016 12:29:30 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajUc2-00071l-Aa for guix-devel@gnu.org; Fri, 25 Mar 2016 12:29:26 -0400 Received: from localhost (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 6EAD7C0001E for ; Fri, 25 Mar 2016 12:29:24 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160323161220.GD2063@jasmine> 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 On Wed, Mar 23, 2016 at 12:12:20PM -0400, Leo Famulari wrote: > On Tue, Mar 22, 2016 at 09:46:09PM -0400, Leo Famulari wrote: > > Earlier today I found that I could not build letsencrypt. > > > > The recent update to python-hypothesis broke python-pyopenssl, which > > blocked the build of letsencrypt. > > > > This patch series seems to be the minimum required to get letsencrypt > > building again. I built letsencrypt on these patches and used it to > > issue certificates for a new server. > > > > The update to python-pytest and python2-pytest will require ~200 > > rebuilds [0]. > > Any advice on where to apply these patches? I pushed the branch 'fix-letsencrypt' to Savannah. My understanding is that we will merge it after the next release. > > > > > This does not update python-pytest to the latest version, 2.9.1. I could > > not get that to work, and I suspect it will require updates to some core > > Python packages such as python-setuptools. > > > > In the meantime, I'd like to do this intermediate update to get > > letsencrypt building again. Any objections? If it's okay, should it go > > on master, or onto a staging branch? > > > > [0] I have re-wrapped this for readability: > > > > $ guix refresh -l python2-pytest python-pytest > > Building the following 66 packages would ensure 194 dependent packages > > are rebuilt: python2-pickleshare-0.5 python2-scikit-image-0.11.3 > > python2-statsmodels-0.6.1 python2-seaborn-0.5.1 python2-numexpr-2.4.4 > > enblend-enfuse-4.1.3 libreoffice-5.0.5.2 seqmagick-0.6.1 pepr-1.0.9 > > grit-2.0.2 pbtranscript-tofu-2.2.3.8f5467fe6 macs-2.1.0.20151222 > > crossmap-0.2.1 rseqc-2.6.1 pyicoteo-2.0.7 python2-warpedlmm-0.21 > > clipper-0.3.0 deeptools-2.1.1 miso-0.5.3 couger-1.8.2 gourmet-0.17.4 > > python2-rq-0.5.2 python2-urllib3-1.13.1 python2-ndg-httpsclient-0.4.0 > > gajim-0.16.5 python2-docopt-0.6.2 python2-pytest-subtesthack-0.1.1 > > python2-alembic-0.8.4 letsencrypt-0.4.2 python2-rauth-0.7.2 > > python2-ipython-3.2.1 > > simp-le-2015-12-07T040251Z-01afa8c64264a7674e51471ea4bf7ce524d8b77e > > python2-botocore-1.3.17 python2-bandit-0.13.2 python2-swiftclient-2.6.0 > > python2-pytest-xdist-1.14 beets-1.3.17 python-flask-0.10.1 > > python-pickleshare-0.5 python-numexpr-2.4.4 python-h5py-2.4.0 > > shogun-4.0.0 python-biopython-1.66 python-statsmodels-0.6.1 > > python-seaborn-0.5.1 python-scikit-learn-0.16.1 > > python-scikit-image-0.11.3 idr-2.0.0 python-jellyfish-0.5.3 > > python-rq-0.5.2 python-urllib3-1.13.1 python-bandit-0.13.2 > > python-pytest-xdist-1.14 awscli-1.9.17 python-alembic-0.8.4 > > python-pytest-xprocess-0.9.1 livestreamer-1.12.2 python-acme-0.4.2 > > python-responses-0.5.1 python-ipython-3.2.1 git-annex-remote-hubic-0.3.1 > > docker-compose-1.5.2 diffoscope-49 python-pylast-1.5.1 khal-0.7.0 > > autojump-22.2.4 > > > > Leo Famulari (3): > > gnu: python-pytest: Update to 2.7.3. > > gnu: python-cryptography, python-cryptography-vectors: Update to > > 1.3.1. > > gnu: python-pyopenssl: Update to 16.0.0. > > > > gnu/packages/python.scm | 37 ++++++++----------------------------- > > 1 file changed, 8 insertions(+), 29 deletions(-) > > > > -- > > 2.7.3 > > >