mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.8 (bz 1724394).
Also: - Remove configparser dependencies (bz 1706597). - Fix broken sed conversion (bz 1706234). - Fix python2 versus python3 snafu (bz 1706337, 1707166). - Build and install sagetex (bz 1706322).
This commit is contained in:
parent
05337076b6
commit
5a519c8e85
15 changed files with 277 additions and 497 deletions
|
@ -1,13 +1,13 @@
|
|||
diff -up src/sage/all.py.orig src/sage/all.py
|
||||
--- src/sage/all.py.orig 2018-12-22 16:37:06.000000000 -0700
|
||||
+++ src/sage/all.py 2019-01-16 09:43:07.639533969 -0700
|
||||
@@ -284,11 +284,11 @@ def _write_started_file():
|
||||
|
||||
Check that the file exists when Sage is running::
|
||||
--- src/sage/all.py.orig 2019-06-27 11:31:07.149494781 -0600
|
||||
+++ src/sage/all.py 2019-06-27 11:32:11.332515672 -0600
|
||||
@@ -286,11 +286,11 @@ def _write_started_file():
|
||||
Check that the file exists when Sage is running (note, this file is not
|
||||
necessarily installed or used by downstream packages of Sage)::
|
||||
|
||||
- sage: started_file = os.path.join(SAGE_LOCAL, 'etc', 'sage-started.txt')
|
||||
+ sage: started_file = os.path.join(DOT_SAGE, 'sage-started.txt')
|
||||
sage: os.path.isfile(started_file)
|
||||
sage: os.path.isfile(started_file) # optional - build
|
||||
True
|
||||
"""
|
||||
- started_file = os.path.join(SAGE_LOCAL, 'etc', 'sage-started.txt')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue