passagemath-planarity 10.6.31rc1__tar.gz → 10.6.31rc3__tar.gz
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.31rc1/passagemath_planarity.egg-info → passagemath_planarity-10.6.31rc3}/PKG-INFO +2 -2
- passagemath_planarity-10.6.31rc3/VERSION.txt +1 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3/passagemath_planarity.egg-info}/PKG-INFO +2 -2
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/pyproject.toml +4 -4
- passagemath_planarity-10.6.31rc1/VERSION.txt +0 -1
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/MANIFEST.in +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/README.rst +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/passagemath_planarity.egg-info/SOURCES.txt +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/passagemath_planarity.egg-info/dependency_links.txt +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/passagemath_planarity.egg-info/requires.txt +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/passagemath_planarity.egg-info/top_level.txt +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/sage/all__sagemath_planarity.py +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/sage/graphs/all__sagemath_planarity.py +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/sage/graphs/planarity.pyx +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/setup.cfg +0 -0
- {passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-planarity
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc3
|
|
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
|
|
@@ -27,7 +27,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.13
|
|
28
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
32
|
Requires-Dist: passagemath-graphs
|
|
33
33
|
Provides-Extra: test
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.6.31.rc3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-planarity
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.31rc3
|
|
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
|
|
@@ -27,7 +27,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.13
|
|
28
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
32
|
Requires-Dist: passagemath-graphs
|
|
33
33
|
Provides-Extra: test
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# Minimum requirements for the build system to execute.
|
|
3
3
|
requires = [
|
|
4
4
|
'setuptools >= 77.0.0',
|
|
5
|
-
'passagemath-conf == 10.6.
|
|
6
|
-
'passagemath-setup == 10.6.
|
|
7
|
-
'passagemath-environment == 10.6.
|
|
5
|
+
'passagemath-conf == 10.6.31rc3 ; sys_platform != "win32"',
|
|
6
|
+
'passagemath-setup == 10.6.31rc3',
|
|
7
|
+
'passagemath-environment == 10.6.31rc3',
|
|
8
8
|
'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
|
|
9
9
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
10
10
|
'pkgconfig',
|
|
@@ -40,7 +40,7 @@ classifiers = [
|
|
|
40
40
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
41
41
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
42
42
|
]
|
|
43
|
-
requires-python = ">=3.10, <3.
|
|
43
|
+
requires-python = ">=3.10, <3.15"
|
|
44
44
|
|
|
45
45
|
[project.urls]
|
|
46
46
|
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.31.rc1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_planarity-10.6.31rc1 → passagemath_planarity-10.6.31rc3}/sage/graphs/planarity.pyx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|