passagemath-frobby 10.5.48__tar.gz → 10.6.1__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_frobby-10.5.48/passagemath_frobby.egg-info → passagemath_frobby-10.6.1}/PKG-INFO +25 -17
  2. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/README.rst +19 -12
  3. passagemath_frobby-10.6.1/VERSION.txt +1 -0
  4. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1/passagemath_frobby.egg-info}/PKG-INFO +25 -17
  5. passagemath_frobby-10.6.1/passagemath_frobby.egg-info/requires.txt +11 -0
  6. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/pyproject.toml +10 -10
  7. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/sage/all__sagemath_frobby.py +1 -0
  8. passagemath_frobby-10.5.48/VERSION.txt +0 -1
  9. passagemath_frobby-10.5.48/passagemath_frobby.egg-info/requires.txt +0 -8
  10. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/MANIFEST.in +0 -0
  11. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/passagemath_frobby.egg-info/SOURCES.txt +0 -0
  12. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/passagemath_frobby.egg-info/dependency_links.txt +0 -0
  13. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/passagemath_frobby.egg-info/top_level.txt +0 -0
  14. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/sage/interfaces/all__sagemath_frobby.py +0 -0
  15. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/sage/interfaces/frobby.py +0 -0
  16. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/sage/libs/all__sagemath_frobby.py +0 -0
  17. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/sage/libs/frobby.pyx +0 -0
  18. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/setup.cfg +0 -0
  19. {passagemath_frobby-10.5.48 → passagemath_frobby-10.6.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-frobby
3
- Version: 10.5.48
3
+ Version: 10.6.1
4
4
  Summary: passagemath: Computations on monomial ideals with Frobby
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -17,20 +17,21 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
21
22
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
29
+ Requires-Python: <3.14,>=3.10
30
30
  Description-Content-Type: text/x-rst
31
+ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
31
32
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
32
- Requires-Dist: passagemath-environment~=10.5.48.0
33
- Requires-Dist: passagemath-categories~=10.5.48.0
33
+ Requires-Dist: passagemath-environment~=10.6.1.0
34
+ Requires-Dist: passagemath-categories~=10.6.1.0
34
35
  Provides-Extra: test
35
36
  Requires-Dist: passagemath-graphs; extra == "test"
36
37
  Requires-Dist: passagemath-repl; extra == "test"
@@ -48,24 +49,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
48
49
  developed 2005-2025 under the motto “Creating a Viable Open Source
49
50
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
50
51
 
51
- The passagemath fork was created in October 2024 with the following
52
- goals:
52
+ The passagemath fork uses the motto "Creating a Free Passage Between the
53
+ Scientific Python Ecosystem and Mathematical Software Communities."
54
+ It was created in October 2024 with the following goals:
53
55
 
54
- - providing modularized installation with pip, thus completing a `major
55
- project started in 2020 in the Sage
56
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
56
+ - providing modularized installation with pip,
57
57
  - establishing first-class membership in the scientific Python
58
58
  ecosystem,
59
59
  - giving `clear attribution of upstream
60
60
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
61
61
  - providing independently usable Python interfaces to upstream
62
62
  libraries,
63
- - providing `platform portability and integration testing
63
+ - offering `platform portability and integration testing
64
64
  services <https://github.com/passagemath/passagemath/issues/704>`__
65
65
  to upstream projects,
66
66
  - inviting collaborations with upstream projects,
67
67
  - `building a professional, respectful, inclusive
68
68
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
69
+ - `[empowering Sage users to participate in the scientific Python ecosystem
70
+ <https://github.com/passagemath/passagemath/issues/248](https://github.com/passagemath/passagemath/issues/248)https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
69
71
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
70
72
  serverless deployment with Javascript,
71
73
  - developing a native Windows port.
@@ -73,13 +75,19 @@ goals:
73
75
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
74
76
  available online.
75
77
 
76
- passagemath attempts to support all major Linux distributions and recent versions of
77
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
78
- virtualization.
78
+ passagemath attempts to support and provides binary wheels suitable for
79
+ all major Linux distributions and recent versions of macOS.
79
80
 
80
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
81
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
82
- so compilation from source is triggered for those.
81
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing wheels;
82
+ see ` <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__
83
+ for instructions for building them from source.
84
+
85
+ Binary wheels for native Windows (x86_64) are are available for a subset of
86
+ the passagemath distributions. Use of the full functionality of passagemath
87
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
88
+ or virtualization.
89
+
90
+ The supported Python versions in the passagemath 10.6.x series are 3.9.x-3.13.x.
83
91
 
84
92
 
85
93
  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](https://github.com/passagemath/passagemath/issues/248)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,19 @@ 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.9.x-3.12.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 wheels;
43
+ see ` <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__
44
+ for instructions for building them from source.
45
+
46
+ Binary wheels for native Windows (x86_64) are are available for a subset of
47
+ the passagemath distributions. Use of the full functionality of passagemath
48
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
49
+ or virtualization.
50
+
51
+ The supported Python versions in the passagemath 10.6.x series are 3.9.x-3.13.x.
45
52
 
46
53
 
47
54
  About this pip-installable distribution package
@@ -0,0 +1 @@
1
+ 10.6.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-frobby
3
- Version: 10.5.48
3
+ Version: 10.6.1
4
4
  Summary: passagemath: Computations on monomial ideals with Frobby
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -17,20 +17,21 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
21
22
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
29
+ Requires-Python: <3.14,>=3.10
30
30
  Description-Content-Type: text/x-rst
31
+ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
31
32
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
32
- Requires-Dist: passagemath-environment~=10.5.48.0
33
- Requires-Dist: passagemath-categories~=10.5.48.0
33
+ Requires-Dist: passagemath-environment~=10.6.1.0
34
+ Requires-Dist: passagemath-categories~=10.6.1.0
34
35
  Provides-Extra: test
35
36
  Requires-Dist: passagemath-graphs; extra == "test"
36
37
  Requires-Dist: passagemath-repl; extra == "test"
@@ -48,24 +49,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
48
49
  developed 2005-2025 under the motto “Creating a Viable Open Source
49
50
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
50
51
 
51
- The passagemath fork was created in October 2024 with the following
52
- goals:
52
+ The passagemath fork uses the motto "Creating a Free Passage Between the
53
+ Scientific Python Ecosystem and Mathematical Software Communities."
54
+ It was created in October 2024 with the following goals:
53
55
 
54
- - providing modularized installation with pip, thus completing a `major
55
- project started in 2020 in the Sage
56
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
56
+ - providing modularized installation with pip,
57
57
  - establishing first-class membership in the scientific Python
58
58
  ecosystem,
59
59
  - giving `clear attribution of upstream
60
60
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
61
61
  - providing independently usable Python interfaces to upstream
62
62
  libraries,
63
- - providing `platform portability and integration testing
63
+ - offering `platform portability and integration testing
64
64
  services <https://github.com/passagemath/passagemath/issues/704>`__
65
65
  to upstream projects,
66
66
  - inviting collaborations with upstream projects,
67
67
  - `building a professional, respectful, inclusive
68
68
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
69
+ - `[empowering Sage users to participate in the scientific Python ecosystem
70
+ <https://github.com/passagemath/passagemath/issues/248](https://github.com/passagemath/passagemath/issues/248)https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
69
71
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
70
72
  serverless deployment with Javascript,
71
73
  - developing a native Windows port.
@@ -73,13 +75,19 @@ goals:
73
75
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
74
76
  available online.
75
77
 
76
- passagemath attempts to support all major Linux distributions and recent versions of
77
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
78
- virtualization.
78
+ passagemath attempts to support and provides binary wheels suitable for
79
+ all major Linux distributions and recent versions of macOS.
79
80
 
80
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
81
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
82
- so compilation from source is triggered for those.
81
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing wheels;
82
+ see ` <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__
83
+ for instructions for building them from source.
84
+
85
+ Binary wheels for native Windows (x86_64) are are available for a subset of
86
+ the passagemath distributions. Use of the full functionality of passagemath
87
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
88
+ or virtualization.
89
+
90
+ The supported Python versions in the passagemath 10.6.x series are 3.9.x-3.13.x.
83
91
 
84
92
 
85
93
  About this pip-installable distribution package
@@ -0,0 +1,11 @@
1
+ cysignals!=1.12.0,>=1.11.2
2
+ passagemath-environment~=10.6.1.0
3
+ passagemath-categories~=10.6.1.0
4
+
5
+ [:sys_platform == "win32"]
6
+ cysignals<1.12.4
7
+
8
+ [test]
9
+ passagemath-graphs
10
+ passagemath-repl
11
+ passagemath-singular
@@ -4,12 +4,12 @@
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
6
  'pkgconfig',
7
- 'passagemath-setup ~= 10.5.48.0',
8
- 'passagemath-categories ~= 10.5.48.0',
9
- 'passagemath-environment ~= 10.5.48.0',
10
- 'passagemath-objects ~= 10.5.48.0',
7
+ 'passagemath-setup ~= 10.6.1.0',
8
+ 'passagemath-categories ~= 10.6.1.0',
9
+ 'passagemath-environment ~= 10.6.1.0',
10
+ 'passagemath-objects ~= 10.6.1.0',
11
11
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
12
- 'cysignals >=1.11.2, != 1.12.0',
12
+ 'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
13
13
  ]
14
14
  build-backend = "setuptools.build_meta"
15
15
 
@@ -17,9 +17,9 @@ build-backend = "setuptools.build_meta"
17
17
  name = "passagemath-frobby"
18
18
  description = "passagemath: Computations on monomial ideals with Frobby"
19
19
  dependencies = [
20
- 'cysignals >=1.11.2, != 1.12.0',
21
- 'passagemath-environment ~= 10.5.48.0',
22
- 'passagemath-categories ~= 10.5.48.0',
20
+ 'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
21
+ 'passagemath-environment ~= 10.6.1.0',
22
+ 'passagemath-categories ~= 10.6.1.0',
23
23
  ]
24
24
  dynamic = ["version"]
25
25
  license = "GPL-2.0-or-later"
@@ -33,9 +33,9 @@ classifiers = [
33
33
  "Intended Audience :: Education",
34
34
  "Intended Audience :: Science/Research",
35
35
  "Operating System :: POSIX",
36
+ "Operating System :: POSIX :: Linux",
36
37
  "Operating System :: MacOS :: MacOS X",
37
38
  "Programming Language :: Python :: 3 :: Only",
38
- "Programming Language :: Python :: 3.9",
39
39
  "Programming Language :: Python :: 3.10",
40
40
  "Programming Language :: Python :: 3.11",
41
41
  "Programming Language :: Python :: 3.12",
@@ -43,7 +43,7 @@ classifiers = [
43
43
  "Programming Language :: Python :: Implementation :: CPython",
44
44
  "Topic :: Scientific/Engineering :: Mathematics",
45
45
  ]
46
- requires-python = ">=3.9, <3.14"
46
+ requires-python = ">=3.10, <3.14"
47
47
 
48
48
  [project.urls]
49
49
  "release notes" = "https://github.com/passagemath/passagemath/releases"
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-frobby
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_categories import *
4
5
  from sage.all__sagemath_graphs import *
@@ -1 +0,0 @@
1
- 10.5.48
@@ -1,8 +0,0 @@
1
- cysignals!=1.12.0,>=1.11.2
2
- passagemath-environment~=10.5.48.0
3
- passagemath-categories~=10.5.48.0
4
-
5
- [test]
6
- passagemath-graphs
7
- passagemath-repl
8
- passagemath-singular