passagemath-coxeter3 10.6.28__tar.gz → 10.6.30__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-coxeter3 might be problematic. Click here for more details.

Files changed (22) hide show
  1. {passagemath_coxeter3-10.6.28/passagemath_coxeter3.egg-info → passagemath_coxeter3-10.6.30}/PKG-INFO +1 -1
  2. passagemath_coxeter3-10.6.30/VERSION.txt +1 -0
  3. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30/passagemath_coxeter3.egg-info}/PKG-INFO +1 -1
  4. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/pyproject.toml +4 -4
  5. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/setup.py +2 -1
  6. passagemath_coxeter3-10.6.28/VERSION.txt +0 -1
  7. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/MANIFEST.in +0 -0
  8. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/README.rst +0 -0
  9. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/passagemath_coxeter3.egg-info/SOURCES.txt +0 -0
  10. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/passagemath_coxeter3.egg-info/dependency_links.txt +0 -0
  11. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/passagemath_coxeter3.egg-info/requires.txt +0 -0
  12. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/passagemath_coxeter3.egg-info/top_level.txt +0 -0
  13. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/all__sagemath_coxeter3.py +0 -0
  14. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/all__sagemath_coxeter3.py +0 -0
  15. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/__init__.py +0 -0
  16. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/all__sagemath_coxeter3.py +0 -0
  17. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/coxeter.pxd +0 -0
  18. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/coxeter.pyx +0 -0
  19. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/coxeter_group.py +0 -0
  20. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/decl.pxd +0 -0
  21. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/sage/libs/coxeter3/meson.build +0 -0
  22. {passagemath_coxeter3-10.6.28 → passagemath_coxeter3-10.6.30}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-coxeter3
3
- Version: 10.6.28
3
+ Version: 10.6.30
4
4
  Summary: passagemath: Coxeter groups, Bruhat ordering, Kazhdan-Lusztig polynomials with coxeter3
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -0,0 +1 @@
1
+ 10.6.30
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-coxeter3
3
- Version: 10.6.28
3
+ Version: 10.6.30
4
4
  Summary: passagemath: Coxeter groups, Bruhat ordering, Kazhdan-Lusztig polynomials with coxeter3
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -2,10 +2,10 @@
2
2
  # Minimum requirements for the build system to execute.
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
- 'passagemath-conf ~= 10.6.28.0 ; sys_platform != "win32"',
6
- 'passagemath-setup ~= 10.6.28.0',
7
- 'passagemath-environment ~= 10.6.28.0',
8
- 'passagemath-objects ~= 10.6.28.0',
5
+ 'passagemath-conf ~= 10.6.30.0 ; sys_platform != "win32"',
6
+ 'passagemath-setup ~= 10.6.30.0',
7
+ 'passagemath-environment ~= 10.6.30.0',
8
+ 'passagemath-objects ~= 10.6.30.0',
9
9
  'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
10
10
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
11
11
  'pkgconfig',
@@ -14,4 +14,5 @@ sage_setup(['sagemath-coxeter3'],
14
14
  "coxeter.pxd",
15
15
  "decl.pxd",
16
16
  ],
17
- })
17
+ },
18
+ py_limited_api=False)
@@ -1 +0,0 @@
1
- 10.6.28