sagemath/sage

sage-bootstrap-python: Prefer pythons that support ssl with SNI

Closed this issue · 11 comments

(from #32372 comment:10)

This fixes the problem on ubuntu-trusty-standard (https://github.com/mkoeppe/sage/runs/4128487418?check_suite_focus=true), which fails to download from upstream_url that points to pypi.io

CC: @fchapoton @slel @sagetrac-tmonteil @jhpalmieri @kliem

Component: build

Author: Matthias Koeppe

Branch/Commit: 48b7927

Reviewer: Jonathan Kliem

Issue created by migration from https://trac.sagemath.org/ticket/32405

slel commented

Description changed:

Description changed:

--- 
+++ 
@@ -1,3 +1,5 @@
 (from [#32372 comment:10](https://github.com/sagemath/sage/issues/32372#comment:10))
 
+This fixes the problem on `ubuntu-trusty-standard` (https://github.com/mkoeppe/sage/runs/4128487418?check_suite_focus=true), which fails to download from `upstream_url` that points to `pypi.io`
 
+

Commit: 48b7927

Author: Matthias Koeppe

New commits:

48b7927build/bin/sage-bootstrap-python: Prefer a Python that provides ssl with SNI
comment:4

Let's get this in please

kliem commented

Reviewer: Jonathan Kliem

kliem commented
comment:5

LGTM.

comment:6

Thank you!