passagemath-pari-seadata-small 10.6.1rc15__tar.gz → 10.6.3__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-pari-seadata-small might be problematic. Click here for more details.

Files changed (15) hide show
  1. {passagemath_pari_seadata_small-10.6.1rc15/passagemath_pari_seadata_small.egg-info → passagemath_pari_seadata_small-10.6.3}/PKG-INFO +22 -16
  2. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/README.rst +18 -12
  3. passagemath_pari_seadata_small-10.6.3/VERSION.txt +1 -0
  4. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3/passagemath_pari_seadata_small.egg-info}/PKG-INFO +22 -16
  5. passagemath_pari_seadata_small-10.6.3/passagemath_pari_seadata_small.egg-info/requires.txt +4 -0
  6. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/pyproject.toml +6 -6
  7. passagemath_pari_seadata_small-10.6.1rc15/VERSION.txt +0 -1
  8. passagemath_pari_seadata_small-10.6.1rc15/passagemath_pari_seadata_small.egg-info/requires.txt +0 -2
  9. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/MANIFEST.in +0 -0
  10. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/passagemath_pari_seadata_small.egg-info/SOURCES.txt +0 -0
  11. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/passagemath_pari_seadata_small.egg-info/dependency_links.txt +0 -0
  12. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/passagemath_pari_seadata_small.egg-info/top_level.txt +0 -0
  13. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/repair_wheel.py +0 -0
  14. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/setup.cfg +0 -0
  15. {passagemath_pari_seadata_small-10.6.1rc15 → passagemath_pari_seadata_small-10.6.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-pari-seadata-small
3
- Version: 10.6.1rc15
3
+ Version: 10.6.3
4
4
  Summary: passagemath: Computational Number Theory with PARI/GP: seadata_small
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -28,8 +28,8 @@ 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-conf==10.6.1rc15
32
- Requires-Dist: passagemath-environment==10.6.1rc15
31
+ Requires-Dist: passagemath-conf~=10.6.3.0; sys_platform != "win32"
32
+ Requires-Dist: passagemath-environment~=10.6.3.0
33
33
 
34
34
  =============================================================================
35
35
  passagemath: Computational Number Theory with PARI/GP: seadata_small
@@ -43,24 +43,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
43
  developed 2005-2025 under the motto “Creating a Viable Open Source
44
44
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
45
 
46
- The passagemath fork was created in October 2024 with the following
47
- goals:
46
+ The passagemath fork uses the motto "Creating a Free Passage Between the
47
+ Scientific Python Ecosystem and Mathematical Software Communities."
48
+ It was created in October 2024 with the following goals:
48
49
 
49
- - providing modularized installation with pip, thus completing a `major
50
- project started in 2020 in the Sage
51
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
50
+ - providing modularized installation with pip,
52
51
  - establishing first-class membership in the scientific Python
53
52
  ecosystem,
54
53
  - giving `clear attribution of upstream
55
54
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
55
  - providing independently usable Python interfaces to upstream
57
56
  libraries,
58
- - providing `platform portability and integration testing
57
+ - offering `platform portability and integration testing
59
58
  services <https://github.com/passagemath/passagemath/issues/704>`__
60
59
  to upstream projects,
61
60
  - inviting collaborations with upstream projects,
62
61
  - `building a professional, respectful, inclusive
63
62
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
63
+ - `empowering Sage users to participate in the scientific Python ecosystem
64
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
64
65
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
66
  serverless deployment with Javascript,
66
67
  - developing a native Windows port.
@@ -68,13 +69,18 @@ goals:
68
69
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
69
70
  available online.
70
71
 
71
- passagemath attempts to support all major Linux distributions and recent versions of
72
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
73
- virtualization.
72
+ passagemath attempts to support and provides binary wheels suitable for
73
+ all major Linux distributions and recent versions of macOS.
74
74
 
75
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
76
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
77
- so compilation from source is triggered for those.
75
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing
76
+ wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
77
+
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
78
84
 
79
85
 
80
86
  About this pip-installable distribution package
@@ -10,24 +10,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
10
10
  developed 2005-2025 under the motto “Creating a Viable Open Source
11
11
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
12
 
13
- The passagemath fork was created in October 2024 with the following
14
- goals:
13
+ The passagemath fork uses the motto "Creating a Free Passage Between the
14
+ Scientific Python Ecosystem and Mathematical Software Communities."
15
+ It was created in October 2024 with the following goals:
15
16
 
16
- - providing modularized installation with pip, thus completing a `major
17
- project started in 2020 in the Sage
18
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
17
+ - providing modularized installation with pip,
19
18
  - establishing first-class membership in the scientific Python
20
19
  ecosystem,
21
20
  - giving `clear attribution of upstream
22
21
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
23
22
  - providing independently usable Python interfaces to upstream
24
23
  libraries,
25
- - providing `platform portability and integration testing
24
+ - offering `platform portability and integration testing
26
25
  services <https://github.com/passagemath/passagemath/issues/704>`__
27
26
  to upstream projects,
28
27
  - inviting collaborations with upstream projects,
29
28
  - `building a professional, respectful, inclusive
30
29
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
30
+ - `empowering Sage users to participate in the scientific Python ecosystem
31
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
31
32
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
32
33
  serverless deployment with Javascript,
33
34
  - developing a native Windows port.
@@ -35,13 +36,18 @@ goals:
35
36
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
36
37
  available online.
37
38
 
38
- passagemath attempts to support all major Linux distributions and recent versions of
39
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
40
- virtualization.
39
+ passagemath attempts to support and provides binary wheels suitable for
40
+ all major Linux distributions and recent versions of macOS.
41
41
 
42
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
43
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
44
- so compilation from source is triggered for those.
42
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing
43
+ wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
44
+
45
+ Binary wheels for native Windows (x86_64) are are available for a subset of
46
+ the passagemath distributions. Use of the full functionality of passagemath
47
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
48
+ or virtualization.
49
+
50
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
45
51
 
46
52
 
47
53
  About this pip-installable distribution package
@@ -0,0 +1 @@
1
+ 10.6.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-pari-seadata-small
3
- Version: 10.6.1rc15
3
+ Version: 10.6.3
4
4
  Summary: passagemath: Computational Number Theory with PARI/GP: seadata_small
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -28,8 +28,8 @@ 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-conf==10.6.1rc15
32
- Requires-Dist: passagemath-environment==10.6.1rc15
31
+ Requires-Dist: passagemath-conf~=10.6.3.0; sys_platform != "win32"
32
+ Requires-Dist: passagemath-environment~=10.6.3.0
33
33
 
34
34
  =============================================================================
35
35
  passagemath: Computational Number Theory with PARI/GP: seadata_small
@@ -43,24 +43,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
43
  developed 2005-2025 under the motto “Creating a Viable Open Source
44
44
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
45
 
46
- The passagemath fork was created in October 2024 with the following
47
- goals:
46
+ The passagemath fork uses the motto "Creating a Free Passage Between the
47
+ Scientific Python Ecosystem and Mathematical Software Communities."
48
+ It was created in October 2024 with the following goals:
48
49
 
49
- - providing modularized installation with pip, thus completing a `major
50
- project started in 2020 in the Sage
51
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
50
+ - providing modularized installation with pip,
52
51
  - establishing first-class membership in the scientific Python
53
52
  ecosystem,
54
53
  - giving `clear attribution of upstream
55
54
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
55
  - providing independently usable Python interfaces to upstream
57
56
  libraries,
58
- - providing `platform portability and integration testing
57
+ - offering `platform portability and integration testing
59
58
  services <https://github.com/passagemath/passagemath/issues/704>`__
60
59
  to upstream projects,
61
60
  - inviting collaborations with upstream projects,
62
61
  - `building a professional, respectful, inclusive
63
62
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
63
+ - `empowering Sage users to participate in the scientific Python ecosystem
64
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
64
65
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
66
  serverless deployment with Javascript,
66
67
  - developing a native Windows port.
@@ -68,13 +69,18 @@ goals:
68
69
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
69
70
  available online.
70
71
 
71
- passagemath attempts to support all major Linux distributions and recent versions of
72
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
73
- virtualization.
72
+ passagemath attempts to support and provides binary wheels suitable for
73
+ all major Linux distributions and recent versions of macOS.
74
74
 
75
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
76
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
77
- so compilation from source is triggered for those.
75
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing
76
+ wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
77
+
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
78
84
 
79
85
 
80
86
  About this pip-installable distribution package
@@ -0,0 +1,4 @@
1
+ passagemath-environment~=10.6.3.0
2
+
3
+ [:sys_platform != "win32"]
4
+ passagemath-conf~=10.6.3.0
@@ -3,9 +3,9 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
- 'passagemath-setup == 10.6.1rc15',
7
- 'passagemath-conf == 10.6.1rc15',
8
- 'passagemath-environment == 10.6.1rc15',
6
+ 'passagemath-setup ~= 10.6.3.0',
7
+ 'passagemath-conf ~= 10.6.3.0 ; sys_platform != "win32"',
8
+ 'passagemath-environment ~= 10.6.3.0',
9
9
  ]
10
10
  build-backend = "setuptools.build_meta"
11
11
 
@@ -13,8 +13,8 @@ build-backend = "setuptools.build_meta"
13
13
  name = "passagemath-pari-seadata-small"
14
14
  description = "passagemath: Computational Number Theory with PARI/GP: seadata_small"
15
15
  dependencies = [
16
- 'passagemath-conf == 10.6.1rc15',
17
- 'passagemath-environment == 10.6.1rc15',
16
+ 'passagemath-conf ~= 10.6.3.0 ; sys_platform != "win32"',
17
+ 'passagemath-environment ~= 10.6.3.0',
18
18
  ]
19
19
  dynamic = ["version"]
20
20
  license = "GPL-2.0-or-later"
@@ -44,7 +44,7 @@ requires-python = ">=3.10, <3.14"
44
44
  "release notes" = "https://github.com/passagemath/passagemath/releases"
45
45
  "repo (upstream)" = "https://github.com/sagemath/sage"
46
46
  "repo" = "https://github.com/passagemath/passagemath"
47
- documentation = "https://doc.sagemath.org"
47
+ documentation = "https://passagemath.org/docs/latest"
48
48
  "homepage (upstream)" = "https://www.sagemath.org"
49
49
  "discourse" = "https://passagemath.discourse.group"
50
50
  "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
@@ -1 +0,0 @@
1
- 10.6.1.rc15
@@ -1,2 +0,0 @@
1
- passagemath-conf==10.6.1rc15
2
- passagemath-environment==10.6.1rc15