passagemath-rankwidth 10.6.20__cp310-cp310-musllinux_1_2_x86_64.whl → 10.6.42__cp310-cp310-musllinux_1_2_x86_64.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.
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-rankwidth
2
+
3
+ from sage.all__sagemath_rankwidth import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-rankwidth
3
- Version: 10.6.20
3
+ Version: 10.6.42
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
@@ -25,9 +25,10 @@ Classifier: Programming Language :: Python :: 3.10
25
25
  Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Programming Language :: Python :: 3.12
27
27
  Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
28
29
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
30
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.10
31
+ Requires-Python: <3.15,>=3.10
31
32
  Description-Content-Type: text/x-rst
32
33
  Requires-Dist: passagemath-graphs
33
34
  Provides-Extra: test
@@ -79,7 +80,7 @@ the passagemath distributions. Use of the full functionality of passagemath
79
80
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
80
81
  or virtualization.
81
82
 
82
- The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
83
84
 
84
85
 
85
86
  About this pip-installable distribution package
@@ -105,7 +106,7 @@ Examples
105
106
 
106
107
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-rankwidth[test]" ipython
107
108
 
108
- In [1]: from sage.all__sagemath_rankwidth import *
109
+ In [1]: from passagemath_rankwidth import *
109
110
 
110
111
  In [2]: g = graphs.PetersenGraph()
111
112
 
@@ -1,10 +1,11 @@
1
+ passagemath_rankwidth/__init__.py,sha256=R8c9YuGWpzmOs0rd6XMhmHjC8OLrFv95lX0IqU146Wg,92
1
2
  passagemath_rankwidth.libs/librw-1be63212.so.0.0.0,sha256=dn03q0s3zgBYlVCAz_kEtHGZlj4mjn0scU_lDtobU5g,32185
2
3
  sage/all__sagemath_rankwidth.py,sha256=9OKCYFCtD-gDbbKmGnvLqMUg3gaTZ4wvHq8dv5kTdUU,109
3
4
  sage/graphs/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
4
5
  sage/graphs/graph_decompositions/all__sagemath_rankwidth.py,sha256=8AgBFcKFGDJyb66yQXgMGdZE8BK4Q0Mj3r0uHtIvCJg,48
5
- sage/graphs/graph_decompositions/rankwidth.cpython-310-x86_64-linux-gnu.so,sha256=p4O58xOtY8p3iSJWQVJyNKVOCR9w3QIY5nBlWm7VAWg,451801
6
+ sage/graphs/graph_decompositions/rankwidth.cpython-310-x86_64-linux-gnu.so,sha256=dlNEmMQ9K3iM1Fwlqe3fL-A_-G_HOOrlDccN3O9EF1Y,472569
6
7
  sage/graphs/graph_decompositions/rankwidth.pyx,sha256=XLgr3jaejMtypTubVJBHVrLLTmr0XYyBZeLSNTssV5c,10031
7
- passagemath_rankwidth-10.6.20.dist-info/METADATA,sha256=iocn9Mo4RCLuGSucsGmj1S7j-RaR5I7SjhqOzTb-BgQ,4932
8
- passagemath_rankwidth-10.6.20.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
9
- passagemath_rankwidth-10.6.20.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
10
- passagemath_rankwidth-10.6.20.dist-info/RECORD,,
8
+ passagemath_rankwidth-10.6.42.dist-info/METADATA,sha256=6lBNIueQieAILMOWfkqiI_P2ta1odVYGQ90isfbhSHo,4976
9
+ passagemath_rankwidth-10.6.42.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
10
+ passagemath_rankwidth-10.6.42.dist-info/top_level.txt,sha256=fBLflVh_5kF3NqatPHMMyKd3Ygl7dHOfaBaLFrvPtHA,28
11
+ passagemath_rankwidth-10.6.42.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_rankwidth
3
+ sage
@@ -1,2 +0,0 @@
1
-
2
- sage