Changes between Initial Version and Version 5 of Ticket #16911
- Timestamp:
- Sep 7, 2014, 1:52:08 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16911
- Property Cc Karl-Dieter Crisman Julien Puydt added
-
Property
Commit
changed from
to
fe9630cb38206b159300438adb3fa552090f8acf
-
Property
Branch
changed from
to
u/ppurka/update_sagenb
-
Ticket #16911 – Description
initial v5 1 1 This ticket is for 2 2 3 1. updating sagenb 3 1. updating sagenb. Corresponding upstream ticket is https://github.com/sagemath/sagenb/pull/218 4 4 2. updating documentation inside sage to reflect the new development model for sagenb 5 6 {{{ 7 cd SAGE_ROOT/upstream 8 wget -c 'https://googledrive.com/host/0B2kYdLdBVFHIZEd4ekpjNUFBNTQ/sagenb-0.10.8.3.tar' 9 git checkout -b develop ticket/16911 10 git trac pull 16911 11 ../sage -i sagenb 12 ../sage -b 13 }}} 14 15 ---- 16 17 To @vbraun: When merging this ticket, merge both this and #16396 since sagenb upstream has changes to fix doctests in that ticket, and that ticket in turn depends on an updated sagenb so that it can pass all doctests.