Changes between Version 11 and Version 14 of Ticket #29803
- Timestamp:
- 06/05/20 22:11:51 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29803 – Description
v11 v14 1 1 Big upgrade steps, enabled by drop python 2 support. 2 2 3 * https://pypi.org/project/wheel/ 0.34.24 3 * https://pypi.org/project/pip/ 20.1.1 5 4 * https://pypi.org/project/setuptools/ 47.1.1 6 5 * https://pypi.org/project/setuptools-scm/ 4.1.2 7 6 7 Add new packages to satisfy dependencies: 8 9 * https://pypi.org/project/wheel/ 0.34.2 10 * https://pypi.org/project/poetry/ 1.0.8 11 8 12 These are the latest versions as of 2020-06-05; all claim to support Python >= 3.5 (note #29033) 9 13 10 Tarballs: See checksums.ini [upstream_url] 14 Tarballs: See checksums.ini [upstream_url]. (To configure Sage to download from the upstream URL, use `./configure --enable-download-from-upstream-url`.) 11 15 12 16 Previous updates: #26969, #27886, #26008