passagemath-cliquer 10.6.29__cp312-abi3-win_amd64.whl → 10.6.31rc1__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.
- passagemath_cliquer-10.6.31rc1.dist-info/DELVEWHEEL +2 -0
- {passagemath_cliquer-10.6.29.dist-info → passagemath_cliquer-10.6.31rc1.dist-info}/METADATA +1 -1
- passagemath_cliquer-10.6.31rc1.dist-info/RECORD +11 -0
- passagemath_cliquer.libs/{libcliquer-1-79a2ff8b0cad91d3881dc3d9a3454276.dll → libcliquer-1-a532545d8f8d430abf391c0d9de45329.dll} +0 -0
- sage/all__sagemath_cliquer.py +3 -3
- sage/graphs/cliquer.pyd +0 -0
- passagemath_cliquer-10.6.29.dist-info/DELVEWHEEL +0 -2
- passagemath_cliquer-10.6.29.dist-info/RECORD +0 -11
- {passagemath_cliquer-10.6.29.dist-info → passagemath_cliquer-10.6.31rc1.dist-info}/WHEEL +0 -0
- {passagemath_cliquer-10.6.29.dist-info → passagemath_cliquer-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-vp4v3dgv\\cp312-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-vp4v3dgv\\cp312-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-vp4v3dgv\\cp312-win_amd64\\built_wheel\\passagemath_cliquer-10.6.31rc1-cp312-abi3-win_amd64.whl']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-cliquer
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc1
|
|
4
4
|
Summary: passagemath: Finding cliques in graphs with cliquer
|
|
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_cliquer-10.6.31rc1.dist-info/DELVEWHEEL,sha256=_eYpQn03F7zxnzueBP92-a6JciBFM_B72G371dQTPkY,441
|
|
2
|
+
passagemath_cliquer-10.6.31rc1.dist-info/METADATA,sha256=eMAf1yQFMbvT7PXyUz9fTbyGY_tvjhe81-mhmykWM3E,4945
|
|
3
|
+
passagemath_cliquer-10.6.31rc1.dist-info/RECORD,,
|
|
4
|
+
passagemath_cliquer-10.6.31rc1.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
+
passagemath_cliquer-10.6.31rc1.dist-info/WHEEL,sha256=esMkmamTONcqY63yyR4EW44SJ2xm4VPaPFwpwnvwOrM,100
|
|
6
|
+
passagemath_cliquer.libs/libcliquer-1-a532545d8f8d430abf391c0d9de45329.dll,sha256=pTJUXY-NQwq_ORwNneRTKT9a1J2SH1fuBd4840uwy7M,237737
|
|
7
|
+
sage/all__sagemath_cliquer.py,sha256=49MuOnRtbFOGtfAwxBj7LsBjeexiW4N7-HA3SjYe3ig,409
|
|
8
|
+
sage/graphs/all__sagemath_cliquer.py,sha256=Rby8pG2esTxBpJcnmT0FiU_RsBsT_mzMEXds-AjXrUI,46
|
|
9
|
+
sage/graphs/cliquer.pxd,sha256=NTJnYsne4hPSF65aG6CayHmkTJ3NwEJkngGTV3M7uQ0,654
|
|
10
|
+
sage/graphs/cliquer.pyd,sha256=hdwy0QFkpyEzCnO6OQeMJc6ycnoeC4LEtBv3Jf1I6fU,78336
|
|
11
|
+
sage/graphs/cliquer.pyx,sha256=H2IMZxZu8xeKynaefRM6_8zzCu-w4TVAtcrwp-07Z_U,9640
|
|
Binary file
|
sage/all__sagemath_cliquer.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# sage_setup: distribution = sagemath-cliquer
|
|
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_cliquer.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/cliquer.pyd
CHANGED
|
Binary file
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.11.1
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4p7jzo_t\\cp312-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-vv', '--custom-patch', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4p7jzo_t\\cp312-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-4p7jzo_t\\cp312-win_amd64\\built_wheel\\passagemath_cliquer-10.6.29-cp312-abi3-win_amd64.whl']
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
passagemath_cliquer-10.6.29.dist-info/DELVEWHEEL,sha256=bs15oz2CI1ieYEEvLIDAPZH57HV0G1z7loPxmWTSr_0,438
|
|
2
|
-
passagemath_cliquer-10.6.29.dist-info/METADATA,sha256=hWnM04eTHdwLht7CL1xz8f7f1MkkJMHZe9TnWSSUTGs,4942
|
|
3
|
-
passagemath_cliquer-10.6.29.dist-info/RECORD,,
|
|
4
|
-
passagemath_cliquer-10.6.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
-
passagemath_cliquer-10.6.29.dist-info/WHEEL,sha256=esMkmamTONcqY63yyR4EW44SJ2xm4VPaPFwpwnvwOrM,100
|
|
6
|
-
passagemath_cliquer.libs/libcliquer-1-79a2ff8b0cad91d3881dc3d9a3454276.dll,sha256=eaL_iwytkdOIHcPZo0VCdv3xuP2I_c8U1Ms9VhaKBJ0,237737
|
|
7
|
-
sage/all__sagemath_cliquer.py,sha256=NzxhsrKTryXb1wWMDtJiKkk-3xWV8dysKBlVrixQ8Is,409
|
|
8
|
-
sage/graphs/all__sagemath_cliquer.py,sha256=Rby8pG2esTxBpJcnmT0FiU_RsBsT_mzMEXds-AjXrUI,46
|
|
9
|
-
sage/graphs/cliquer.pxd,sha256=NTJnYsne4hPSF65aG6CayHmkTJ3NwEJkngGTV3M7uQ0,654
|
|
10
|
-
sage/graphs/cliquer.pyd,sha256=6bf1TFLVwl2I-bUJDFdqs-vhkx5wlfyKN4T5CqO82d0,78336
|
|
11
|
-
sage/graphs/cliquer.pyx,sha256=H2IMZxZu8xeKynaefRM6_8zzCu-w4TVAtcrwp-07Z_U,9640
|
|
File without changes
|
{passagemath_cliquer-10.6.29.dist-info → passagemath_cliquer-10.6.31rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|