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

Files changed (31) hide show
  1. {passagemath_eclib-10.6.27/passagemath_eclib.egg-info → passagemath_eclib-10.6.28}/PKG-INFO +4 -4
  2. passagemath_eclib-10.6.28/VERSION.txt +1 -0
  3. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28/passagemath_eclib.egg-info}/PKG-INFO +4 -4
  4. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/passagemath_eclib.egg-info/requires.txt +3 -3
  5. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/pyproject.toml +13 -13
  6. passagemath_eclib-10.6.27/VERSION.txt +0 -1
  7. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/MANIFEST.in +0 -0
  8. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/README.rst +0 -0
  9. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/passagemath_eclib.egg-info/SOURCES.txt +0 -0
  10. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/passagemath_eclib.egg-info/dependency_links.txt +0 -0
  11. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/passagemath_eclib.egg-info/top_level.txt +0 -0
  12. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/all__sagemath_eclib.py +0 -0
  13. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/interfaces/all__sagemath_eclib.py +0 -0
  14. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/interfaces/mwrank.py +0 -0
  15. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/all__sagemath_eclib.py +0 -0
  16. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/__init__.pxd +0 -0
  17. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/__init__.py +0 -0
  18. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/all.py +0 -0
  19. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/constructor.py +0 -0
  20. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/homspace.pxd +0 -0
  21. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/homspace.pyx +0 -0
  22. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/interface.py +0 -0
  23. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/mat.pxd +0 -0
  24. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/mat.pyx +0 -0
  25. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/meson.build +0 -0
  26. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/mwrank.pyx +0 -0
  27. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/newforms.pxd +0 -0
  28. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/newforms.pyx +0 -0
  29. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/sage/libs/eclib/wrap.cpp +0 -0
  30. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/setup.cfg +0 -0
  31. {passagemath_eclib-10.6.27 → passagemath_eclib-10.6.28}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-eclib
3
- Version: 10.6.27
3
+ Version: 10.6.28
4
4
  Summary: passagemath: Elliptic curves over the rationals with eclib/mwrank
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-linbox~=10.6.27.0
32
- Requires-Dist: passagemath-modules~=10.6.27.0
33
- Requires-Dist: passagemath-ntl~=10.6.27.0
31
+ Requires-Dist: passagemath-linbox~=10.6.28.0
32
+ Requires-Dist: passagemath-modules~=10.6.28.0
33
+ Requires-Dist: passagemath-ntl~=10.6.28.0
34
34
  Requires-Dist: memory_allocator
35
35
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
36
36
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
@@ -0,0 +1 @@
1
+ 10.6.28
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-eclib
3
- Version: 10.6.27
3
+ Version: 10.6.28
4
4
  Summary: passagemath: Elliptic curves over the rationals with eclib/mwrank
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-linbox~=10.6.27.0
32
- Requires-Dist: passagemath-modules~=10.6.27.0
33
- Requires-Dist: passagemath-ntl~=10.6.27.0
31
+ Requires-Dist: passagemath-linbox~=10.6.28.0
32
+ Requires-Dist: passagemath-modules~=10.6.28.0
33
+ Requires-Dist: passagemath-ntl~=10.6.28.0
34
34
  Requires-Dist: memory_allocator
35
35
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
36
36
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
@@ -1,6 +1,6 @@
1
- passagemath-linbox~=10.6.27.0
2
- passagemath-modules~=10.6.27.0
3
- passagemath-ntl~=10.6.27.0
1
+ passagemath-linbox~=10.6.28.0
2
+ passagemath-modules~=10.6.28.0
3
+ passagemath-ntl~=10.6.28.0
4
4
  memory_allocator
5
5
  cysignals!=1.12.0,>=1.11.2
6
6
 
@@ -3,16 +3,16 @@
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
5
  'pkgconfig',
6
- 'passagemath-conf ~= 10.6.27.0 ; sys_platform != "win32"',
7
- 'passagemath-setup ~= 10.6.27.0',
8
- 'passagemath-categories ~= 10.6.27.0',
9
- 'passagemath-environment ~= 10.6.27.0',
10
- 'passagemath-linbox ~= 10.6.27.0',
11
- 'passagemath-modules ~= 10.6.27.0',
12
- 'passagemath-ntl ~= 10.6.27.0',
13
- 'passagemath-flint ~= 10.6.27.0',
14
- 'passagemath-objects ~= 10.6.27.0',
15
- 'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
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-linbox ~= 10.6.28.0',
11
+ 'passagemath-modules ~= 10.6.28.0',
12
+ 'passagemath-ntl ~= 10.6.28.0',
13
+ 'passagemath-flint ~= 10.6.28.0',
14
+ 'passagemath-objects ~= 10.6.28.0',
15
+ 'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
16
16
  'memory_allocator',
17
17
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
18
18
  ]
@@ -22,9 +22,9 @@ build-backend = "setuptools.build_meta"
22
22
  name = "passagemath-eclib"
23
23
  description = "passagemath: Elliptic curves over the rationals with eclib/mwrank"
24
24
  dependencies = [
25
- 'passagemath-linbox ~= 10.6.27.0',
26
- 'passagemath-modules ~= 10.6.27.0',
27
- 'passagemath-ntl ~= 10.6.27.0',
25
+ 'passagemath-linbox ~= 10.6.28.0',
26
+ 'passagemath-modules ~= 10.6.28.0',
27
+ 'passagemath-ntl ~= 10.6.28.0',
28
28
  'memory_allocator',
29
29
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
30
30
  ]
@@ -1 +0,0 @@
1
- 10.6.27