passagemath-meataxe 10.6.1rc5__tar.gz → 10.6.1rc7__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-meataxe might be problematic. Click here for more details.
- {passagemath_meataxe-10.6.1rc5/passagemath_meataxe.egg-info → passagemath_meataxe-10.6.1rc7}/PKG-INFO +3 -2
- passagemath_meataxe-10.6.1rc7/VERSION.txt +1 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7/passagemath_meataxe.egg-info}/PKG-INFO +3 -2
- passagemath_meataxe-10.6.1rc7/passagemath_meataxe.egg-info/requires.txt +1 -0
- passagemath_meataxe-10.6.1rc7/passagemath_meataxe.egg-info/top_level.txt +1 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/pyproject.toml +5 -12
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/setup.py +5 -1
- passagemath_meataxe-10.6.1rc5/VERSION.txt +0 -1
- passagemath_meataxe-10.6.1rc5/passagemath_meataxe.egg-info/requires.txt +0 -1
- passagemath_meataxe-10.6.1rc5/passagemath_meataxe.egg-info/top_level.txt +0 -1
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/MANIFEST.in +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/README.rst +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/passagemath_meataxe.egg-info/SOURCES.txt +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/passagemath_meataxe.egg-info/dependency_links.txt +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/all__sagemath_meataxe.py +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/libs/all__sagemath_meataxe.py +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/libs/meataxe.pxd +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/libs/meataxe.pyx +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/matrix/all__sagemath_meataxe.py +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/matrix/matrix_gfpn_dense.pxd +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/matrix/matrix_gfpn_dense.pyx +0 -0
- {passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-meataxe
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.1rc7
|
|
4
4
|
Summary: passagemath: Matrices over small finite fields with meataxe
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -17,6 +17,7 @@ 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
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -27,7 +28,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
27
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
28
29
|
Requires-Python: <3.14,>=3.10
|
|
29
30
|
Description-Content-Type: text/x-rst
|
|
30
|
-
Requires-Dist: passagemath-modules==10.6.
|
|
31
|
+
Requires-Dist: passagemath-modules==10.6.1rc7
|
|
31
32
|
|
|
32
33
|
========================================================================================
|
|
33
34
|
passagemath: Matrices over small finite fields with meataxe
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.6.1.rc7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-meataxe
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.1rc7
|
|
4
4
|
Summary: passagemath: Matrices over small finite fields with meataxe
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -17,6 +17,7 @@ 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
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -27,7 +28,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
27
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
28
29
|
Requires-Python: <3.14,>=3.10
|
|
29
30
|
Description-Content-Type: text/x-rst
|
|
30
|
-
Requires-Dist: passagemath-modules==10.6.
|
|
31
|
+
Requires-Dist: passagemath-modules==10.6.1rc7
|
|
31
32
|
|
|
32
33
|
========================================================================================
|
|
33
34
|
passagemath: Matrices over small finite fields with meataxe
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
passagemath-modules==10.6.1rc7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -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.
|
|
7
|
-
'passagemath-environment == 10.6.
|
|
8
|
-
'passagemath-modules == 10.6.
|
|
6
|
+
'passagemath-setup == 10.6.1rc7',
|
|
7
|
+
'passagemath-environment == 10.6.1rc7',
|
|
8
|
+
'passagemath-modules == 10.6.1rc7',
|
|
9
9
|
'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
|
|
10
10
|
'cysignals >=1.11.2, != 1.12.0',
|
|
11
11
|
'pkgconfig',
|
|
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
|
|
|
16
16
|
name = "passagemath-meataxe"
|
|
17
17
|
description = "passagemath: Matrices over small finite fields with meataxe"
|
|
18
18
|
dependencies = [
|
|
19
|
-
'passagemath-modules == 10.6.
|
|
19
|
+
'passagemath-modules == 10.6.1rc7',
|
|
20
20
|
]
|
|
21
21
|
dynamic = ["version"]
|
|
22
22
|
license = "GPL-2.0-or-later"
|
|
@@ -30,6 +30,7 @@ classifiers = [
|
|
|
30
30
|
"Intended Audience :: Education",
|
|
31
31
|
"Intended Audience :: Science/Research",
|
|
32
32
|
"Operating System :: POSIX",
|
|
33
|
+
"Operating System :: POSIX :: Linux",
|
|
33
34
|
"Operating System :: MacOS :: MacOS X",
|
|
34
35
|
"Programming Language :: Python :: 3 :: Only",
|
|
35
36
|
"Programming Language :: Python :: 3.10",
|
|
@@ -56,15 +57,7 @@ file = "README.rst"
|
|
|
56
57
|
content-type = "text/x-rst"
|
|
57
58
|
|
|
58
59
|
[tool.setuptools]
|
|
59
|
-
packages = [
|
|
60
|
-
"sage.libs",
|
|
61
|
-
"sage.matrix",
|
|
62
|
-
]
|
|
63
60
|
include-package-data = false
|
|
64
61
|
|
|
65
62
|
[tool.setuptools.dynamic]
|
|
66
63
|
version = {file = ["VERSION.txt"]}
|
|
67
|
-
|
|
68
|
-
[tool.setuptools.package-data]
|
|
69
|
-
"sage.libs" = ["meataxe.pxd"]
|
|
70
|
-
"sage.matrix" = ["matrix_gfpn_dense.pxd"]
|
|
@@ -8,4 +8,8 @@ sys.path.insert(0, os.path.dirname(__file__))
|
|
|
8
8
|
from sage_setup import sage_setup
|
|
9
9
|
|
|
10
10
|
sage_setup(['sagemath-meataxe'],
|
|
11
|
-
spkgs=['meataxe']
|
|
11
|
+
spkgs=['meataxe'],
|
|
12
|
+
package_data={
|
|
13
|
+
"sage.libs": ["meataxe.pxd"],
|
|
14
|
+
"sage.matrix": ["matrix_gfpn_dense.pxd"],
|
|
15
|
+
})
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.1.rc5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
passagemath-modules==10.6.1rc5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
sage
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/all__sagemath_meataxe.py
RENAMED
|
File without changes
|
{passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/libs/all__sagemath_meataxe.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/matrix/all__sagemath_meataxe.py
RENAMED
|
File without changes
|
{passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/matrix/matrix_gfpn_dense.pxd
RENAMED
|
File without changes
|
{passagemath_meataxe-10.6.1rc5 → passagemath_meataxe-10.6.1rc7}/sage/matrix/matrix_gfpn_dense.pyx
RENAMED
|
File without changes
|
|
File without changes
|