Opened 2 years ago
Closed 2 years ago
#31134 closed enhancement (fixed)
Update setuptools and setuptools_scm
Reported by: | John Palmieri | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-9.3 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | John Palmieri | Reviewers: | Matthias Koeppe |
Report Upstream: | N/A | Work issues: | |
Branch: | 5c86b59 (Commits, GitHub, GitLab) | Commit: | 5c86b590e64d4c18d392a14abc2129205862d12e |
Dependencies: | Stopgaps: |
Description (last modified by )
Just a version bump for each of these packages.
- https://setuptools.readthedocs.io/en/latest/history.html
- 50.0.1 added support for Python 3.10
- 51.0.0 dropped support for Python < 3.6.
- 51.1.0 contains a minor fix for use with pip 20.3 (#30589)
Change History (7)
comment:1 Changed 2 years ago by
Branch: | → u/jhpalmieri/update-setuptools |
---|
comment:2 Changed 2 years ago by
Commit: | → 5c86b590e64d4c18d392a14abc2129205862d12e |
---|---|
Status: | new → needs_review |
comment:3 Changed 2 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 2 years ago by
Description: | modified (diff) |
---|
Note numpy
sets a constraint setuptools<49.2.0
but we also our current version of setuptools
is outside that range.
comment:5 Changed 2 years ago by
Yes, I saw that, but numpy
builds with this new version, too (in my limited testing).
comment:6 Changed 2 years ago by
Reviewers: | → Matthias Koeppe |
---|---|
Status: | needs_review → positive_review |
comment:7 Changed 2 years ago by
Branch: | u/jhpalmieri/update-setuptools → 5c86b590e64d4c18d392a14abc2129205862d12e |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
trac 31134: update setuptools, setuptools_scm