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,7 +1,7 @@
|
|||
diff -up src/sage/graphs/graph_generators.py.orig src/sage/graphs/graph_generators.py
|
||||
--- src/sage/graphs/graph_generators.py.orig 2018-12-22 16:37:08.000000000 -0700
|
||||
+++ src/sage/graphs/graph_generators.py 2019-01-16 09:45:21.999122930 -0700
|
||||
@@ -924,7 +924,7 @@ class GraphGenerators():
|
||||
--- src/sage/graphs/graph_generators.py.orig 2019-06-26 14:41:04.000000000 -0600
|
||||
+++ src/sage/graphs/graph_generators.py 2019-06-27 11:37:46.100759559 -0600
|
||||
@@ -907,7 +907,7 @@ class GraphGenerators():
|
||||
else:
|
||||
enc_kwargs = {'encoding': 'latin-1'}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue