Update to sagemath 6.8

This commit is contained in:
pcpa 2015-12-22 12:50:40 -02:00
parent b4699213da
commit 3aa9b0c734
32 changed files with 806 additions and 615 deletions

View file

@ -1,7 +1,7 @@
diff -up src/sage/all.py.orig src/sage/all.py
--- src/sage/all.py.orig 2015-04-03 15:01:52.463388996 -0300
+++ src/sage/all.py 2015-04-03 15:02:06.559389536 -0300
@@ -296,11 +296,11 @@ def _write_started_file():
--- src/sage/all.py.orig 2015-10-11 17:37:19.705767886 -0300
+++ src/sage/all.py 2015-10-11 17:37:41.748768730 -0300
@@ -294,11 +294,11 @@ def _write_started_file():
Check that the file exists when Sage is running::
@ -12,6 +12,6 @@ diff -up src/sage/all.py.orig src/sage/all.py
"""
- started_file = os.path.join(SAGE_LOCAL, 'etc', 'sage-started.txt')
+ started_file = os.path.join(DOT_SAGE, 'sage-started.txt')
# Do nothing if the file already exists
if os.path.isfile(started_file):
return
# Current time with a resolution of 1 second
import datetime