passagemath-cmr 10.6.30__tar.gz → 10.6.31rc2__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.
Files changed (24) hide show
  1. {passagemath_cmr-10.6.30/passagemath_cmr.egg-info → passagemath_cmr-10.6.31rc2}/PKG-INFO +5 -5
  2. passagemath_cmr-10.6.31rc2/VERSION.txt +1 -0
  3. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2/passagemath_cmr.egg-info}/PKG-INFO +5 -5
  4. passagemath_cmr-10.6.31rc2/passagemath_cmr.egg-info/requires.txt +10 -0
  5. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/pyproject.toml +9 -9
  6. passagemath_cmr-10.6.30/VERSION.txt +0 -1
  7. passagemath_cmr-10.6.30/passagemath_cmr.egg-info/requires.txt +0 -10
  8. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/MANIFEST.in +0 -0
  9. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/README.rst +0 -0
  10. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/passagemath_cmr.egg-info/SOURCES.txt +0 -0
  11. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/passagemath_cmr.egg-info/dependency_links.txt +0 -0
  12. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/passagemath_cmr.egg-info/top_level.txt +0 -0
  13. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/all__sagemath_cmr.py +0 -0
  14. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/libs/all__sagemath_cmr.py +0 -0
  15. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/libs/cmr/__init__.py +0 -0
  16. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/libs/cmr/cmr.pxd +0 -0
  17. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/libs/cmr/cmr.pyx +0 -0
  18. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/matrix/all__sagemath_cmr.py +0 -0
  19. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/matrix/matrix_cmr_sparse.pxd +0 -0
  20. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/matrix/matrix_cmr_sparse.pyx +0 -0
  21. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/matrix/seymour_decomposition.pxd +0 -0
  22. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/sage/matrix/seymour_decomposition.pyx +0 -0
  23. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/setup.cfg +0 -0
  24. {passagemath_cmr-10.6.30 → passagemath_cmr-10.6.31rc2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-cmr
3
- Version: 10.6.30
3
+ Version: 10.6.31rc2
4
4
  Summary: passagemath: Combinatorial matrix recognition
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -31,11 +31,11 @@ Requires-Python: <3.14,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
32
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
- Requires-Dist: passagemath-modules~=10.6.30.0
35
- Requires-Dist: passagemath-graphs~=10.6.30.0
34
+ Requires-Dist: passagemath-modules==10.6.31rc2
35
+ Requires-Dist: passagemath-graphs==10.6.31rc2
36
36
  Provides-Extra: test
37
- Requires-Dist: passagemath-repl~=10.6.30.0; extra == "test"
38
- Requires-Dist: passagemath-pari~=10.6.30.0; extra == "test"
37
+ Requires-Dist: passagemath-repl==10.6.31rc2; extra == "test"
38
+ Requires-Dist: passagemath-pari==10.6.31rc2; extra == "test"
39
39
 
40
40
  ==========================================================================
41
41
  passagemath: Combinatorial matrix recognition
@@ -0,0 +1 @@
1
+ 10.6.31.rc2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-cmr
3
- Version: 10.6.30
3
+ Version: 10.6.31rc2
4
4
  Summary: passagemath: Combinatorial matrix recognition
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -31,11 +31,11 @@ Requires-Python: <3.14,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
32
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
- Requires-Dist: passagemath-modules~=10.6.30.0
35
- Requires-Dist: passagemath-graphs~=10.6.30.0
34
+ Requires-Dist: passagemath-modules==10.6.31rc2
35
+ Requires-Dist: passagemath-graphs==10.6.31rc2
36
36
  Provides-Extra: test
37
- Requires-Dist: passagemath-repl~=10.6.30.0; extra == "test"
38
- Requires-Dist: passagemath-pari~=10.6.30.0; extra == "test"
37
+ Requires-Dist: passagemath-repl==10.6.31rc2; extra == "test"
38
+ Requires-Dist: passagemath-pari==10.6.31rc2; extra == "test"
39
39
 
40
40
  ==========================================================================
41
41
  passagemath: Combinatorial matrix recognition
@@ -0,0 +1,10 @@
1
+ cysignals!=1.12.0,>=1.11.2
2
+ passagemath-modules==10.6.31rc2
3
+ passagemath-graphs==10.6.31rc2
4
+
5
+ [:sys_platform == "win32"]
6
+ cysignals<1.12.4
7
+
8
+ [test]
9
+ passagemath-repl==10.6.31rc2
10
+ passagemath-pari==10.6.31rc2
@@ -2,12 +2,12 @@
2
2
  # Minimum requirements for the build system to execute.
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
- 'passagemath-conf ~= 10.6.30.0 ; sys_platform != "win32"',
6
- 'passagemath-setup ~= 10.6.30.0',
5
+ 'passagemath-conf == 10.6.31rc2 ; sys_platform != "win32"',
6
+ 'passagemath-setup == 10.6.31rc2',
7
7
  'pkgconfig',
8
- 'passagemath-environment ~= 10.6.30.0',
9
- 'passagemath-modules ~= 10.6.30.0',
10
- 'passagemath-graphs ~= 10.6.30.0',
8
+ 'passagemath-environment == 10.6.31rc2',
9
+ 'passagemath-modules == 10.6.31rc2',
10
+ 'passagemath-graphs == 10.6.31rc2',
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
  ]
@@ -18,8 +18,8 @@ name = "passagemath-cmr"
18
18
  description = "passagemath: Combinatorial matrix recognition"
19
19
  dependencies = [
20
20
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
21
- 'passagemath-modules ~= 10.6.30.0',
22
- 'passagemath-graphs ~= 10.6.30.0',
21
+ 'passagemath-modules == 10.6.31rc2',
22
+ 'passagemath-graphs == 10.6.31rc2',
23
23
  ]
24
24
  dynamic = ["version"]
25
25
  license = "GPL-2.0-or-later"
@@ -58,8 +58,8 @@ documentation = "https://passagemath.org/docs/latest"
58
58
 
59
59
  [project.optional-dependencies]
60
60
  test = [
61
- 'passagemath-repl ~= 10.6.30.0',
62
- 'passagemath-pari ~= 10.6.30.0',
61
+ 'passagemath-repl == 10.6.31rc2',
62
+ 'passagemath-pari == 10.6.31rc2',
63
63
  ]
64
64
 
65
65
  [project.readme]
@@ -1 +0,0 @@
1
- 10.6.30
@@ -1,10 +0,0 @@
1
- cysignals!=1.12.0,>=1.11.2
2
- passagemath-modules~=10.6.30.0
3
- passagemath-graphs~=10.6.30.0
4
-
5
- [:sys_platform == "win32"]
6
- cysignals<1.12.4
7
-
8
- [test]
9
- passagemath-repl~=10.6.30.0
10
- passagemath-pari~=10.6.30.0