Changes between Version 2 and Version 30 of Ticket #29289
- Timestamp:
- 06/19/20 00:31:20 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29289
-
Property
Status
changed from
new
toneeds_review
-
Property
Reviewers
changed from
to
Dima Pasechnik, John Palmieri, Matthias Koeppe
-
Property
Authors
changed from
to
Matthias Koeppe, John Palmieri
- Property Cc mjo added
-
Property
Summary
changed from
Remove support for old-style SPKGs, deprecated in Sage 6.9
toRemove support for installing old-style SPKGs, deprecated in Sage 6.9
-
Property
Dependencies
changed from
to
#26029, #29834
-
Property
Branch
changed from
to
u/jhpalmieri/remove_support_for_installing_old_style_spkgs__deprecated_in_sage_6_9
-
Property
Milestone
changed from
sage-9.1
tosage-9.2
-
Property
Commit
changed from
to
c0fb6d47362a1d52ede61e57ef5b7777045ce238
-
Property
Status
changed from
-
Ticket #29289 – Description
v2 v30 3 3 There is only sparse evidence of non-broken old-style SPKGs: 4 4 5 - `cunningham_tables` - https://groups.google.com/d/msg/sage-support/T4IO-AmOsCM/HYy_N6UdAQAJ 5 - `cunningham_tables` - https://groups.google.com/d/msg/sage-support/T4IO-AmOsCM/HYy_N6UdAQAJ - added as new-style package in #29834 6 6 7 - `polytopes_db_4d` - added as new-style package in #26029 8 9 We remove support for old-style packages, but we keep the command `sage -p`, which can also be used for installing a new-style package without dependencies.