passagemath-rankwidth 10.6.29__cp311-cp311-win_amd64.whl → 10.6.31rc1__cp311-cp311-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-rankwidth might be problematic. Click here for more details.
- passagemath_rankwidth-10.6.31rc1.dist-info/DELVEWHEEL +2 -0
- {passagemath_rankwidth-10.6.29.dist-info → passagemath_rankwidth-10.6.31rc1.dist-info}/METADATA +1 -1
- passagemath_rankwidth-10.6.31rc1.dist-info/RECORD +11 -0
- passagemath_rankwidth.libs/{librw-0-3eb67b84c0b2baff42d50eb8e3e9033b.dll → librw-0-fb80b9ac166852ab01d4d702721746d3.dll} +0 -0
- sage/all__sagemath_rankwidth.py +3 -3
- sage/graphs/graph_decompositions/rankwidth.cp311-win_amd64.pyd +0 -0
- passagemath_rankwidth-10.6.29.dist-info/DELVEWHEEL +0 -2
- passagemath_rankwidth-10.6.29.dist-info/RECORD +0 -11
- {passagemath_rankwidth-10.6.29.dist-info → passagemath_rankwidth-10.6.31rc1.dist-info}/WHEEL +0 -0
- {passagemath_rankwidth-10.6.29.dist-info → passagemath_rankwidth-10.6.31rc1.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-hlki0xzw\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-hlki0xzw\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-hlki0xzw\\cp311-win_amd64\\built_wheel\\passagemath_rankwidth-10.6.31rc1-cp311-cp311-win_amd64.whl']
|
{passagemath_rankwidth-10.6.29.dist-info → passagemath_rankwidth-10.6.31rc1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-rankwidth
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc1
|
|
4
4
|
Summary: passagemath: Rankwidth and rank decompositions of graphs with rw
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
passagemath_rankwidth-10.6.31rc1.dist-info/DELVEWHEEL,sha256=woG6__1u76YEpRNw_PqeO9ZgBFSTLuOzB9X_IhMeUso,444
|
|
2
|
+
passagemath_rankwidth-10.6.31rc1.dist-info/METADATA,sha256=3_0h7zxmPVM5XgcMPUaWSaYMNBg6uEy1beroEPuZ7Rw,5048
|
|
3
|
+
passagemath_rankwidth-10.6.31rc1.dist-info/RECORD,,
|
|
4
|
+
passagemath_rankwidth-10.6.31rc1.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
+
passagemath_rankwidth-10.6.31rc1.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
|
|
6
|
+
passagemath_rankwidth.libs/librw-0-fb80b9ac166852ab01d4d702721746d3.dll,sha256=-4C5rBZoUqsB1NcCchdG0wc6RqfYz124jbd-V4yYC4A,107955
|
|
7
|
+
sage/all__sagemath_rankwidth.py,sha256=ajQqEm8WxHLzefqsDu9JE9tkWHZzOGyEjPskTLXFUrw,413
|
|
8
|
+
sage/graphs/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
|
|
9
|
+
sage/graphs/graph_decompositions/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
|
|
10
|
+
sage/graphs/graph_decompositions/rankwidth.cp311-win_amd64.pyd,sha256=2CK_oN2GcGmyy6JfQaFhkLyNyNEFTYsSxNeiN_9K8-4,62464
|
|
11
|
+
sage/graphs/graph_decompositions/rankwidth.pyx,sha256=XLgr3jaejMtypTubVJBHVrLLTmr0XYyBZeLSNTssV5c,10031
|
|
Binary file
|
sage/all__sagemath_rankwidth.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# sage_setup: distribution = sagemath-rankwidth
|
|
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_rankwidth.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 *
|
|
Binary file
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.11.1
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-36mcf6l2\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-36mcf6l2\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-36mcf6l2\\cp311-win_amd64\\built_wheel\\passagemath_rankwidth-10.6.29-cp311-cp311-win_amd64.whl']
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
passagemath_rankwidth-10.6.29.dist-info/DELVEWHEEL,sha256=SqGy4lTJ3xm7hdP8_cjJJnxbKY_8Z1SJ-w0uR_qC8eQ,441
|
|
2
|
-
passagemath_rankwidth-10.6.29.dist-info/METADATA,sha256=k26-BY_kjJjmY8fibthuMQdWpilcjMlR7c8u_IdxPMM,5045
|
|
3
|
-
passagemath_rankwidth-10.6.29.dist-info/RECORD,,
|
|
4
|
-
passagemath_rankwidth-10.6.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
-
passagemath_rankwidth-10.6.29.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
|
|
6
|
-
passagemath_rankwidth.libs/librw-0-3eb67b84c0b2baff42d50eb8e3e9033b.dll,sha256=PrZ7hMCyuv9C1Q644-kDO8tp8DvZhUqXcnY8aXYcKyI,107955
|
|
7
|
-
sage/all__sagemath_rankwidth.py,sha256=gxNrC7VfRNClZOa-PORs1hgEi9flEoAG5JysOoFSTTk,413
|
|
8
|
-
sage/graphs/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
|
|
9
|
-
sage/graphs/graph_decompositions/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
|
|
10
|
-
sage/graphs/graph_decompositions/rankwidth.cp311-win_amd64.pyd,sha256=77FBOg-joipzIG1a0zh2sWgI8m52nAi3ay7ixW1uk-s,62464
|
|
11
|
-
sage/graphs/graph_decompositions/rankwidth.pyx,sha256=XLgr3jaejMtypTubVJBHVrLLTmr0XYyBZeLSNTssV5c,10031
|
{passagemath_rankwidth-10.6.29.dist-info → passagemath_rankwidth-10.6.31rc1.dist-info}/WHEEL
RENAMED
|
File without changes
|
{passagemath_rankwidth-10.6.29.dist-info → passagemath_rankwidth-10.6.31rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|