passagemath-database-stein-watkins 10.6.40__tar.gz → 10.6.42__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.
- {passagemath_database_stein_watkins-10.6.40/passagemath_database_stein_watkins.egg-info → passagemath_database_stein_watkins-10.6.42}/PKG-INFO +5 -5
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/README.rst +1 -1
- passagemath_database_stein_watkins-10.6.42/VERSION.txt +1 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42/passagemath_database_stein_watkins.egg-info}/PKG-INFO +5 -5
- passagemath_database_stein_watkins-10.6.42/passagemath_database_stein_watkins.egg-info/requires.txt +5 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/pyproject.toml +6 -6
- passagemath_database_stein_watkins-10.6.40/VERSION.txt +0 -1
- passagemath_database_stein_watkins-10.6.40/passagemath_database_stein_watkins.egg-info/requires.txt +0 -5
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/MANIFEST.in +0 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/passagemath_database_stein_watkins.egg-info/SOURCES.txt +0 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/passagemath_database_stein_watkins.egg-info/dependency_links.txt +0 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/passagemath_database_stein_watkins.egg-info/top_level.txt +0 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/setup.cfg +0 -0
- {passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-database-stein-watkins
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.42
|
|
4
4
|
Summary: passagemath: The Stein-Watkins database of elliptic curves (full version)
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -29,9 +29,9 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
30
|
Requires-Python: <3.15,>=3.10
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
|
-
Requires-Dist: passagemath-conf~=10.6.
|
|
33
|
-
Requires-Dist: passagemath-environment~=10.6.
|
|
34
|
-
Requires-Dist: passagemath-database-stein-watkins-mini~=10.6.
|
|
32
|
+
Requires-Dist: passagemath-conf~=10.6.42.0; sys_platform != "win32"
|
|
33
|
+
Requires-Dist: passagemath-environment~=10.6.42.0
|
|
34
|
+
Requires-Dist: passagemath-database-stein-watkins-mini~=10.6.42.0
|
|
35
35
|
|
|
36
36
|
===========================================================================
|
|
37
37
|
passagemath: The Stein-Watkins database of elliptic curves (full version)
|
|
@@ -79,7 +79,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
79
79
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
80
80
|
or virtualization.
|
|
81
81
|
|
|
82
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
82
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
About this pip-installable distribution package
|
{passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/README.rst
RENAMED
|
@@ -44,7 +44,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
44
44
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
45
45
|
or virtualization.
|
|
46
46
|
|
|
47
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
47
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
About this pip-installable distribution package
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.6.42
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-database-stein-watkins
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.42
|
|
4
4
|
Summary: passagemath: The Stein-Watkins database of elliptic curves (full version)
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -29,9 +29,9 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
30
|
Requires-Python: <3.15,>=3.10
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
|
-
Requires-Dist: passagemath-conf~=10.6.
|
|
33
|
-
Requires-Dist: passagemath-environment~=10.6.
|
|
34
|
-
Requires-Dist: passagemath-database-stein-watkins-mini~=10.6.
|
|
32
|
+
Requires-Dist: passagemath-conf~=10.6.42.0; sys_platform != "win32"
|
|
33
|
+
Requires-Dist: passagemath-environment~=10.6.42.0
|
|
34
|
+
Requires-Dist: passagemath-database-stein-watkins-mini~=10.6.42.0
|
|
35
35
|
|
|
36
36
|
===========================================================================
|
|
37
37
|
passagemath: The Stein-Watkins database of elliptic curves (full version)
|
|
@@ -79,7 +79,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
79
79
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
80
80
|
or virtualization.
|
|
81
81
|
|
|
82
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
82
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
About this pip-installable distribution package
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# Minimum requirements for the build system to execute.
|
|
3
3
|
requires = [
|
|
4
4
|
'setuptools >= 77.0.0',
|
|
5
|
-
'passagemath-setup ~= 10.6.
|
|
6
|
-
'passagemath-conf ~= 10.6.
|
|
7
|
-
'passagemath-environment ~= 10.6.
|
|
5
|
+
'passagemath-setup ~= 10.6.42.0',
|
|
6
|
+
'passagemath-conf ~= 10.6.42.0 ; sys_platform != "win32"',
|
|
7
|
+
'passagemath-environment ~= 10.6.42.0',
|
|
8
8
|
]
|
|
9
9
|
build-backend = "setuptools.build_meta"
|
|
10
10
|
|
|
@@ -12,9 +12,9 @@ build-backend = "setuptools.build_meta"
|
|
|
12
12
|
name = "passagemath-database-stein-watkins"
|
|
13
13
|
description = "passagemath: The Stein-Watkins database of elliptic curves (full version)"
|
|
14
14
|
dependencies = [
|
|
15
|
-
'passagemath-conf ~= 10.6.
|
|
16
|
-
'passagemath-environment ~= 10.6.
|
|
17
|
-
'passagemath-database-stein-watkins-mini ~= 10.6.
|
|
15
|
+
'passagemath-conf ~= 10.6.42.0 ; sys_platform != "win32"',
|
|
16
|
+
'passagemath-environment ~= 10.6.42.0',
|
|
17
|
+
'passagemath-database-stein-watkins-mini ~= 10.6.42.0',
|
|
18
18
|
]
|
|
19
19
|
dynamic = ["version"]
|
|
20
20
|
license = "GPL-2.0-or-later"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.40
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/setup.cfg
RENAMED
|
File without changes
|
{passagemath_database_stein_watkins-10.6.40 → passagemath_database_stein_watkins-10.6.42}/setup.py
RENAMED
|
File without changes
|