passagemath-cmr 10.6.31rc2__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-cmr might be problematic. Click here for more details.

Files changed (24) hide show
  1. {passagemath_cmr-10.6.31rc2/passagemath_cmr.egg-info → passagemath_cmr-10.6.31rc3}/PKG-INFO +6 -6
  2. passagemath_cmr-10.6.31rc3/VERSION.txt +1 -0
  3. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3/passagemath_cmr.egg-info}/PKG-INFO +6 -6
  4. passagemath_cmr-10.6.31rc3/passagemath_cmr.egg-info/requires.txt +10 -0
  5. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/pyproject.toml +10 -10
  6. passagemath_cmr-10.6.31rc2/VERSION.txt +0 -1
  7. passagemath_cmr-10.6.31rc2/passagemath_cmr.egg-info/requires.txt +0 -10
  8. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/MANIFEST.in +0 -0
  9. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/README.rst +0 -0
  10. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/passagemath_cmr.egg-info/SOURCES.txt +0 -0
  11. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/passagemath_cmr.egg-info/dependency_links.txt +0 -0
  12. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/passagemath_cmr.egg-info/top_level.txt +0 -0
  13. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/all__sagemath_cmr.py +0 -0
  14. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/libs/all__sagemath_cmr.py +0 -0
  15. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/libs/cmr/__init__.py +0 -0
  16. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/libs/cmr/cmr.pxd +0 -0
  17. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/libs/cmr/cmr.pyx +0 -0
  18. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/matrix/all__sagemath_cmr.py +0 -0
  19. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/matrix/matrix_cmr_sparse.pxd +0 -0
  20. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/matrix/matrix_cmr_sparse.pyx +0 -0
  21. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/matrix/seymour_decomposition.pxd +0 -0
  22. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/sage/matrix/seymour_decomposition.pyx +0 -0
  23. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/setup.cfg +0 -0
  24. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.31rc3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-cmr
3
- Version: 10.6.31rc2
3
+ Version: 10.6.31rc3
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
@@ -27,15 +27,15 @@ 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.14,>=3.10
30
+ Requires-Python: <3.15,>=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.31rc2
35
- Requires-Dist: passagemath-graphs==10.6.31rc2
34
+ Requires-Dist: passagemath-modules==10.6.31rc3
35
+ Requires-Dist: passagemath-graphs==10.6.31rc3
36
36
  Provides-Extra: test
37
- Requires-Dist: passagemath-repl==10.6.31rc2; extra == "test"
38
- Requires-Dist: passagemath-pari==10.6.31rc2; extra == "test"
37
+ Requires-Dist: passagemath-repl==10.6.31rc3; extra == "test"
38
+ Requires-Dist: passagemath-pari==10.6.31rc3; extra == "test"
39
39
 
40
40
  ==========================================================================
41
41
  passagemath: Combinatorial matrix recognition
@@ -0,0 +1 @@
1
+ 10.6.31.rc3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-cmr
3
- Version: 10.6.31rc2
3
+ Version: 10.6.31rc3
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
@@ -27,15 +27,15 @@ 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.14,>=3.10
30
+ Requires-Python: <3.15,>=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.31rc2
35
- Requires-Dist: passagemath-graphs==10.6.31rc2
34
+ Requires-Dist: passagemath-modules==10.6.31rc3
35
+ Requires-Dist: passagemath-graphs==10.6.31rc3
36
36
  Provides-Extra: test
37
- Requires-Dist: passagemath-repl==10.6.31rc2; extra == "test"
38
- Requires-Dist: passagemath-pari==10.6.31rc2; extra == "test"
37
+ Requires-Dist: passagemath-repl==10.6.31rc3; extra == "test"
38
+ Requires-Dist: passagemath-pari==10.6.31rc3; 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.31rc3
3
+ passagemath-graphs==10.6.31rc3
4
+
5
+ [:sys_platform == "win32"]
6
+ cysignals<1.12.4
7
+
8
+ [test]
9
+ passagemath-repl==10.6.31rc3
10
+ passagemath-pari==10.6.31rc3
@@ -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.31rc2 ; sys_platform != "win32"',
6
- 'passagemath-setup == 10.6.31rc2',
5
+ 'passagemath-conf == 10.6.31rc3 ; sys_platform != "win32"',
6
+ 'passagemath-setup == 10.6.31rc3',
7
7
  'pkgconfig',
8
- 'passagemath-environment == 10.6.31rc2',
9
- 'passagemath-modules == 10.6.31rc2',
10
- 'passagemath-graphs == 10.6.31rc2',
8
+ 'passagemath-environment == 10.6.31rc3',
9
+ 'passagemath-modules == 10.6.31rc3',
10
+ 'passagemath-graphs == 10.6.31rc3',
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.31rc2',
22
- 'passagemath-graphs == 10.6.31rc2',
21
+ 'passagemath-modules == 10.6.31rc3',
22
+ 'passagemath-graphs == 10.6.31rc3',
23
23
  ]
24
24
  dynamic = ["version"]
25
25
  license = "GPL-2.0-or-later"
@@ -44,7 +44,7 @@ classifiers = [
44
44
  "Programming Language :: Python :: Implementation :: CPython",
45
45
  "Topic :: Scientific/Engineering :: Mathematics",
46
46
  ]
47
- requires-python = ">=3.10, <3.14"
47
+ requires-python = ">=3.10, <3.15"
48
48
 
49
49
  [project.urls]
50
50
  "release notes" = "https://github.com/passagemath/passagemath/releases"
@@ -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.31rc2',
62
- 'passagemath-pari == 10.6.31rc2',
61
+ 'passagemath-repl == 10.6.31rc3',
62
+ 'passagemath-pari == 10.6.31rc3',
63
63
  ]
64
64
 
65
65
  [project.readme]
@@ -1 +0,0 @@
1
- 10.6.31.rc2
@@ -1,10 +0,0 @@
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