passagemath-kenzo 10.6.28__tar.gz → 10.6.29__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-kenzo might be problematic. Click here for more details.

Files changed (19) hide show
  1. {passagemath_kenzo-10.6.28/passagemath_kenzo.egg-info → passagemath_kenzo-10.6.29}/PKG-INFO +4 -4
  2. passagemath_kenzo-10.6.29/VERSION.txt +1 -0
  3. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29/passagemath_kenzo.egg-info}/PKG-INFO +4 -4
  4. passagemath_kenzo-10.6.29/passagemath_kenzo.egg-info/requires.txt +6 -0
  5. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/pyproject.toml +8 -8
  6. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/setup.py +2 -1
  7. passagemath_kenzo-10.6.28/VERSION.txt +0 -1
  8. passagemath_kenzo-10.6.28/passagemath_kenzo.egg-info/requires.txt +0 -6
  9. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/MANIFEST.in +0 -0
  10. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/README.rst +0 -0
  11. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/passagemath_kenzo.egg-info/SOURCES.txt +0 -0
  12. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/passagemath_kenzo.egg-info/dependency_links.txt +0 -0
  13. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/passagemath_kenzo.egg-info/top_level.txt +0 -0
  14. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/sage/all__sagemath_kenzo.py +0 -0
  15. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/sage/interfaces/all__sagemath_kenzo.py +0 -0
  16. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/sage/interfaces/kenzo.py +0 -0
  17. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/sage/libs/all__sagemath_kenzo.py +0 -0
  18. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/sage/libs/kenzo.pyx +0 -0
  19. {passagemath_kenzo-10.6.28 → passagemath_kenzo-10.6.29}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-kenzo
3
- Version: 10.6.28
3
+ Version: 10.6.29
4
4
  Summary: passagemath: Topological spaces and homology groups with kenzo
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -28,9 +28,9 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.10
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-ecl~=10.6.28.0
32
- Requires-Dist: passagemath-graphs~=10.6.28.0
33
- Requires-Dist: passagemath-modules~=10.6.28.0
31
+ Requires-Dist: passagemath-ecl~=10.6.29.0
32
+ Requires-Dist: passagemath-graphs~=10.6.29.0
33
+ Requires-Dist: passagemath-modules~=10.6.29.0
34
34
  Provides-Extra: test
35
35
  Requires-Dist: passagemath-repl; extra == "test"
36
36
 
@@ -0,0 +1 @@
1
+ 10.6.29
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-kenzo
3
- Version: 10.6.28
3
+ Version: 10.6.29
4
4
  Summary: passagemath: Topological spaces and homology groups with kenzo
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -28,9 +28,9 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.10
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-ecl~=10.6.28.0
32
- Requires-Dist: passagemath-graphs~=10.6.28.0
33
- Requires-Dist: passagemath-modules~=10.6.28.0
31
+ Requires-Dist: passagemath-ecl~=10.6.29.0
32
+ Requires-Dist: passagemath-graphs~=10.6.29.0
33
+ Requires-Dist: passagemath-modules~=10.6.29.0
34
34
  Provides-Extra: test
35
35
  Requires-Dist: passagemath-repl; extra == "test"
36
36
 
@@ -0,0 +1,6 @@
1
+ passagemath-ecl~=10.6.29.0
2
+ passagemath-graphs~=10.6.29.0
3
+ passagemath-modules~=10.6.29.0
4
+
5
+ [test]
6
+ passagemath-repl
@@ -3,11 +3,11 @@
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
5
  'pkgconfig',
6
- 'passagemath-conf ~= 10.6.28.0 ; sys_platform != "win32"',
7
- 'passagemath-setup ~= 10.6.28.0',
8
- 'passagemath-categories ~= 10.6.28.0',
9
- 'passagemath-environment ~= 10.6.28.0',
10
- 'passagemath-objects ~= 10.6.28.0',
6
+ 'passagemath-conf ~= 10.6.29.0 ; sys_platform != "win32"',
7
+ 'passagemath-setup ~= 10.6.29.0',
8
+ 'passagemath-categories ~= 10.6.29.0',
9
+ 'passagemath-environment ~= 10.6.29.0',
10
+ 'passagemath-objects ~= 10.6.29.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
  ]
@@ -17,9 +17,9 @@ build-backend = "setuptools.build_meta"
17
17
  name = "passagemath-kenzo"
18
18
  description = "passagemath: Topological spaces and homology groups with kenzo"
19
19
  dependencies = [
20
- 'passagemath-ecl ~= 10.6.28.0',
21
- 'passagemath-graphs ~= 10.6.28.0',
22
- 'passagemath-modules ~= 10.6.28.0',
20
+ 'passagemath-ecl ~= 10.6.29.0',
21
+ 'passagemath-graphs ~= 10.6.29.0',
22
+ 'passagemath-modules ~= 10.6.29.0',
23
23
  ]
24
24
  dynamic = ["version"]
25
25
  license = "GPL-2.0-or-later"
@@ -9,4 +9,5 @@ from sage_setup import sage_setup
9
9
 
10
10
  sage_setup(['sagemath-kenzo'],
11
11
  spkgs=['kenzo'],
12
- package_data={})
12
+ package_data={},
13
+ py_limited_api=True)
@@ -1 +0,0 @@
1
- 10.6.28
@@ -1,6 +0,0 @@
1
- passagemath-ecl~=10.6.28.0
2
- passagemath-graphs~=10.6.28.0
3
- passagemath-modules~=10.6.28.0
4
-
5
- [test]
6
- passagemath-repl