passagemath-glpk 10.6.2__cp313-cp313-musllinux_1_2_aarch64.whl → 10.8.1a1__cp313-cp313-musllinux_1_2_aarch64.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.8.1a1
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.11
31
32
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-objects~=10.6.2.0
33
+ Requires-Dist: passagemath-objects==10.8.1.alpha1
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-b001aa75.so.40.3.1,sha256=HETFh7DP08ZQlOUN2QRwOpnHCYgZeIIc-BQM5jq-vf8,3414577
2
3
  passagemath_glpk.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
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-313-aarch64-linux-musl.so,sha256=7uhSEn0mbGbnB6PzQY_h3JeBy2MhwodngxZ-ixgd6ak,2103345
14
+ sage/numerical/backends/glpk_backend.cpython-313-aarch64-linux-musl.so,sha256=bC7WeWfCLHO2MFPse_5DFy5I74qlDdoQ2H5ihpHxTuc,2300713
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-313-aarch64-linux-musl.so,sha256=mi7NNF_VXpCE-ebgtUSM57bz4oD-cYviFqVgX_7ejd4,380200
18
+ sage/numerical/backends/glpk_exact_backend.cpython-313-aarch64-linux-musl.so,sha256=eGhJWSq22QgXWnULgUJ2h3V85oaDVb11ca6eZBCUVuo,470904
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-313-aarch64-linux-musl.so,sha256=IbEtoUkUnygPprIdThSosKnNco27kYG9viV3G8Jy7O0,1250961
22
+ sage/numerical/backends/glpk_graph_backend.cpython-313-aarch64-linux-musl.so,sha256=fGS02K8PeX1RdtzfPjhSyTct-8exebJi6jKtlLsOnSg,1448289
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=3IjWZRuuq2q-vKtU0x2XxSbfx92VUEmTDWR0AUEtZxI,113
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.8.1a1.dist-info/METADATA,sha256=tLY2lF69h_HGc9o694CLMwssX6l5bwoR8NuQmN-bx_0,4920
26
+ passagemath_glpk-10.8.1a1.dist-info/WHEEL,sha256=BLa3UmIggvuRaqGj3EBz2COOwNnVneKIQre8XBgyJoI,114
27
+ passagemath_glpk-10.8.1a1.dist-info/top_level.txt,sha256=oHagucvL9dKQDkuSfaOi6hPiZ8ubLr_lZX0Wp_JvzLE,23
28
+ passagemath_glpk-10.8.1a1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-musllinux_1_2_aarch64
5
5
 
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_glpk
3
+ sage
@@ -1,2 +0,0 @@
1
-
2
- sage