passagemath-glpk 10.6.25__cp312-cp312-macosx_13_0_x86_64.whl → 10.8.1a4__cp312-cp312-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.
Binary file
@@ -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.25
3
+ Version: 10.8.1a4
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
@@ -21,17 +21,17 @@ Classifier: Operating System :: POSIX :: Linux
21
21
  Classifier: Operating System :: MacOS :: MacOS X
22
22
  Classifier: Operating System :: Microsoft :: Windows
23
23
  Classifier: Programming Language :: Python :: 3 :: Only
24
- 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.10
30
+ Requires-Python: <3.15,>=3.11
31
31
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-objects~=10.6.25.0
33
- Requires-Dist: memory_allocator
34
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
32
+ Requires-Dist: passagemath-objects==10.8.1.alpha4
33
+ Requires-Dist: memory_allocator<0.2
34
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
35
35
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
36
36
  Provides-Extra: test
37
37
 
@@ -81,7 +81,7 @@ the passagemath distributions. Use of the full functionality of passagemath
81
81
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
82
82
  or virtualization.
83
83
 
84
- The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
84
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
85
85
 
86
86
 
87
87
  About this pip-installable distribution package
@@ -1,20 +1,22 @@
1
- passagemath_glpk-10.6.25.dist-info/RECORD,,
2
- passagemath_glpk-10.6.25.dist-info/WHEEL,sha256=teO2xh-FJ1HNVGe5DhoP69xaQDzWk7o1JLSQ2CMfYdA,137
3
- passagemath_glpk-10.6.25.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_glpk-10.6.25.dist-info/METADATA,sha256=IC8QATuxfFGnLREGqvZs0uwQUrPnilABTHXa-NA7ys4,4863
5
- passagemath_glpk.dylibs/libglpk.40.dylib,sha256=d4hycDQ2_JsNq-jOgYJfZtyU3D0QGsyFsAeykJ4Bzz4,1189344
6
- passagemath_glpk.dylibs/libgmp.10.dylib,sha256=JcW7WCMOs8hfe7_hl5sfvS1EiQfNdmuf5sLYy0uCrhU,580928
1
+ passagemath_glpk-10.8.1a4.dist-info/RECORD,,
2
+ passagemath_glpk-10.8.1a4.dist-info/WHEEL,sha256=5pTpmAIsteP7HEOeYcnwrega3LDXiTGsNDoeJc2hG64,155
3
+ passagemath_glpk-10.8.1a4.dist-info/top_level.txt,sha256=oHagucvL9dKQDkuSfaOi6hPiZ8ubLr_lZX0Wp_JvzLE,23
4
+ passagemath_glpk-10.8.1a4.dist-info/METADATA,sha256=ooeIUe3O7zZ6lHXs1TJDUfbC9EwJvjn7EKLSj1I7aaU,4873
5
+ passagemath_glpk/__init__.py,sha256=T64ZlRcuaZwmbPhLlAIiximry2X2ntgQvL-4NdRMCzo,82
6
+ passagemath_glpk/.dylibs/libglpk.40.dylib,sha256=jq9S2-C94PGz_DvvwLYqeWNvsNjU1mDzAE-kmdbgFuw,1116856
7
+ passagemath_glpk/.dylibs/libz.1.3.1.dylib,sha256=C7qbWyqLysUCB33xKZf8Xn6js0ElYedYhSWz5tcyWas,109840
8
+ passagemath_glpk/.dylibs/libgmp.10.dylib,sha256=KSeXt_tG2N_OwrI82BdL1ibHB_hPfxRhSyNOB2oguVw,488712
7
9
  sage/all__sagemath_glpk.py,sha256=7SNG-LnJspb9hiMfg_wNxFMDLRrITRd_bnFqNownh3o,63
8
10
  sage/numerical/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
9
11
  sage/numerical/backends/glpk_exact_backend.pxd,sha256=hsev_ABrT2yLIUWlRoV2J1qvb7wThR9gib_1AdMfWbY,960
10
12
  sage/numerical/backends/glpk_backend_test.py,sha256=6LGR9U7heVJgBe01vxsXY8CR1Jbqp9-Uri7DACe5H4k,437
11
13
  sage/numerical/backends/glpk_backend.pxd,sha256=yIMM0Hp5VBQCC13XftzoythuC_-fhC8mSTWVvndm-9Y,1648
12
- sage/numerical/backends/glpk_backend.cpython-312-darwin.so,sha256=JeVvaC_ZUio-jsYbrtKE6U83qhq_iuDrwh-YEDRa_6E,451056
14
+ sage/numerical/backends/glpk_backend.cpython-312-darwin.so,sha256=22Slm6uOOr3ZeUk6_OzHTRpcQISEqBHHKaymGkN7twU,454968
13
15
  sage/numerical/backends/glpk_graph_backend.pyx,sha256=1kZzrxrhpTwctBTKhVoiA6C-WTt_pgpkcaX1uwvG-A0,46343
14
16
  sage/numerical/backends/glpk_graph_backend.pxd,sha256=xoDnzL_yC5Xu_JGZE30MXVmcaFv_2_gHcspR3Ko8Xuc,2027
15
- sage/numerical/backends/glpk_exact_backend.cpython-312-darwin.so,sha256=-byJTKRN1N0gawDKShxdNwSXMnSGW5Ift4nRARaw6BU,99640
17
+ sage/numerical/backends/glpk_exact_backend.cpython-312-darwin.so,sha256=OHSPTN23xBXhHUB0zINTxT3f6vvn7EGimbcS65V8qTY,83824
16
18
  sage/numerical/backends/glpk_exact_backend_test.py,sha256=okdLqxEYMiTO8HCWu8fkjah6cj4sa9HIeff2s_4K8BU,447
17
- sage/numerical/backends/glpk_graph_backend.cpython-312-darwin.so,sha256=cl4y-4JIhsBaHFiSXiJAJoA2Vb7TgLUGF9yWmLxnye4,247312
19
+ sage/numerical/backends/glpk_graph_backend.cpython-312-darwin.so,sha256=JEeqJVLn43MCK0HkngeYqHRb1bLfNKIQR5lKgumOMXI,268096
18
20
  sage/numerical/backends/glpk_backend.pyx,sha256=bMh6yLeqVMvpSJjbbqT6PWR-i1h7_t00t4bHLYZNEgA,116403
19
21
  sage/numerical/backends/glpk_exact_backend.pyx,sha256=7GwedKeN5L9xtXFXciJQFbOQ7fg1M6YPbueVxCkuGpE,6817
20
22
  sage/numerical/backends/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
@@ -1,6 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_13_0_x86_64
5
- Generator: delocate 0.13.0
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
6
6
 
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_glpk
3
+ sage
@@ -1,2 +0,0 @@
1
-
2
- sage
Binary file
Binary file