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.
Files changed (19) hide show
  1. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/MANIFEST.in +2 -0
  2. {passagemath_database_cunningham-10.6.13/passagemath_database_cunningham.egg-info → passagemath_database_cunningham-10.8.1a1}/PKG-INFO +6 -6
  3. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/README.rst +1 -1
  4. passagemath_database_cunningham-10.8.1a1/VERSION.txt +1 -0
  5. passagemath_database_cunningham-10.8.1a1/passagemath_database_cunningham/__init__.py +3 -0
  6. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1/passagemath_database_cunningham.egg-info}/PKG-INFO +6 -6
  7. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/passagemath_database_cunningham.egg-info/SOURCES.txt +1 -0
  8. passagemath_database_cunningham-10.8.1a1/passagemath_database_cunningham.egg-info/requires.txt +4 -0
  9. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/pyproject.toml +7 -7
  10. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/sage/databases/cunningham_tables.py +9 -9
  11. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/setup.py +1 -0
  12. passagemath_database_cunningham-10.6.13/VERSION.txt +0 -1
  13. passagemath_database_cunningham-10.6.13/passagemath_database_cunningham.egg-info/requires.txt +0 -4
  14. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/passagemath_database_cunningham.egg-info/dependency_links.txt +0 -0
  15. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/passagemath_database_cunningham.egg-info/top_level.txt +0 -0
  16. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/repair_wheel.py +0 -0
  17. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/sage/all__sagemath_database_cunningham.py +0 -0
  18. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/sage/databases/all__sagemath_database_cunningham.py +0 -0
  19. {passagemath_database_cunningham-10.6.13 → passagemath_database_cunningham-10.8.1a1}/setup.cfg +0 -0
@@ -1,3 +1,5 @@
1
+ graft passagemath_database_cunningham
2
+
1
3
  include VERSION.txt
2
4
 
3
5
  include sage/databases/cunningham_tables.p*
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-database-cunningham
3
- Version: 10.6.13
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.14,>=3.10
29
+ Requires-Python: <3.15,>=3.11
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-conf~=10.6.13.0; sys_platform != "win32"
32
- Requires-Dist: passagemath-environment~=10.6.13.0
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.13.x.
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
@@ -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.13.x.
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
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-database-cunningham
2
+
3
+ from sage.all__sagemath_database_cunningham import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-database-cunningham
3
- Version: 10.6.13
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.14,>=3.10
29
+ Requires-Python: <3.15,>=3.11
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: passagemath-conf~=10.6.13.0; sys_platform != "win32"
32
- Requires-Dist: passagemath-environment~=10.6.13.0
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.13.x.
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
@@ -0,0 +1,4 @@
1
+ passagemath-environment==10.8.1.alpha1
2
+
3
+ [:sys_platform != "win32"]
4
+ passagemath-conf==10.8.1.alpha1
@@ -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.13.0',
6
- 'passagemath-conf ~= 10.6.13.0 ; sys_platform != "win32"',
7
- 'passagemath-environment ~= 10.6.13.0',
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 ~= 10.6.13.0 ; sys_platform != "win32"',
16
- 'passagemath-environment ~= 10.6.13.0',
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.10, <3.14"
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 SAGE_SHARE
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
- file = os.path.join(SAGE_SHARE,'cunningham_tables','cunningham_prime_factors.sobj')
48
- if os.path.exists(file):
49
- return [Integer(_) for _ in load(file)]
50
- else:
51
- from warnings import warn
52
- warn("You might consider installing the optional package for factoring Cunningham numbers"
53
- " with the following command: ``sage -i cunningham_tables``")
54
- return []
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 []
@@ -8,4 +8,5 @@ sys.path.insert(0, os.path.dirname(__file__))
8
8
  from sage_setup import sage_setup
9
9
 
10
10
  sage_setup(['sagemath-database-cunningham'],
11
+ recurse_packages=('sage', 'passagemath_database_cunningham'),
11
12
  spkgs=['cunningham_tables'])
@@ -1 +0,0 @@
1
- 10.6.13
@@ -1,4 +0,0 @@
1
- passagemath-environment~=10.6.13.0
2
-
3
- [:sys_platform != "win32"]
4
- passagemath-conf~=10.6.13.0