passagemath-libbraiding 10.5.32__cp310-cp310-macosx_13_0_x86_64.whl → 10.6.33__cp310-cp310-macosx_13_0_x86_64.whl

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-libbraiding might be problematic. Click here for more details.

@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-libbraiding
3
- Version: 10.5.32
3
+ Version: 10.6.33
4
4
  Summary: passagemath: Braid computations with libbraiding
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
7
- License: GNU General Public License (GPL) v2 or later
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
@@ -16,23 +16,25 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
16
  Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
21
  Classifier: Operating System :: MacOS :: MacOS X
22
22
  Classifier: Programming Language :: Python :: 3 :: Only
23
- Classifier: Programming Language :: Python :: 3.9
24
23
  Classifier: Programming Language :: Python :: 3.10
25
24
  Classifier: Programming Language :: Python :: 3.11
26
25
  Classifier: Programming Language :: Python :: 3.12
27
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
28
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.9
30
+ Requires-Python: <3.15,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-objects~=10.5.32.0
32
+ Requires-Dist: passagemath-objects~=10.6.33.0
33
33
  Requires-Dist: memory_allocator
34
- Requires-Dist: cysignals==1.12.0rc2
34
+ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
35
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
36
  Provides-Extra: test
37
+ Requires-Dist: passagemath-combinat; extra == "test"
36
38
  Requires-Dist: passagemath-graphs; extra == "test"
37
39
  Requires-Dist: passagemath-groups; extra == "test"
38
40
  Requires-Dist: passagemath-repl; extra == "test"
@@ -50,38 +52,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
50
52
  developed 2005-2025 under the motto “Creating a Viable Open Source
51
53
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
52
54
 
53
- The passagemath fork was created in October 2024 with the following
54
- goals:
55
+ The passagemath fork uses the motto "Creating a Free Passage Between the
56
+ Scientific Python Ecosystem and Mathematical Software Communities."
57
+ It was created in October 2024 with the following goals:
55
58
 
56
- - providing modularized installation with pip, thus completing a `major
57
- project started in 2020 in the Sage
58
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
59
+ - providing modularized installation with pip,
59
60
  - establishing first-class membership in the scientific Python
60
61
  ecosystem,
61
62
  - giving `clear attribution of upstream
62
63
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
63
64
  - providing independently usable Python interfaces to upstream
64
65
  libraries,
65
- - providing `platform portability and integration testing
66
+ - offering `platform portability and integration testing
66
67
  services <https://github.com/passagemath/passagemath/issues/704>`__
67
68
  to upstream projects,
68
69
  - inviting collaborations with upstream projects,
69
70
  - `building a professional, respectful, inclusive
70
71
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
72
+ - `empowering Sage users to participate in the scientific Python ecosystem
73
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
71
74
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
72
75
  serverless deployment with Javascript,
73
76
  - developing a native Windows port.
74
77
 
75
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
78
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
76
79
  available online.
77
80
 
78
- passagemath attempts to support all major Linux distributions and recent versions of
79
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
80
- virtualization.
81
+ passagemath attempts to support and provides binary wheels suitable for
82
+ all major Linux distributions and recent versions of macOS.
81
83
 
82
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
83
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
84
- so compilation from source is triggered for those.
84
+ Binary wheels for native Windows (x86_64) are are available for a subset of
85
+ the passagemath distributions. Use of the full functionality of passagemath
86
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
87
+ or virtualization.
88
+
89
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
85
90
 
86
91
 
87
92
  About this pip-installable distribution package
@@ -0,0 +1,9 @@
1
+ passagemath_libbraiding-10.6.33.dist-info/RECORD,,
2
+ passagemath_libbraiding-10.6.33.dist-info/WHEEL,sha256=mC9XaLUIYd-A0klVSjTvb9Dm5RdzpW418xdGHHJcrOE,154
3
+ passagemath_libbraiding-10.6.33.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_libbraiding-10.6.33.dist-info/METADATA,sha256=ZK49rGlBur_f9kmphPf0iNx9QpTBj9McITNZWHAyiQY,5562
5
+ passagemath_libbraiding.dylibs/libbraiding.0.0.0.dylib,sha256=9AJWeTlFS0Xrr48GifIUHwvZw6grIw3NQzeENmIkJac,303136
6
+ sage/all__sagemath_libbraiding.py,sha256=YFtacYzpNCVWMxSKZW0rwFrLVGiuBZ-eXSEcwouWpG4,350
7
+ sage/libs/all__sagemath_libbraiding.py,sha256=HzvyH9JZ1Fjh65Qx_jwx_UD5XSJg2iOTg7L5ajVVYvs,50
8
+ sage/libs/braiding.cpython-310-darwin.so,sha256=fJXdXzV-8mVJV1G3ysJe_jNMldIWpVN53DGjO2Pja-0,132200
9
+ sage/libs/braiding.pyx,sha256=xJfL8rQhdliD5Z4PyZybDQzuVsr8bbMaUzUTwl0eIuc,14059
@@ -1,6 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_13_0_x86_64
5
- Generator: delocate 0.13.0
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
6
6
 
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-libbraiding
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_objects import *
4
5
 
Binary file
@@ -1,9 +0,0 @@
1
- passagemath_libbraiding.dylibs/libbraiding.0.0.0.dylib,sha256=nRZUQKuJarSIc5Fyk3lY9l8x2BiOntQmJKS8cKTJukM,382272
2
- sage/all__sagemath_libbraiding.py,sha256=hwYhU8Y9dk_-LqNJiTU-LfNA5dn3IfGxX9G8m7Zmdwk,330
3
- sage/libs/all__sagemath_libbraiding.py,sha256=HzvyH9JZ1Fjh65Qx_jwx_UD5XSJg2iOTg7L5ajVVYvs,50
4
- sage/libs/braiding.cpython-310-darwin.so,sha256=SoKWSnvk7rSwEs5hChNBt-KesszwibYzqUOnMeHpu7U,187216
5
- sage/libs/braiding.pyx,sha256=xJfL8rQhdliD5Z4PyZybDQzuVsr8bbMaUzUTwl0eIuc,14059
6
- passagemath_libbraiding-10.5.32.dist-info/RECORD,,
7
- passagemath_libbraiding-10.5.32.dist-info/WHEEL,sha256=g17Cxf62jWjhL9MTf8hmOjlZJeBlJYrcg0x5AMvvc-U,137
8
- passagemath_libbraiding-10.5.32.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
9
- passagemath_libbraiding-10.5.32.dist-info/METADATA,sha256=eGLxUWWGn_m5Yg3rzO7cshtakjct1Qk8CfKpAM5xAd8,5272