summarylogtreecommitdiffstats
path: root/sagemath-gap-4.11.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-04-14 21:34:14 +0000
committerAntonio Rojas2020-04-14 21:34:14 +0000
commit4beae3c9cd3c6da4bb0c019d09cc78c3eec791e2 (patch)
treea764b391e86b48d5eb31538e4cfb93f5f940cfa5 /sagemath-gap-4.11.patch
parent4f2038b18c028911646bbe84ca646f10e2ea2f2e (diff)
downloadaur-4beae3c9cd3c6da4bb0c019d09cc78c3eec791e2.tar.gz
Rebase patches, split dict sorting changes out of ipython7 patch
Diffstat (limited to 'sagemath-gap-4.11.patch')
-rw-r--r--sagemath-gap-4.11.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sagemath-gap-4.11.patch b/sagemath-gap-4.11.patch
index 01c921f12fa4..072f3ecd11d3 100644
--- a/sagemath-gap-4.11.patch
+++ b/sagemath-gap-4.11.patch
@@ -15,7 +15,7 @@ diff --git a/src/sage/coding/linear_code.py b/src/sage/coding/linear_code.py
index e106498063..b56388830b 100644
--- a/src/sage/coding/linear_code.py
+++ b/src/sage/coding/linear_code.py
-@@ -540,17 +540,17 @@ class AbstractLinearCode(AbstractCode, Module):
+@@ -481,17 +481,17 @@ class AbstractLinearCode(AbstractCode, Module):
0
sage: C = codes.HammingCode(GF(4, 'z'), 3)
sage: C.automorphism_group_gens()
@@ -38,7 +38,7 @@ index e106498063..b56388830b 100644
Defn: z |--> z),
((z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1, z + 1); (), Ring endomorphism of Finite Field in z of size 2^2
Defn: z |--> z)],
-@@ -816,10 +816,10 @@ class AbstractLinearCode(AbstractCode, Module):
+@@ -707,10 +707,10 @@ class AbstractLinearCode(AbstractCode, Module):
sage: C_iso == aut_group_can_label.get_canonical_form()
True
sage: aut_group_can_label.get_autom_gens()