Update to sagemath 8.3 (bz 1612867).

Also:
- Drop -lrslib, -gap-hap, and -flask patches.
- Drop obsolete scriplets to fix F24 to F25 upgrade (bz 1594429 and 1618934).
- Drop obsolete mktexlsr invocations.
- Fix more Singular paths.
- Fix still more uses of /usr/bin/env.
- Drop disallow/dissallow fixup for cython; now fixed in cython itself.
This commit is contained in:
Jerry James 2018-09-23 08:28:54 -06:00
parent 3dc6dbb3c1
commit 1a0bd1afc6
24 changed files with 285 additions and 525 deletions

View file

@ -1,6 +1,6 @@
diff -up src/sage/databases/cremona.py.orig src/sage/databases/cremona.py
--- src/sage/databases/cremona.py.orig 2016-10-20 08:11:03.521544935 -0400
+++ src/sage/databases/cremona.py 2016-10-20 08:11:13.681545324 -0400
--- src/sage/databases/cremona.py.orig 2018-08-03 05:10:08.000000000 -0600
+++ src/sage/databases/cremona.py 2018-08-29 08:48:43.090148635 -0600
@@ -53,7 +53,6 @@ from sage.misc.prandom import randint
import sage.schemes.elliptic_curves.constructor as elliptic
@ -9,7 +9,7 @@ diff -up src/sage/databases/cremona.py.orig src/sage/databases/cremona.py
from sage.env import SAGE_SHARE
from sage.misc.all import walltime
@@ -824,14 +823,6 @@ class MiniCremonaDatabase(SQLDatabase):
@@ -825,14 +824,6 @@ class MiniCremonaDatabase(SQLDatabase):
if N < self.largest_conductor():
message = "There is no elliptic curve with label " + label \
+ " in the database"