passagemath-meataxe 10.6.1rc3__tar.gz → 10.6.1rc5__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.

Files changed (21) hide show
  1. {passagemath_meataxe-10.6.1rc3/passagemath_meataxe.egg-info → passagemath_meataxe-10.6.1rc5}/PKG-INFO +2 -2
  2. passagemath_meataxe-10.6.1rc5/VERSION.txt +1 -0
  3. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5/passagemath_meataxe.egg-info}/PKG-INFO +2 -2
  4. passagemath_meataxe-10.6.1rc5/passagemath_meataxe.egg-info/requires.txt +1 -0
  5. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/pyproject.toml +4 -4
  6. {passagemath_meataxe-10.6.1rc3/sage/matrix → passagemath_meataxe-10.6.1rc5/sage}/all__sagemath_meataxe.py +1 -0
  7. passagemath_meataxe-10.6.1rc3/VERSION.txt +0 -1
  8. passagemath_meataxe-10.6.1rc3/passagemath_meataxe.egg-info/requires.txt +0 -1
  9. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/MANIFEST.in +0 -0
  10. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/README.rst +0 -0
  11. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/passagemath_meataxe.egg-info/SOURCES.txt +0 -0
  12. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/passagemath_meataxe.egg-info/dependency_links.txt +0 -0
  13. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/passagemath_meataxe.egg-info/top_level.txt +0 -0
  14. {passagemath_meataxe-10.6.1rc3/sage → passagemath_meataxe-10.6.1rc5/sage/libs}/all__sagemath_meataxe.py +0 -0
  15. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/sage/libs/meataxe.pxd +0 -0
  16. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/sage/libs/meataxe.pyx +0 -0
  17. {passagemath_meataxe-10.6.1rc3/sage/libs → passagemath_meataxe-10.6.1rc5/sage/matrix}/all__sagemath_meataxe.py +0 -0
  18. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/sage/matrix/matrix_gfpn_dense.pxd +0 -0
  19. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/sage/matrix/matrix_gfpn_dense.pyx +0 -0
  20. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/setup.cfg +0 -0
  21. {passagemath_meataxe-10.6.1rc3 → passagemath_meataxe-10.6.1rc5}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-meataxe
3
- Version: 10.6.1rc3
3
+ Version: 10.6.1rc5
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
@@ -27,7 +27,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
27
27
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
28
  Requires-Python: <3.14,>=3.10
29
29
  Description-Content-Type: text/x-rst
30
- Requires-Dist: passagemath-modules==10.6.1rc3
30
+ Requires-Dist: passagemath-modules==10.6.1rc5
31
31
 
32
32
  ========================================================================================
33
33
  passagemath: Matrices over small finite fields with meataxe
@@ -0,0 +1 @@
1
+ 10.6.1.rc5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-meataxe
3
- Version: 10.6.1rc3
3
+ Version: 10.6.1rc5
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
@@ -27,7 +27,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
27
27
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
28
  Requires-Python: <3.14,>=3.10
29
29
  Description-Content-Type: text/x-rst
30
- Requires-Dist: passagemath-modules==10.6.1rc3
30
+ Requires-Dist: passagemath-modules==10.6.1rc5
31
31
 
32
32
  ========================================================================================
33
33
  passagemath: Matrices over small finite fields with meataxe
@@ -0,0 +1 @@
1
+ passagemath-modules==10.6.1rc5
@@ -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.1rc3',
7
- 'passagemath-environment == 10.6.1rc3',
8
- 'passagemath-modules == 10.6.1rc3',
6
+ 'passagemath-setup == 10.6.1rc5',
7
+ 'passagemath-environment == 10.6.1rc5',
8
+ 'passagemath-modules == 10.6.1rc5',
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.1rc3',
19
+ 'passagemath-modules == 10.6.1rc5',
20
20
  ]
21
21
  dynamic = ["version"]
22
22
  license = "GPL-2.0-or-later"
@@ -1 +1,2 @@
1
1
  # sage_setup: distribution = sagemath-meataxe
2
+ # delvewheel: patch
@@ -1 +0,0 @@
1
- 10.6.1.rc3
@@ -1 +0,0 @@
1
- passagemath-modules==10.6.1rc3