passagemath-database-cunningham 10.6.13__tar.gz → 10.8.1a1__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_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/MANIFEST.in +2 -0
- {passagemath_database_cunningham-10.6.13/passagemath_database_cunningham.egg-info → passagemath_database_cunningham-10.8.1a1}/PKG-INFO +6 -6
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/README.rst +1 -1
- passagemath_database_cunningham-10.8.1a1/VERSION.txt +1 -0
- passagemath_database_cunningham-10.8.1a1/passagemath_database_cunningham/__init__.py +3 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1/passagemath_database_cunningham.egg-info}/PKG-INFO +6 -6
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/passagemath_database_cunningham.egg-info/SOURCES.txt +1 -0
- passagemath_database_cunningham-10.8.1a1/passagemath_database_cunningham.egg-info/requires.txt +4 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/pyproject.toml +7 -7
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/sage/databases/cunningham_tables.py +9 -9
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/setup.py +1 -0
- passagemath_database_cunningham-10.6.13/VERSION.txt +0 -1
- passagemath_database_cunningham-10.6.13/passagemath_database_cunningham.egg-info/requires.txt +0 -4
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/passagemath_database_cunningham.egg-info/dependency_links.txt +0 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/passagemath_database_cunningham.egg-info/top_level.txt +0 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/repair_wheel.py +0 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/sage/all__sagemath_database_cunningham.py +0 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/sage/databases/all__sagemath_database_cunningham.py +0 -0
- {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-database-cunningham
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.8.1a1
|
|
4
4
|
Summary: passagemath: List of the prime numbers occuring in the Cunningham table
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -20,16 +20,16 @@ Classifier: Operating System :: POSIX
|
|
|
20
20
|
Classifier: Operating System :: POSIX :: Linux
|
|
21
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
22
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
29
|
+
Requires-Python: <3.15,>=3.11
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
|
-
Requires-Dist: passagemath-conf
|
|
32
|
-
Requires-Dist: passagemath-environment
|
|
31
|
+
Requires-Dist: passagemath-conf==10.8.1.alpha1; sys_platform != "win32"
|
|
32
|
+
Requires-Dist: passagemath-environment==10.8.1.alpha1
|
|
33
33
|
|
|
34
34
|
=========================================================================
|
|
35
35
|
passagemath: List of the prime numbers occuring in the Cunningham table
|
|
@@ -77,7 +77,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
77
77
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
78
78
|
or virtualization.
|
|
79
79
|
|
|
80
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
80
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
About this pip-installable distribution package
|
{passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/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.8.1.alpha1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-database-cunningham
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.8.1a1
|
|
4
4
|
Summary: passagemath: List of the prime numbers occuring in the Cunningham table
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -20,16 +20,16 @@ Classifier: Operating System :: POSIX
|
|
|
20
20
|
Classifier: Operating System :: POSIX :: Linux
|
|
21
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
22
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
29
|
+
Requires-Python: <3.15,>=3.11
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
|
-
Requires-Dist: passagemath-conf
|
|
32
|
-
Requires-Dist: passagemath-environment
|
|
31
|
+
Requires-Dist: passagemath-conf==10.8.1.alpha1; sys_platform != "win32"
|
|
32
|
+
Requires-Dist: passagemath-environment==10.8.1.alpha1
|
|
33
33
|
|
|
34
34
|
=========================================================================
|
|
35
35
|
passagemath: List of the prime numbers occuring in the Cunningham table
|
|
@@ -77,7 +77,7 @@ the passagemath distributions. Use of the full functionality of passagemath
|
|
|
77
77
|
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
78
78
|
or virtualization.
|
|
79
79
|
|
|
80
|
-
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.
|
|
80
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
About this pip-installable distribution package
|
|
@@ -4,6 +4,7 @@ VERSION.txt
|
|
|
4
4
|
pyproject.toml
|
|
5
5
|
repair_wheel.py
|
|
6
6
|
setup.py
|
|
7
|
+
passagemath_database_cunningham/__init__.py
|
|
7
8
|
passagemath_database_cunningham.egg-info/PKG-INFO
|
|
8
9
|
passagemath_database_cunningham.egg-info/SOURCES.txt
|
|
9
10
|
passagemath_database_cunningham.egg-info/dependency_links.txt
|
{passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/pyproject.toml
RENAMED
|
@@ -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
|
|
6
|
-
'passagemath-conf
|
|
7
|
-
'passagemath-environment
|
|
5
|
+
'passagemath-setup == 10.8.1.alpha1',
|
|
6
|
+
'passagemath-conf == 10.8.1.alpha1 ; sys_platform != "win32"',
|
|
7
|
+
'passagemath-environment == 10.8.1.alpha1',
|
|
8
8
|
]
|
|
9
9
|
build-backend = "setuptools.build_meta"
|
|
10
10
|
|
|
@@ -12,8 +12,8 @@ build-backend = "setuptools.build_meta"
|
|
|
12
12
|
name = "passagemath-database-cunningham"
|
|
13
13
|
description = "passagemath: List of the prime numbers occuring in the Cunningham table"
|
|
14
14
|
dependencies = [
|
|
15
|
-
'passagemath-conf
|
|
16
|
-
'passagemath-environment
|
|
15
|
+
'passagemath-conf == 10.8.1.alpha1 ; sys_platform != "win32"',
|
|
16
|
+
'passagemath-environment == 10.8.1.alpha1',
|
|
17
17
|
]
|
|
18
18
|
dynamic = ["version"]
|
|
19
19
|
license = "GPL-2.0-or-later"
|
|
@@ -30,14 +30,14 @@ classifiers = [
|
|
|
30
30
|
"Operating System :: POSIX :: Linux",
|
|
31
31
|
"Operating System :: MacOS :: MacOS X",
|
|
32
32
|
"Programming Language :: Python :: 3 :: Only",
|
|
33
|
-
"Programming Language :: Python :: 3.10",
|
|
34
33
|
"Programming Language :: Python :: 3.11",
|
|
35
34
|
"Programming Language :: Python :: 3.12",
|
|
36
35
|
"Programming Language :: Python :: 3.13",
|
|
36
|
+
"Programming Language :: Python :: 3.14",
|
|
37
37
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
38
38
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
39
39
|
]
|
|
40
|
-
requires-python = ">=3.
|
|
40
|
+
requires-python = ">=3.11, <3.15"
|
|
41
41
|
|
|
42
42
|
[project.urls]
|
|
43
43
|
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
|
@@ -20,7 +20,7 @@ import os
|
|
|
20
20
|
from sage.misc.cachefunc import cached_function
|
|
21
21
|
from sage.rings.integer import Integer
|
|
22
22
|
from sage.misc.persist import load
|
|
23
|
-
from sage.env import
|
|
23
|
+
from sage.env import sage_data_paths
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
@cached_function
|
|
@@ -44,11 +44,11 @@ def cunningham_prime_factors():
|
|
|
44
44
|
17,
|
|
45
45
|
...
|
|
46
46
|
"""
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
for path in sage_data_paths('cunningham_tables'):
|
|
48
|
+
file = os.path.join(path, 'cunningham_prime_factors.sobj')
|
|
49
|
+
if os.path.exists(file):
|
|
50
|
+
return [Integer(_) for _ in load(file)]
|
|
51
|
+
|
|
52
|
+
from warnings import warn
|
|
53
|
+
warn("The optional cunningham_tables package for factoring Cunningham numbers is not installed")
|
|
54
|
+
return []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.13
|
|
File without changes
|
|
File without changes
|
{passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/repair_wheel.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/setup.cfg
RENAMED
|
File without changes
|