passagemath-cliquer 10.6.30.post1__tar.gz → 10.6.31rc1__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.
- {passagemath_cliquer-10.6.30.post1/passagemath_cliquer.egg-info → passagemath_cliquer-10.6.31rc1}/PKG-INFO +1 -1
- passagemath_cliquer-10.6.31rc1/VERSION.txt +1 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1/passagemath_cliquer.egg-info}/PKG-INFO +1 -1
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/pyproject.toml +5 -5
- passagemath_cliquer-10.6.30.post1/VERSION.txt +0 -1
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/MANIFEST.in +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/README.rst +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/passagemath_cliquer.egg-info/SOURCES.txt +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/passagemath_cliquer.egg-info/dependency_links.txt +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/passagemath_cliquer.egg-info/requires.txt +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/passagemath_cliquer.egg-info/top_level.txt +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/all__sagemath_cliquer.py +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/all__sagemath_cliquer.py +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/cliquer/cl.c +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/cliquer.pxd +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/cliquer.pyx +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/setup.cfg +0 -0
- {passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/setup.py +0 -0
|
@@ -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 @@
|
|
|
1
|
+
10.6.31.rc1
|
|
@@ -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
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
requires = [
|
|
4
4
|
'setuptools >= 77.0.0',
|
|
5
5
|
'pkgconfig',
|
|
6
|
-
'passagemath-conf
|
|
7
|
-
'passagemath-setup
|
|
8
|
-
'passagemath-categories
|
|
9
|
-
'passagemath-environment
|
|
10
|
-
'passagemath-objects
|
|
6
|
+
'passagemath-conf == 10.6.31rc1 ; sys_platform != "win32"',
|
|
7
|
+
'passagemath-setup == 10.6.31rc1',
|
|
8
|
+
'passagemath-categories == 10.6.31rc1',
|
|
9
|
+
'passagemath-environment == 10.6.31rc1',
|
|
10
|
+
'passagemath-objects == 10.6.31rc1',
|
|
11
11
|
'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
|
|
12
12
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
13
13
|
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.30.post1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/all__sagemath_cliquer.py
RENAMED
|
File without changes
|
|
File without changes
|
{passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/cliquer/cl.c
RENAMED
|
File without changes
|
{passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/cliquer.pxd
RENAMED
|
File without changes
|
{passagemath_cliquer-10.6.30.post1 → passagemath_cliquer-10.6.31rc1}/sage/graphs/cliquer.pyx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|