passagemath-gap 10.5.37__cp312-cp312-macosx_14_0_arm64.whl → 10.5.39__cp312-cp312-macosx_14_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gap/gap +0 -0
- {passagemath_gap-10.5.37.dist-info → passagemath_gap-10.5.39.dist-info}/METADATA +4 -5
- {passagemath_gap-10.5.37.dist-info → passagemath_gap-10.5.39.dist-info}/METADATA.bak +5 -6
- {passagemath_gap-10.5.37.dist-info → passagemath_gap-10.5.39.dist-info}/RECORD +20 -20
- passagemath_gap.dylibs/libgap.9.dylib +0 -0
- sage/coding/codecan/autgroup_can_label.cpython-312-darwin.so +0 -0
- sage/coding/codecan/codecan.cpython-312-darwin.so +0 -0
- sage/combinat/enumeration_mod_permgroup.cpython-312-darwin.so +0 -0
- sage/combinat/root_system/reflection_group_c.cpython-312-darwin.so +0 -0
- sage/combinat/root_system/reflection_group_element.cpython-312-darwin.so +0 -0
- sage/groups/libgap_wrapper.cpython-312-darwin.so +0 -0
- sage/groups/matrix_gps/group_element_gap.cpython-312-darwin.so +0 -0
- sage/groups/perm_gps/partn_ref2/refinement_generic.cpython-312-darwin.so +0 -0
- sage/groups/perm_gps/permgroup_element.cpython-312-darwin.so +0 -0
- sage/libs/gap/element.cpython-312-darwin.so +0 -0
- sage/libs/gap/libgap.cpython-312-darwin.so +0 -0
- sage/libs/gap/util.cpython-312-darwin.so +0 -0
- sage/matrix/matrix_gap.cpython-312-darwin.so +0 -0
- {passagemath_gap-10.5.37.dist-info → passagemath_gap-10.5.39.dist-info}/WHEEL +0 -0
- {passagemath_gap-10.5.37.dist-info → passagemath_gap-10.5.39.dist-info}/top_level.txt +0 -0
gap/gap
CHANGED
Binary file
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-gap
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.39
|
4
4
|
Summary: passagemath: Computational Group Theory with GAP
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
7
|
-
License:
|
7
|
+
License-Expression: GPL-2.0-or-later
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
@@ -16,7 +16,6 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
17
17
|
Classifier: Intended Audience :: Education
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
19
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
20
19
|
Classifier: Operating System :: POSIX
|
21
20
|
Classifier: Operating System :: MacOS :: MacOS X
|
22
21
|
Classifier: Programming Language :: Python :: 3 :: Only
|
@@ -31,8 +30,8 @@ Requires-Python: <3.14,>=3.9
|
|
31
30
|
Description-Content-Type: text/x-rst
|
32
31
|
Requires-Dist: cysignals==1.12.0rc2
|
33
32
|
Requires-Dist: memory_allocator
|
34
|
-
Requires-Dist: passagemath-environment~=10.5.
|
35
|
-
Requires-Dist: passagemath-categories~=10.5.
|
33
|
+
Requires-Dist: passagemath-environment~=10.5.39.0
|
34
|
+
Requires-Dist: passagemath-categories~=10.5.39.0
|
36
35
|
Provides-Extra: test
|
37
36
|
Requires-Dist: passagemath-repl; extra == "test"
|
38
37
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-gap
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.39
|
4
4
|
Summary: passagemath: Computational Group Theory with GAP
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
7
|
-
License:
|
7
|
+
License-Expression: GPL-2.0-or-later
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
@@ -16,7 +16,6 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
17
17
|
Classifier: Intended Audience :: Education
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
19
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
20
19
|
Classifier: Operating System :: POSIX
|
21
20
|
Classifier: Operating System :: MacOS :: MacOS X
|
22
21
|
Classifier: Programming Language :: Python :: 3 :: Only
|
@@ -31,9 +30,9 @@ Requires-Python: <3.14,>=3.9
|
|
31
30
|
Description-Content-Type: text/x-rst
|
32
31
|
Requires-Dist: cysignals==1.12.0rc2
|
33
32
|
Requires-Dist: memory_allocator
|
34
|
-
Requires-Dist: passagemath-conf~=10.5.
|
35
|
-
Requires-Dist: passagemath-environment~=10.5.
|
36
|
-
Requires-Dist: passagemath-categories~=10.5.
|
33
|
+
Requires-Dist: passagemath-conf~=10.5.39.0
|
34
|
+
Requires-Dist: passagemath-environment~=10.5.39.0
|
35
|
+
Requires-Dist: passagemath-categories~=10.5.39.0
|
37
36
|
Provides-Extra: test
|
38
37
|
Requires-Dist: passagemath-repl; extra == "test"
|
39
38
|
|
@@ -1,16 +1,11 @@
|
|
1
1
|
passagemath_gap.dylibs/libreadline.8.2.dylib,sha256=gMjzPdDup0edmSYMOcb8CM5iODcwCzM9XROsVV_tJ_I,312608
|
2
|
-
passagemath_gap.dylibs/libgap.9.dylib,sha256=
|
2
|
+
passagemath_gap.dylibs/libgap.9.dylib,sha256=oGXGU3dqll7E4_dE1nd_sz7juzFKL-KSp1uXLBTx_F0,2475168
|
3
3
|
passagemath_gap.dylibs/libgmp.10.dylib,sha256=B7ReWYn6LgAnERoGBg2WlT0gFhJFVgBkW4i7UNz7Vg0,464688
|
4
|
-
passagemath_gap-10.5.37.dist-info/RECORD,,
|
5
|
-
passagemath_gap-10.5.37.dist-info/METADATA.bak,sha256=MaItKzGeKHy7ROVoYFnrgU6Ytomi6qDHqhbSbmLF-Sk,5307
|
6
|
-
passagemath_gap-10.5.37.dist-info/WHEEL,sha256=FCUQNn7nf_IYx2Gh17A3wzZ9eNBpwizRybHd34FNaVk,136
|
7
|
-
passagemath_gap-10.5.37.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
8
|
-
passagemath_gap-10.5.37.dist-info/METADATA,sha256=MiGUz435Z99GA7OA2_8K45Ke1fwXTHMqkp-6yllivR4,5264
|
9
4
|
gap/CITATION,sha256=MnPKDTe9tpRqVXgjpptKgFLPWoV7Ottj9MHEMJgvd8E,2106
|
10
5
|
gap/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
11
6
|
gap/INSTALL.md,sha256=6mu89qCZoDyakSrB6NS8Y9ch59Cnx22jQQWgOtQqIRM,26518
|
12
7
|
gap/README.md,sha256=uQAfvPpWvNmFGCO0p_fcJnjz8hU0KG0O3fgWM1ZSBZo,6555
|
13
|
-
gap/gap,sha256=
|
8
|
+
gap/gap,sha256=8xC-9DlY2zIUGTwNkfDUrxez7Hs6pVK_X604COOo9Ac,52016
|
14
9
|
gap/CONTRIBUTING.md,sha256=ETeQXP8shqpBa8kjFQ-P-PatuJ09OX3J4fEI9hbGTAk,9576
|
15
10
|
gap/COPYRIGHT,sha256=xS8Dkc5sFfgcrgVXoN6KtpNtDKLV4VAXnbcQEsbpwWw,2854
|
16
11
|
gap/sysinfo.gap,sha256=2u7oz67BRBHxRnEYvDYI-eZyt4fkZP03YMgDwC4YCHw,2581
|
@@ -10483,18 +10478,23 @@ gap/pkg/ctbllib/doc2/ctblcons18.png,sha256=8X6PO82PlIlmJryxn5ux_44UqVZz0djE5QrZQ
|
|
10483
10478
|
gap/pkg/ctbllib/doc2/ctocenex2.png,sha256=k6VZQ4yBdR4L-C6hY7fWAP3B2XMm4RSEnWhFx66WweU,1504
|
10484
10479
|
gap/pkg/ctbllib/doc2/chapInd_mj.html,sha256=dmd_hWTMRRBWQg2qDj3bTSsBzUv_gqg73HwtGFNnv0o,2613
|
10485
10480
|
gap/pkg/ctbllib/doc2/chooser.html,sha256=ZBwBn_4DujhjpNNtb5qCsU4zHcH6hiXQcDOnK2AIpnw,3886
|
10481
|
+
passagemath_gap-10.5.39.dist-info/RECORD,,
|
10482
|
+
passagemath_gap-10.5.39.dist-info/METADATA.bak,sha256=TZprl810dw51ev6G1mliox5DncPbjpMNRL1ZK4aQzvs,5203
|
10483
|
+
passagemath_gap-10.5.39.dist-info/WHEEL,sha256=FCUQNn7nf_IYx2Gh17A3wzZ9eNBpwizRybHd34FNaVk,136
|
10484
|
+
passagemath_gap-10.5.39.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
10485
|
+
passagemath_gap-10.5.39.dist-info/METADATA,sha256=D3tHMiWmtOxpM1TmdF3OQWcvFv6KUIaUCeNrxnmvI1g,5160
|
10486
10486
|
sage/all__sagemath_gap.py,sha256=RMuy5dc4uE3eazyDuyWx8iiZnxlbpuU4Kn1S-_RgNgA,593
|
10487
10487
|
sage/combinat/enumeration_mod_permgroup.pyx,sha256=ZLeehu3ACXydKZQs-tzo5lgcodJY09u3jEOIT4odR84,9990
|
10488
10488
|
sage/combinat/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10489
10489
|
sage/combinat/enumeration_mod_permgroup.pxd,sha256=1MzkJhWyxuKGTb8Q_V0qr1Zlm8S8tuYbFqvXCQLfMug,587
|
10490
|
-
sage/combinat/enumeration_mod_permgroup.cpython-312-darwin.so,sha256=
|
10490
|
+
sage/combinat/enumeration_mod_permgroup.cpython-312-darwin.so,sha256=ufjkFZkm7fJhNvz1ITRcEYZxzvAiL_8EZKKB3VFqMLQ,135184
|
10491
10491
|
sage/combinat/root_system/reflection_group_element.pyx,sha256=NVKjj24WPnEeUKD13q8w_ujw5lyL7oOodxwp5Q1JgVA,45463
|
10492
10492
|
sage/combinat/root_system/weyl_group.py,sha256=aqd_uGB-n7aBTRLPG64anTLBhi8rZsPWUTswSKt0A14,46106
|
10493
10493
|
sage/combinat/root_system/reflection_group_complex.py,sha256=Dnx1uwa_BbihXX9DlO6KdaF6JMC9fx7pgmQpl9LKgo4,84377
|
10494
10494
|
sage/combinat/root_system/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10495
10495
|
sage/combinat/root_system/reflection_group_c.pyx,sha256=R17v0qbx8GENTjDxRM-Z6MN-aCXHfrTva0b7CZHlWFA,21814
|
10496
|
-
sage/combinat/root_system/reflection_group_element.cpython-312-darwin.so,sha256=
|
10497
|
-
sage/combinat/root_system/reflection_group_c.cpython-312-darwin.so,sha256=
|
10496
|
+
sage/combinat/root_system/reflection_group_element.cpython-312-darwin.so,sha256=GvInb8aL2MOsI4GtXA112TvQjmk5h0ZVcJmLXSHHVE8,288960
|
10497
|
+
sage/combinat/root_system/reflection_group_c.cpython-312-darwin.so,sha256=4QQCygg8-Vx0nWaRQi5TSNcrCgtRZpCsxxx6uzPCKjI,225424
|
10498
10498
|
sage/combinat/root_system/reflection_group_element.pxd,sha256=1RVx6VLkhNGSC0iv_vWePsQXWeEqjjz8rQ4F-k0Mm8M,552
|
10499
10499
|
sage/combinat/root_system/reflection_group_real.py,sha256=R4SL8rPU4Shi6cjgtlnHDDxhk1kBzF3pezJqwlf8gsw,32274
|
10500
10500
|
sage/ext_data/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
@@ -10509,10 +10509,10 @@ sage/groups/libgap_morphism.py,sha256=aNIDzJUqYRQBAXfv3V0sOidbiicl0-4A6h_oxtoLU_
|
|
10509
10509
|
sage/groups/all__sagemath_gap.py,sha256=0jMNQaDJCB91-B5Vb42YjN2ZS0J92UMejcEq9B_ALuM,348
|
10510
10510
|
sage/groups/galois_group_perm.py,sha256=U8o3hNZYw1iVR2jPgOtjsre8T9VoUqXtLE7on-VmKFg,7668
|
10511
10511
|
sage/groups/libgap_group.py,sha256=wJ-4oBZn59shN-b23mlfH96QE3wAHNSQg1X_QAICutM,2108
|
10512
|
-
sage/groups/libgap_wrapper.cpython-312-darwin.so,sha256=
|
10512
|
+
sage/groups/libgap_wrapper.cpython-312-darwin.so,sha256=ohooNugXP_rw7oQcworHx_98jvnfYQcU0TZnWrlRUUU,253360
|
10513
10513
|
sage/groups/libgap_wrapper.pxd,sha256=3GN4VL7SbZGZR4Lx_hyv_drcBH32XnO2VvWc2yqB3k8,294
|
10514
10514
|
sage/groups/conjugacy_classes.py,sha256=IlA9emEBpGi8oremSwjeKUkSSreqUE-XiqlZHaWgxis,17014
|
10515
|
-
sage/groups/perm_gps/permgroup_element.cpython-312-darwin.so,sha256=
|
10515
|
+
sage/groups/perm_gps/permgroup_element.cpython-312-darwin.so,sha256=sDvt_FbWLh5E3N8c0Fa6aJurVzZ8R7BWgnL7bMnjHH8,399200
|
10516
10516
|
sage/groups/perm_gps/symgp_conjugacy_class.py,sha256=zxgZ8ctHn0hWYyAYMMG_9T2EtmSWcNMj09xGViXpAMw,12272
|
10517
10517
|
sage/groups/perm_gps/permgroup_morphism.py,sha256=MOk3UQZyu9zuIbZI6cNx_9njP50Q6dWmXzFG2OHmU8k,11589
|
10518
10518
|
sage/groups/perm_gps/permgroup.py,sha256=O0MCoYfHUfNqh2RyPgb4p9JnGHwnvKgfkRhdUlSThcA,198883
|
@@ -10527,7 +10527,7 @@ sage/groups/perm_gps/partn_ref/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlR
|
|
10527
10527
|
sage/groups/perm_gps/partn_ref2/refinement_generic.pyx,sha256=NyOI48ggOkTSfNz56lUx3Z1eK65UZZRNXV9ku98u9fg,38135
|
10528
10528
|
sage/groups/perm_gps/partn_ref2/refinement_generic.h,sha256=38tsIbqXuLaEiAPSW-obee7Nx1ztC-dAchuPir1jHtI,1112
|
10529
10529
|
sage/groups/perm_gps/partn_ref2/all.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10530
|
-
sage/groups/perm_gps/partn_ref2/refinement_generic.cpython-312-darwin.so,sha256=
|
10530
|
+
sage/groups/perm_gps/partn_ref2/refinement_generic.cpython-312-darwin.so,sha256=eY3Jeeog8KD_0IkuWnHhod5eNwad7V6pMXFMybxT7W8,188016
|
10531
10531
|
sage/groups/perm_gps/partn_ref2/refinement_generic.pxd,sha256=PBlntyHTRNvKW00ec728ay4w2Z0uAXskzrHqwbm7wC0,3836
|
10532
10532
|
sage/groups/abelian_gps/abelian_aut.py,sha256=sbxjUHrUsX-dTidjcaP8ixghg0YnQuVLEEj2slJgGMA,18692
|
10533
10533
|
sage/groups/abelian_gps/abelian_group_gap.py,sha256=PKlvKNW5d75FybOysyaaepXqnfR4vwB4l0S2EPirBmM,33653
|
@@ -10546,19 +10546,19 @@ sage/groups/matrix_gps/heisenberg.py,sha256=QpHMsIuUbLvvExGn0OPxp-2nGFuKUBsVP4wA
|
|
10546
10546
|
sage/groups/matrix_gps/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10547
10547
|
sage/groups/matrix_gps/symplectic_gap.py,sha256=gLEtYNUc51c_0ISx0xvPVjfFs2EnOCPv3vNp2ApSbWU,2211
|
10548
10548
|
sage/groups/matrix_gps/matrix_group_gap.py,sha256=wVB-KRnsZ3RwodwotZgbSsR-z3bpnnn9Uk6iFpLkXDQ,11967
|
10549
|
-
sage/groups/matrix_gps/group_element_gap.cpython-312-darwin.so,sha256=
|
10549
|
+
sage/groups/matrix_gps/group_element_gap.cpython-312-darwin.so,sha256=NdyxXlQfo5AKmIQXGwL5F2QHkXQWOJp8PzYY7gq24VM,186640
|
10550
10550
|
sage/libs/all__sagemath_gap.py,sha256=NFyfEM93dqg3CThm18Ut_I2rNfz_8fH1Bhhm0BSFaV8,150
|
10551
10551
|
sage/libs/gap/util.pxd,sha256=TYfF5_1GcP6A_Lf7oVJR2H_kyOvRb95pnFtmWEeI2Lg,1856
|
10552
10552
|
sage/libs/gap/gap_functions.py,sha256=xQy4fhcX_mdxUo3rJKsNRWY7nd9kG5fKnG60FSSzCXA,30224
|
10553
10553
|
sage/libs/gap/element.pyx,sha256=WVis678k5VMkHaUmd4emmLew0HiSPf65IfJtmXStuqw,97307
|
10554
10554
|
sage/libs/gap/saved_workspace.py,sha256=xEFrQ2_I_H2aDKnG-jdsZLeKrTFMOqCroOUc1d5iprQ,2331
|
10555
|
-
sage/libs/gap/element.cpython-312-darwin.so,sha256=
|
10555
|
+
sage/libs/gap/element.cpython-312-darwin.so,sha256=MayhOoDSp2RqdREz_XN1-HlcNXWNRtg6SprgWYHKyZI,481776
|
10556
10556
|
sage/libs/gap/assigned_names.py,sha256=OQzq_AojG4_X8DBi16bpeicp_3us9UsLtvVJD_Mi4Fw,3578
|
10557
10557
|
sage/libs/gap/gap_includes.pxd,sha256=OS8K8ntpCYE8Pt94vojgoXKLgin2UWykUR0NauhYQ8I,4606
|
10558
|
-
sage/libs/gap/libgap.cpython-312-darwin.so,sha256=
|
10558
|
+
sage/libs/gap/libgap.cpython-312-darwin.so,sha256=IG6tywh_TNr88dhwY518w3Ov2aeFDnD0UQX6MpHJeVA,202080
|
10559
10559
|
sage/libs/gap/all.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10560
10560
|
sage/libs/gap/test.py,sha256=u9dmPL-NFNYcump22uL_I3goylGOw6rK0-Ctk9f1gb4,671
|
10561
|
-
sage/libs/gap/util.cpython-312-darwin.so,sha256=
|
10561
|
+
sage/libs/gap/util.cpython-312-darwin.so,sha256=owUCBAxJ9YAicuGEYyK-K-8Gh_hui79VLHYxNoHAvwY,143856
|
10562
10562
|
sage/libs/gap/operations.py,sha256=pjGCr4wukT0F3lIbBnmZ3XJO4ufIKeIslxWjDFgVWoc,3616
|
10563
10563
|
sage/libs/gap/context_managers.py,sha256=w6MOfJFgtijEDT77aJJ5bFfHV5wbPVN42BOW04KBL1A,3319
|
10564
10564
|
sage/libs/gap/sage.gaprc,sha256=thmhuOlUaHRTrCUWeaCT-VLTE2AKuN1_c5wETdjXBGc,1304
|
@@ -10572,9 +10572,9 @@ sage/coding/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_
|
|
10572
10572
|
sage/coding/codecan/codecan.pxd,sha256=-yV_3H7du9kKSpYi4kx-LyAifWzxt8Us_syox2OSA20,2805
|
10573
10573
|
sage/coding/codecan/all.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10574
10574
|
sage/coding/codecan/autgroup_can_label.pyx,sha256=6OYBLt5vtCcX1Y5bceTSN50RVv-4b1Yoebh8-8A6EGs,26106
|
10575
|
-
sage/coding/codecan/codecan.cpython-312-darwin.so,sha256=
|
10575
|
+
sage/coding/codecan/codecan.cpython-312-darwin.so,sha256=MbPu-hdeUVi74ua8ShGk1TV3mIUvyuI3KA54gbcRl_Q,262112
|
10576
10576
|
sage/coding/codecan/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10577
|
-
sage/coding/codecan/autgroup_can_label.cpython-312-darwin.so,sha256=
|
10577
|
+
sage/coding/codecan/autgroup_can_label.cpython-312-darwin.so,sha256=4QmxQc3aQjns2Tm4s3T-IcQvrKY7SA2ozry14cMHR0Y,252728
|
10578
10578
|
sage/coding/codecan/codecan.pyx,sha256=yabHsbRpxbHbyTNrTtihCvk87FRZxvvyLpyM7UWM_Dw,44926
|
10579
10579
|
sage/rings/universal_cyclotomic_field.py,sha256=9SxDpQErP79YT7eaJwl-eQgeM15ZEPHy_JZtoMsmk0M,49761
|
10580
10580
|
sage/rings/species.py,sha256=-jdi1vxVGINhzTAewIT_q4-itSiZQ5esZpK7i4QEWXY,95477
|
@@ -10583,7 +10583,7 @@ sage/geometry/ribbon_graph.py,sha256=RdiKR3d0-zwqDc3QWvbQ1ODIVgzRQ3nAJcggmf0o97k
|
|
10583
10583
|
sage/geometry/all__sagemath_gap.py,sha256=REzYJFn-wm_XHNsj7VemcU2CAtiOrEwa5flNcs0zAR4,163
|
10584
10584
|
sage/matrix/matrix_gap.pxd,sha256=SjdGKj8fAWF2WojhiVbyRzl9uJQPLywixGrUO-ohUfQ,305
|
10585
10585
|
sage/matrix/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10586
|
-
sage/matrix/matrix_gap.cpython-312-darwin.so,sha256=
|
10586
|
+
sage/matrix/matrix_gap.cpython-312-darwin.so,sha256=Mc0Nehw556CAW0SA470jafWx5UC092egLot7EH0Rcxk,161296
|
10587
10587
|
sage/matrix/matrix_gap.pyx,sha256=gPOMGKhRezDGrxGdvxSm-jyqBXvdZ1WY2tYO3RU_4mE,13747
|
10588
10588
|
sage/interfaces/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
|
10589
10589
|
sage/interfaces/gap3.py,sha256=oumiD4-ntTNg3g4qP733rlp4ud-c5FXgrk_Pjtcqcik,32914
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|