passagemath-cmr 10.6.31rc2__tar.gz → 10.6.33__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.31rc2/passagemath_cmr.egg-info → passagemath_cmr-10.6.33}/PKG-INFO +7 -6
  2. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/README.rst +1 -0
  3. passagemath_cmr-10.6.33/VERSION.txt +1 -0
  4. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33/passagemath_cmr.egg-info}/PKG-INFO +7 -6
  5. passagemath_cmr-10.6.33/passagemath_cmr.egg-info/requires.txt +10 -0
  6. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/pyproject.toml +10 -10
  7. passagemath_cmr-10.6.31rc2/VERSION.txt +0 -1
  8. passagemath_cmr-10.6.31rc2/passagemath_cmr.egg-info/requires.txt +0 -10
  9. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/MANIFEST.in +0 -0
  10. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/passagemath_cmr.egg-info/SOURCES.txt +0 -0
  11. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/passagemath_cmr.egg-info/dependency_links.txt +0 -0
  12. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/passagemath_cmr.egg-info/top_level.txt +0 -0
  13. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/all__sagemath_cmr.py +0 -0
  14. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/libs/all__sagemath_cmr.py +0 -0
  15. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/libs/cmr/__init__.py +0 -0
  16. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/libs/cmr/cmr.pxd +0 -0
  17. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/libs/cmr/cmr.pyx +0 -0
  18. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/matrix/all__sagemath_cmr.py +0 -0
  19. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/matrix/matrix_cmr_sparse.pxd +0 -0
  20. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/matrix/matrix_cmr_sparse.pyx +0 -0
  21. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/matrix/seymour_decomposition.pxd +0 -0
  22. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/sage/matrix/seymour_decomposition.pyx +0 -0
  23. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/setup.cfg +0 -0
  24. {passagemath_cmr-10.6.31rc2 → passagemath_cmr-10.6.33}/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.33
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.33.0
35
+ Requires-Dist: passagemath-graphs~=10.6.33.0
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.33.0; extra == "test"
38
+ Requires-Dist: passagemath-pari~=10.6.33.0; extra == "test"
39
39
 
40
40
  ==========================================================================
41
41
  passagemath: Combinatorial matrix recognition
@@ -141,6 +141,7 @@ Development
141
141
  passagemath $ source ./.homebrew-build-env # on macOS when homebrew is in use
142
142
  passagemath $ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/wsl/lib # on WSL
143
143
  passagemath $ export PIP_CONSTRAINT="$(pwd)/constraints_cmr.txt"
144
+ passagemath $ export PIP_BUILD_CONSTRAINT="$(pwd)/constraints_cmr.txt"
144
145
  passagemath $ echo "passagemath-categories @ file://$(pwd)/pkgs/sagemath-categories" >> constraints_cmr.txt
145
146
  passagemath $ echo "passagemath-modules @ file://$(pwd)/pkgs/sagemath-modules" >> constraints_cmr.txt
146
147
  passagemath $ python3 -m venv cmr-venv
@@ -102,6 +102,7 @@ Development
102
102
  passagemath $ source ./.homebrew-build-env # on macOS when homebrew is in use
103
103
  passagemath $ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/wsl/lib # on WSL
104
104
  passagemath $ export PIP_CONSTRAINT="$(pwd)/constraints_cmr.txt"
105
+ passagemath $ export PIP_BUILD_CONSTRAINT="$(pwd)/constraints_cmr.txt"
105
106
  passagemath $ echo "passagemath-categories @ file://$(pwd)/pkgs/sagemath-categories" >> constraints_cmr.txt
106
107
  passagemath $ echo "passagemath-modules @ file://$(pwd)/pkgs/sagemath-modules" >> constraints_cmr.txt
107
108
  passagemath $ python3 -m venv cmr-venv
@@ -0,0 +1 @@
1
+ 10.6.33
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-cmr
3
- Version: 10.6.31rc2
3
+ Version: 10.6.33
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.33.0
35
+ Requires-Dist: passagemath-graphs~=10.6.33.0
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.33.0; extra == "test"
38
+ Requires-Dist: passagemath-pari~=10.6.33.0; extra == "test"
39
39
 
40
40
  ==========================================================================
41
41
  passagemath: Combinatorial matrix recognition
@@ -141,6 +141,7 @@ Development
141
141
  passagemath $ source ./.homebrew-build-env # on macOS when homebrew is in use
142
142
  passagemath $ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/wsl/lib # on WSL
143
143
  passagemath $ export PIP_CONSTRAINT="$(pwd)/constraints_cmr.txt"
144
+ passagemath $ export PIP_BUILD_CONSTRAINT="$(pwd)/constraints_cmr.txt"
144
145
  passagemath $ echo "passagemath-categories @ file://$(pwd)/pkgs/sagemath-categories" >> constraints_cmr.txt
145
146
  passagemath $ echo "passagemath-modules @ file://$(pwd)/pkgs/sagemath-modules" >> constraints_cmr.txt
146
147
  passagemath $ python3 -m venv cmr-venv
@@ -0,0 +1,10 @@
1
+ cysignals!=1.12.0,>=1.11.2
2
+ passagemath-modules~=10.6.33.0
3
+ passagemath-graphs~=10.6.33.0
4
+
5
+ [:sys_platform == "win32"]
6
+ cysignals<1.12.4
7
+
8
+ [test]
9
+ passagemath-repl~=10.6.33.0
10
+ passagemath-pari~=10.6.33.0
@@ -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.33.0 ; sys_platform != "win32"',
6
+ 'passagemath-setup ~= 10.6.33.0',
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.33.0',
9
+ 'passagemath-modules ~= 10.6.33.0',
10
+ 'passagemath-graphs ~= 10.6.33.0',
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.33.0',
22
+ 'passagemath-graphs ~= 10.6.33.0',
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.33.0',
62
+ 'passagemath-pari ~= 10.6.33.0',
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