passagemath-environment 10.4.40__py3-none-any.whl → 10.4.41__py3-none-any.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.
- {passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-version.sh +3 -3
- {passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/METADATA +12 -9
- {passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/RECORD +14 -14
- sage/env.py +2 -1
- sage/features/cddlib.py +4 -0
- sage/features/databases.py +1 -1
- sage/version.py +3 -3
- {passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage +0 -0
- {passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-env +0 -0
- {passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-num-threads.py +0 -0
- {passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-python +0 -0
- {passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-venv-config +0 -0
- {passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/WHEEL +0 -0
- {passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/top_level.txt +0 -0
@@ -4,6 +4,6 @@
|
|
4
4
|
# which stops "setup.py develop" from rewriting it as a Python file.
|
5
5
|
:
|
6
6
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
7
|
-
SAGE_VERSION='10.4.
|
8
|
-
SAGE_RELEASE_DATE='2024-11-
|
9
|
-
SAGE_VERSION_BANNER='passagemath version 10.4.
|
7
|
+
SAGE_VERSION='10.4.41'
|
8
|
+
SAGE_RELEASE_DATE='2024-11-04'
|
9
|
+
SAGE_VERSION_BANNER='passagemath version 10.4.41, Release Date: 2024-11-04'
|
{passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/METADATA
RENAMED
@@ -1,15 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-environment
|
3
|
-
Version: 10.4.
|
3
|
+
Version: 10.4.41
|
4
4
|
Summary: passagemath: System and software environment
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
|
+
Maintainer: Matthias Köppe, passagemath contributors
|
6
7
|
License: GNU General Public License (GPL) v2 or later
|
7
8
|
Project-URL: download, https://doc.sagemath.org/html/en/installation/index.html
|
8
|
-
Project-URL: release notes, https://github.com/
|
9
|
-
Project-URL:
|
9
|
+
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
10
|
+
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
11
|
+
Project-URL: repo, https://github.com/passagemath/passagemath
|
10
12
|
Project-URL: documentation, https://doc.sagemath.org
|
11
|
-
Project-URL: homepage, https://www.sagemath.org
|
12
|
-
Project-URL: tracker, https://github.com/sagemath/sage/issues
|
13
|
+
Project-URL: homepage (upstream), https://www.sagemath.org
|
14
|
+
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
15
|
+
Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
13
16
|
Classifier: Development Status :: 6 - Mature
|
14
17
|
Classifier: Intended Audience :: Education
|
15
18
|
Classifier: Intended Audience :: Science/Research
|
@@ -26,20 +29,20 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
26
29
|
Requires-Python: <3.13,>=3.9
|
27
30
|
Description-Content-Type: text/x-rst
|
28
31
|
Provides-Extra: conf
|
29
|
-
Requires-Dist: passagemath-conf~=10.4.
|
32
|
+
Requires-Dist: passagemath-conf~=10.4.41.0; extra == "conf"
|
30
33
|
Provides-Extra: cython
|
31
34
|
Requires-Dist: cython!=3.0.3,<4.0,>=3.0; extra == "cython"
|
32
35
|
Requires-Dist: cython<3.1.0,>=3.0.8; extra == "cython"
|
33
36
|
Provides-Extra: docbuild
|
34
|
-
Requires-Dist: passagemath-docbuild~=10.4.
|
37
|
+
Requires-Dist: passagemath-docbuild~=10.4.41.0; extra == "docbuild"
|
35
38
|
Provides-Extra: pytest
|
36
39
|
Requires-Dist: pytest; extra == "pytest"
|
37
40
|
Provides-Extra: rst2ipynb
|
38
41
|
Requires-Dist: rst2ipynb>=0.2.2; extra == "rst2ipynb"
|
39
42
|
Provides-Extra: sage
|
40
|
-
Requires-Dist: passagemath-standard~=10.4.
|
43
|
+
Requires-Dist: passagemath-standard~=10.4.41.0; extra == "sage"
|
41
44
|
Provides-Extra: sws2rst
|
42
|
-
Requires-Dist: passagemath-sws2rst~=10.4.
|
45
|
+
Requires-Dist: passagemath-sws2rst~=10.4.41.0; extra == "sws2rst"
|
43
46
|
Provides-Extra: tox
|
44
47
|
Requires-Dist: tox>=4.11; extra == "tox"
|
45
48
|
|
{passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/RECORD
RENAMED
@@ -1,20 +1,20 @@
|
|
1
|
-
passagemath_environment-10.4.
|
2
|
-
passagemath_environment-10.4.
|
3
|
-
passagemath_environment-10.4.
|
4
|
-
passagemath_environment-10.4.
|
5
|
-
passagemath_environment-10.4.
|
6
|
-
passagemath_environment-10.4.
|
1
|
+
passagemath_environment-10.4.41.data/scripts/sage,sha256=kXEjQRMowRDrarhh4vE-lKFm3156AHN5eXVu2nS-eJg,43267
|
2
|
+
passagemath_environment-10.4.41.data/scripts/sage-env,sha256=Q54ksJV-D6VBUFIeIqAiT8tktkzAEzi_wUpRuC23ITU,23221
|
3
|
+
passagemath_environment-10.4.41.data/scripts/sage-num-threads.py,sha256=U09CpRe4aXkHNWHoZSYoQwYRASrvoT-l-zslRiGVbWc,3128
|
4
|
+
passagemath_environment-10.4.41.data/scripts/sage-python,sha256=gXVskicH9NJtE5apMm1U-ZWDzWiz3Rm6dFBND2y60gI,28
|
5
|
+
passagemath_environment-10.4.41.data/scripts/sage-venv-config,sha256=4C_dvQRTdnp6H4Qs5TT1WvNuk0fGEnXkc0eGCdVDsNY,1197
|
6
|
+
passagemath_environment-10.4.41.data/scripts/sage-version.sh,sha256=laNbBfB8c1KTE559j5PTjxuvOow4ZhlxP0Nrs0GELl0,403
|
7
7
|
sage/all__sagemath_environment.py,sha256=d44XIAz0tXfPdQxa3dGJvF2WEf6stMQxLUFL0GC1Sv4,188
|
8
|
-
sage/env.py,sha256=
|
9
|
-
sage/version.py,sha256=
|
8
|
+
sage/env.py,sha256=vfWTO4hiCiYT0jYZqpTMIvyd_xpb53Kx973nMMb8iNg,18127
|
9
|
+
sage/version.py,sha256=BAwNyn1212uFUhXP3tuNNJDJag4CAvsy7Sd30Slp66Q,279
|
10
10
|
sage/features/__init__.py,sha256=NMdUbvPHznj3WrNLRdmXBdK8yA0m2Ytw54u39ihWRQo,36582
|
11
11
|
sage/features/all.py,sha256=6YQEvdLvw6Ipb0u-PLsB97wWnHj28qBYoz3fGbgrFmg,4236
|
12
12
|
sage/features/bliss.py,sha256=SeLzXDEH30tgup593E42VJGGpR2gpRRI4lBt0ufCaGc,2447
|
13
|
-
sage/features/cddlib.py,sha256=
|
13
|
+
sage/features/cddlib.py,sha256=FWpGnOTB6W0tFbd62olqpbG4IzImhuxOWB7rkGgjwIw,1381
|
14
14
|
sage/features/coxeter3.py,sha256=FwmbW2JsER7j8KGonUEDe0Mfn-5QndDY2gGLcS84gso,1475
|
15
15
|
sage/features/csdp.py,sha256=gen-XGjD-BcbOojILWv9L-T1zamb0_qFRlshk0k_j-k,2849
|
16
16
|
sage/features/cython.py,sha256=iCIV3-Btwv6vX2L15cbCyHuNx71-xcLcpwt6wCYC1Xc,1291
|
17
|
-
sage/features/databases.py,sha256=
|
17
|
+
sage/features/databases.py,sha256=WxthCcHovRjauGnvDuylbOqZytGJ9SZ_Dek65CBdBlw,10683
|
18
18
|
sage/features/dvipng.py,sha256=SJCwJNUamQuPL2-bOzT3JrA8QMdJ0t20EB9n5ogXnHE,1330
|
19
19
|
sage/features/ecm.py,sha256=qMnrunufXVKz104N-eY_3fy4Sgdzd0ohs1kXOeHvXFI,1313
|
20
20
|
sage/features/ffmpeg.py,sha256=wtJL6t56Oe1D4k1ChZjZ6LP_kx3pGPOFkYCjvr28JPM,4762
|
@@ -64,7 +64,7 @@ sage/misc/package.py,sha256=xZF5iijW69X9DblpnLcYXQiRdjE7Uhu1MJ5eeq12T9o,19191
|
|
64
64
|
sage/misc/package_dir.py,sha256=zzL-ASJSn8oX_gejqMrHrTfesVt31vAp3g-ouZKiOks,26899
|
65
65
|
sage/misc/temporary_file.py,sha256=Z-0blAIrU1MAdpl3z8M_6n7-zj4Ac3NA-ULSIIKmCWU,19138
|
66
66
|
sage/misc/viewer.py,sha256=T7DRgW07qYcKQPJ0nG-N1KoVRHz3xrL7LxkVAZ7dvOo,11554
|
67
|
-
passagemath_environment-10.4.
|
68
|
-
passagemath_environment-10.4.
|
69
|
-
passagemath_environment-10.4.
|
70
|
-
passagemath_environment-10.4.
|
67
|
+
passagemath_environment-10.4.41.dist-info/METADATA,sha256=HZMy5fxFEov2d9f65r0eJDvA2Ty90Rfg85PLWweTlBw,4146
|
68
|
+
passagemath_environment-10.4.41.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
69
|
+
passagemath_environment-10.4.41.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
|
70
|
+
passagemath_environment-10.4.41.dist-info/RECORD,,
|
sage/env.py
CHANGED
@@ -11,7 +11,7 @@ environment variables, and has the same ``SAGE_ROOT`` and ``SAGE_LOCAL``
|
|
11
11
|
sage: module_name = "sage.all" # hide .all import from the linter
|
12
12
|
sage: cmd = f"from {module_name} import SAGE_ROOT, SAGE_LOCAL;"
|
13
13
|
sage: cmd += "from os.path import samefile;"
|
14
|
-
sage: cmd += f"s1 = samefile(SAGE_ROOT, '{SAGE_ROOT}');"
|
14
|
+
sage: cmd += f"s1 = samefile(SAGE_ROOT, '{SAGE_ROOT}') if SAGE_ROOT else True;"
|
15
15
|
sage: cmd += f"s2 = samefile(SAGE_LOCAL, '{SAGE_LOCAL}');"
|
16
16
|
sage: cmd += "print(s1 and s2);"
|
17
17
|
sage: out = check_output([sys.executable, "-c", cmd], env=env).decode().strip() # long time
|
@@ -373,6 +373,7 @@ def cython_aliases(required_modules=None, optional_modules=None):
|
|
373
373
|
|
374
374
|
EXAMPLES::
|
375
375
|
|
376
|
+
sage: # needs sage.misc.cython (actually just pkgconfig)
|
376
377
|
sage: from sage.env import cython_aliases
|
377
378
|
sage: cython_aliases()
|
378
379
|
{...}
|
sage/features/cddlib.py
CHANGED
sage/features/databases.py
CHANGED
@@ -53,7 +53,7 @@ class DatabaseCremona(StaticFile):
|
|
53
53
|
EXAMPLES::
|
54
54
|
|
55
55
|
sage: from sage.features.databases import DatabaseCremona
|
56
|
-
sage: DatabaseCremona('cremona_mini', type='standard').is_present()
|
56
|
+
sage: DatabaseCremona('cremona_mini', type='standard').is_present() # needs database_cremona_mini_ellcurve
|
57
57
|
FeatureTestResult('database_cremona_mini_ellcurve', True)
|
58
58
|
sage: DatabaseCremona().is_present() # optional - database_cremona_ellcurve
|
59
59
|
FeatureTestResult('database_cremona_ellcurve', True)
|
sage/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-environment
|
2
2
|
# Sage version information for Python scripts
|
3
3
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
4
|
-
version = '10.4.
|
5
|
-
date = '2024-11-
|
6
|
-
banner = 'passagemath version 10.4.
|
4
|
+
version = '10.4.41'
|
5
|
+
date = '2024-11-04'
|
6
|
+
banner = 'passagemath version 10.4.41, Release Date: 2024-11-04'
|
File without changes
|
{passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-env
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.40.data → passagemath_environment-10.4.41.data}/scripts/sage-python
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.40.dist-info → passagemath_environment-10.4.41.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|