passagemath-glpk 10.6.2__cp310-cp310-musllinux_1_2_x86_64.whl → 10.6.43__cp310-cp310-musllinux_1_2_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.
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-glpk
2
+
3
+ from sage.all__sagemath_glpk import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-glpk
3
- Version: 10.6.2
3
+ Version: 10.6.43
4
4
  Summary: passagemath: Linear and mixed integer linear optimization backend using GLPK
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -25,13 +25,14 @@ Classifier: Programming Language :: Python :: 3.10
25
25
  Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Programming Language :: Python :: 3.12
27
27
  Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
28
29
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
30
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.10
31
+ Requires-Python: <3.15,>=3.10
31
32
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-objects~=10.6.2.0
33
+ Requires-Dist: passagemath-objects~=10.6.43.0
33
34
  Requires-Dist: memory_allocator
34
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
35
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
35
36
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
36
37
  Provides-Extra: test
37
38
 
@@ -70,21 +71,18 @@ It was created in October 2024 with the following goals:
70
71
  serverless deployment with Javascript,
71
72
  - developing a native Windows port.
72
73
 
73
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
74
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
74
75
  available online.
75
76
 
76
77
  passagemath attempts to support and provides binary wheels suitable for
77
78
  all major Linux distributions and recent versions of macOS.
78
79
 
79
- For the Linux aarch64 (ARM) platform, some third-party packages are still missing
80
- wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
81
-
82
80
  Binary wheels for native Windows (x86_64) are are available for a subset of
83
81
  the passagemath distributions. Use of the full functionality of passagemath
84
82
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
85
83
  or virtualization.
86
84
 
87
- The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
85
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
88
86
 
89
87
 
90
88
  About this pip-installable distribution package
@@ -1,3 +1,4 @@
1
+ passagemath_glpk/__init__.py,sha256=T64ZlRcuaZwmbPhLlAIiximry2X2ntgQvL-4NdRMCzo,82
1
2
  passagemath_glpk.libs/libglpk-b0cb8ac7.so.40.3.1,sha256=1uOmoLzD1d-kQcsKPuGGeIEPns6G9Ho6gyWVz_1FGGs,3361385
2
3
  passagemath_glpk.libs/libgmp-0e7fc84e.so.10.5.0,sha256=19mj7ISusOKPTVdhqjzZ-Ts-9Qf82f4a_8Sslp-ypCg,773097
3
4
  sage/all__sagemath_glpk.py,sha256=7SNG-LnJspb9hiMfg_wNxFMDLRrITRd_bnFqNownh3o,63
@@ -10,18 +11,18 @@ sage/libs/glpk/lp.pxd,sha256=cprSbx4WwOsTbqw56AQ4VDNKQnaeuVlF3ERy5gpHkIo,4106
10
11
  sage/libs/glpk/types.pxd,sha256=lyEVk-aeb-JOKLQK5hoL6sUh2iyKxxTCfBkU3rTzbUM,2221
11
12
  sage/numerical/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
12
13
  sage/numerical/backends/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
13
- sage/numerical/backends/glpk_backend.cpython-310-x86_64-linux-gnu.so,sha256=a5agrJIWLvtsirCDjWPSc6hNfeLQfClDandIRmlLmfc,1890489
14
+ sage/numerical/backends/glpk_backend.cpython-310-x86_64-linux-gnu.so,sha256=3HJUS0Ho2CoROE0Kcx2d8qC1X3N1QYt4VGHX2yAAz9o,1997209
14
15
  sage/numerical/backends/glpk_backend.pxd,sha256=yIMM0Hp5VBQCC13XftzoythuC_-fhC8mSTWVvndm-9Y,1648
15
16
  sage/numerical/backends/glpk_backend.pyx,sha256=bMh6yLeqVMvpSJjbbqT6PWR-i1h7_t00t4bHLYZNEgA,116403
16
17
  sage/numerical/backends/glpk_backend_test.py,sha256=6LGR9U7heVJgBe01vxsXY8CR1Jbqp9-Uri7DACe5H4k,437
17
- sage/numerical/backends/glpk_exact_backend.cpython-310-x86_64-linux-gnu.so,sha256=UbOFookRxxgzy49Jwv_sebisR52XWX-FrZjDKAWB7g8,364104
18
+ sage/numerical/backends/glpk_exact_backend.cpython-310-x86_64-linux-gnu.so,sha256=vP_t2V1ZVbYXX3ZrgQjyth4vAVJVBlKGlGqPg6O_q0A,282800
18
19
  sage/numerical/backends/glpk_exact_backend.pxd,sha256=hsev_ABrT2yLIUWlRoV2J1qvb7wThR9gib_1AdMfWbY,960
19
20
  sage/numerical/backends/glpk_exact_backend.pyx,sha256=7GwedKeN5L9xtXFXciJQFbOQ7fg1M6YPbueVxCkuGpE,6817
20
21
  sage/numerical/backends/glpk_exact_backend_test.py,sha256=okdLqxEYMiTO8HCWu8fkjah6cj4sa9HIeff2s_4K8BU,447
21
- sage/numerical/backends/glpk_graph_backend.cpython-310-x86_64-linux-gnu.so,sha256=1_tBFb_OyImAhfqbWqF3imkEqaRvXSTnI75feqNfI2A,1079121
22
+ sage/numerical/backends/glpk_graph_backend.cpython-310-x86_64-linux-gnu.so,sha256=4LKXtQnE_28h54H3r2F-k20VqdbAyktouUucXxLZsyI,1144833
22
23
  sage/numerical/backends/glpk_graph_backend.pxd,sha256=xoDnzL_yC5Xu_JGZE30MXVmcaFv_2_gHcspR3Ko8Xuc,2027
23
24
  sage/numerical/backends/glpk_graph_backend.pyx,sha256=1kZzrxrhpTwctBTKhVoiA6C-WTt_pgpkcaX1uwvG-A0,46343
24
- passagemath_glpk-10.6.2.dist-info/METADATA,sha256=HhtWwTi4vyhlv5nLPy-o2VLV3gWeEYErkUehn2ArQ5g,5121
25
- passagemath_glpk-10.6.2.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
26
- passagemath_glpk-10.6.2.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
27
- passagemath_glpk-10.6.2.dist-info/RECORD,,
25
+ passagemath_glpk-10.6.43.dist-info/METADATA,sha256=C9o08xk4rJrW_05ax7lNL2AFR8KnyK22_eZcUf13ufE,4915
26
+ passagemath_glpk-10.6.43.dist-info/WHEEL,sha256=YJPq7zroHSsdctrb_KymZ4ss41PkmaA9SD9TZzqKSX8,112
27
+ passagemath_glpk-10.6.43.dist-info/top_level.txt,sha256=oHagucvL9dKQDkuSfaOi6hPiZ8ubLr_lZX0Wp_JvzLE,23
28
+ passagemath_glpk-10.6.43.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_glpk
3
+ sage
@@ -1,2 +0,0 @@
1
-
2
- sage