-
-
Notifications
You must be signed in to change notification settings - Fork 673
Description
Big upgrade steps, enabled by drop python 2 support.
- https://pypi.org/project/pip/ 20.1.1
- https://pypi.org/project/setuptools/ 47.1.1
- https://pypi.org/project/setuptools-scm/ 4.1.2
Add new packages to satisfy dependencies:
These are the latest versions as of 2020-06-05; all claim to support Python >= 3.5 (note #29033)
We adjust spkg-install
of several packages by removing pyproject.toml
to remove the need for more extensive build infrastructure. We disable the build of zope_interface
(no longer needed, see #29754).
Tarballs: See checksums.ini [upstream_url]. (To configure Sage to download from the upstream URL, use ./configure --enable-download-from-upstream-url
.)
Previous updates: #26969, #27886, #26008
CC: @vbraun @fchapoton @saraedum @slel @kiwifb @dimpase @jhpalmieri
Component: packages: standard
Author: Matthias Koeppe
Branch: 371ede6
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29803