mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Version 9.7
Drop upstreamed patches: -infinite-recursion, -use-after-free, -sphinx
This commit is contained in:
parent
fed038c815
commit
bf7a318833
17 changed files with 532 additions and 1033 deletions
|
@ -1,16 +1,16 @@
|
|||
diff -up src/sage/interfaces/jmoldata.py.orig src/sage/interfaces/jmoldata.py
|
||||
--- src/sage/interfaces/jmoldata.py.orig 2022-05-15 16:11:11.000000000 -0600
|
||||
+++ src/sage/interfaces/jmoldata.py 2022-07-06 11:03:43.155375965 -0600
|
||||
@@ -148,8 +148,6 @@ class JmolData(SageObject):
|
||||
sage: print(os.path.exists(testfile)) # optional -- java
|
||||
--- src/sage/interfaces/jmoldata.py.orig 2022-09-19 16:38:18.000000000 -0600
|
||||
+++ src/sage/interfaces/jmoldata.py 2023-01-15 17:05:52.942389170 -0700
|
||||
@@ -153,8 +153,6 @@ class JmolData(SageObject):
|
||||
True
|
||||
sage: archive.close()
|
||||
"""
|
||||
- # Set up paths, file names and scripts
|
||||
- jmolpath = os.path.join(JMOL_DIR, "JmolData.jar")
|
||||
target_native = targetfile
|
||||
|
||||
if sys.platform == 'cygwin':
|
||||
@@ -171,12 +169,14 @@ class JmolData(SageObject):
|
||||
@@ -176,12 +174,14 @@ class JmolData(SageObject):
|
||||
with open(scratchout, 'w') as jout:
|
||||
# Now call the java application and write the file.
|
||||
env = dict(os.environ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue