passagemath-planarity 10.6.29__cp312-abi3-win_amd64.whl → 10.6.30__cp312-abi3-win_amd64.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.
Potentially problematic release.
This version of passagemath-planarity might be problematic. Click here for more details.
- passagemath_planarity-10.6.30.dist-info/DELVEWHEEL +2 -0
- {passagemath_planarity-10.6.29.dist-info → passagemath_planarity-10.6.30.dist-info}/METADATA +1 -1
- passagemath_planarity-10.6.30.dist-info/RECORD +10 -0
- passagemath_planarity.libs/{libplanarity-2-ff800d83f8b8778a6fe7c8c42bd34ec1.dll → libplanarity-2-7066623fb3737c313caffd221da0cbd2.dll} +0 -0
- sage/all__sagemath_planarity.py +3 -3
- sage/graphs/planarity.pyd +0 -0
- passagemath_planarity-10.6.29.dist-info/DELVEWHEEL +0 -2
- passagemath_planarity-10.6.29.dist-info/RECORD +0 -10
- {passagemath_planarity-10.6.29.dist-info → passagemath_planarity-10.6.30.dist-info}/WHEEL +0 -0
- {passagemath_planarity-10.6.29.dist-info → passagemath_planarity-10.6.30.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Version: 1.11.2
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-qtmbjafq\\cp312-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-qtmbjafq\\cp312-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-qtmbjafq\\cp312-win_amd64\\built_wheel\\passagemath_planarity-10.6.30-cp312-abi3-win_amd64.whl']
|
{passagemath_planarity-10.6.29.dist-info → passagemath_planarity-10.6.30.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-planarity
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.30
|
|
4
4
|
Summary: passagemath: Graph planarity with the edge addition planarity suite
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
passagemath_planarity-10.6.30.dist-info/DELVEWHEEL,sha256=ATZaIXpB5-VGKVrqJgcJa6u25vc3i4kDDSjtMbGq7YA,440
|
|
2
|
+
passagemath_planarity-10.6.30.dist-info/METADATA,sha256=sFHDbwgigfgYdrbayrP2SXTdEi0uOvIB33MLFkVJKsU,4973
|
|
3
|
+
passagemath_planarity-10.6.30.dist-info/RECORD,,
|
|
4
|
+
passagemath_planarity-10.6.30.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
+
passagemath_planarity-10.6.30.dist-info/WHEEL,sha256=esMkmamTONcqY63yyR4EW44SJ2xm4VPaPFwpwnvwOrM,100
|
|
6
|
+
passagemath_planarity.libs/libplanarity-2-7066623fb3737c313caffd221da0cbd2.dll,sha256=cGZiP7NzfDE8r_0iHaDL0qWd_lvnscWgFa8TnSEOK8s,643402
|
|
7
|
+
sage/all__sagemath_planarity.py,sha256=Ud1K-uR7M1F4tD5v5Av38Tg-Qf8Jq7iX5lebmguJZkM,413
|
|
8
|
+
sage/graphs/all__sagemath_planarity.py,sha256=CYZamBzI163p8V2TX9c1rV2S9cGAOxEOhc82QQkpTvQ,48
|
|
9
|
+
sage/graphs/planarity.pyd,sha256=S1IsnBTDJbcwvlqqoVez5Wte_klRBFHe2Uf9SWP38Oc,40960
|
|
10
|
+
sage/graphs/planarity.pyx,sha256=2OQXReYJKYQ6MjVMO0uAj3I-z_X7fN4nau1aCfe_EUU,7093
|
|
Binary file
|
sage/all__sagemath_planarity.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# sage_setup: distribution = sagemath-planarity
|
|
2
2
|
# start delvewheel patch
|
|
3
|
-
def
|
|
3
|
+
def _delvewheel_patch_1_11_2():
|
|
4
4
|
import os
|
|
5
5
|
if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'passagemath_planarity.libs'))):
|
|
6
6
|
os.add_dll_directory(libs_dir)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
del
|
|
9
|
+
_delvewheel_patch_1_11_2()
|
|
10
|
+
del _delvewheel_patch_1_11_2
|
|
11
11
|
# end delvewheel patch
|
|
12
12
|
|
|
13
13
|
from sage.all__sagemath_graphs import *
|
sage/graphs/planarity.pyd
CHANGED
|
Binary file
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.11.1
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-v7xs4dqb\\cp312-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-v7xs4dqb\\cp312-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-v7xs4dqb\\cp312-win_amd64\\built_wheel\\passagemath_planarity-10.6.29-cp312-abi3-win_amd64.whl']
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
passagemath_planarity-10.6.29.dist-info/DELVEWHEEL,sha256=MbfAlfZ21WcKGxmFqyY9H_XXK2uTno3k8GCjmHzVktE,440
|
|
2
|
-
passagemath_planarity-10.6.29.dist-info/METADATA,sha256=_NktGqn7B2n7yhEZOUcZxWQd0KiE1ndeVrNYIcWe5Jk,4973
|
|
3
|
-
passagemath_planarity-10.6.29.dist-info/RECORD,,
|
|
4
|
-
passagemath_planarity-10.6.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
-
passagemath_planarity-10.6.29.dist-info/WHEEL,sha256=esMkmamTONcqY63yyR4EW44SJ2xm4VPaPFwpwnvwOrM,100
|
|
6
|
-
passagemath_planarity.libs/libplanarity-2-ff800d83f8b8778a6fe7c8c42bd34ec1.dll,sha256=_4ANg_i4d4pv58jEK9NOwXUUGM5jevfZkzfOgVYJNM0,643402
|
|
7
|
-
sage/all__sagemath_planarity.py,sha256=uS38LyVLeWFnh2ps7ZDWuLvivfwGyvbspQmSduiGlVI,413
|
|
8
|
-
sage/graphs/all__sagemath_planarity.py,sha256=CYZamBzI163p8V2TX9c1rV2S9cGAOxEOhc82QQkpTvQ,48
|
|
9
|
-
sage/graphs/planarity.pyd,sha256=dOTYCq-m6Hmumn5MHFZFUxWi8oGT80RgGfQ4vL44YMc,40960
|
|
10
|
-
sage/graphs/planarity.pyx,sha256=2OQXReYJKYQ6MjVMO0uAj3I-z_X7fN4nau1aCfe_EUU,7093
|
|
File without changes
|
{passagemath_planarity-10.6.29.dist-info → passagemath_planarity-10.6.30.dist-info}/top_level.txt
RENAMED
|
File without changes
|