passagemath-standard 10.5.41__tar.gz → 10.5.43__tar.gz
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_standard-10.5.41/passagemath_standard.egg-info → passagemath_standard-10.5.43}/PKG-INFO +3 -3
- passagemath_standard-10.5.43/VERSION.txt +1 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43/passagemath_standard.egg-info}/PKG-INFO +3 -3
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/passagemath_standard.egg-info/requires.txt +2 -2
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/pyproject.toml +2 -2
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/tox.ini +3 -1
- passagemath_standard-10.5.41/VERSION.txt +0 -1
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/LICENSE.txt +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/README.rst +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/constraints_pkgs.txt +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/passagemath_standard.egg-info/SOURCES.txt +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/passagemath_standard.egg-info/dependency_links.txt +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/passagemath_standard.egg-info/top_level.txt +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/pyproject.toml.m4 +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/requirements.txt.m4 +0 -0
- {passagemath_standard-10.5.41 → passagemath_standard-10.5.43}/setup.cfg +0 -0
{passagemath_standard-10.5.41/passagemath_standard.egg-info → passagemath_standard-10.5.43}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-standard
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.43
|
4
4
|
Summary: passagemath: Standard Python Library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,8 +29,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.14,>=3.9
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
License-File: LICENSE.txt
|
32
|
-
Requires-Dist: passagemath-standard-no-symbolics~=10.5.
|
33
|
-
Requires-Dist: passagemath-symbolics~=10.5.
|
32
|
+
Requires-Dist: passagemath-standard-no-symbolics~=10.5.43.0
|
33
|
+
Requires-Dist: passagemath-symbolics~=10.5.43.0
|
34
34
|
Provides-Extra: 4ti2
|
35
35
|
Requires-Dist: passagemath-latte-4ti2; extra == "4ti2"
|
36
36
|
Provides-Extra: benzene
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.43
|
{passagemath_standard-10.5.41 → passagemath_standard-10.5.43/passagemath_standard.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-standard
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.43
|
4
4
|
Summary: passagemath: Standard Python Library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,8 +29,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.14,>=3.9
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
License-File: LICENSE.txt
|
32
|
-
Requires-Dist: passagemath-standard-no-symbolics~=10.5.
|
33
|
-
Requires-Dist: passagemath-symbolics~=10.5.
|
32
|
+
Requires-Dist: passagemath-standard-no-symbolics~=10.5.43.0
|
33
|
+
Requires-Dist: passagemath-symbolics~=10.5.43.0
|
34
34
|
Provides-Extra: 4ti2
|
35
35
|
Requires-Dist: passagemath-latte-4ti2; extra == "4ti2"
|
36
36
|
Provides-Extra: benzene
|
@@ -10,8 +10,8 @@ build-backend = "setuptools.build_meta"
|
|
10
10
|
name = "passagemath-standard"
|
11
11
|
description = "passagemath: Standard Python Library"
|
12
12
|
dependencies = [
|
13
|
-
'passagemath-standard-no-symbolics ~= 10.5.
|
14
|
-
'passagemath-symbolics ~= 10.5.
|
13
|
+
'passagemath-standard-no-symbolics ~= 10.5.43.0',
|
14
|
+
'passagemath-symbolics ~= 10.5.43.0',
|
15
15
|
]
|
16
16
|
dynamic = ["version"]
|
17
17
|
license = "GPL-2.0-or-later"
|
@@ -16,6 +16,7 @@
|
|
16
16
|
#
|
17
17
|
[tox]
|
18
18
|
envlist =
|
19
|
+
sagepython-sagewheels-nopypi-norequirements-notest
|
19
20
|
# Build and test without using the concrete dependencies specified by requirements.txt,
|
20
21
|
# using the dependencies declared in pyproject.toml (build-system requires, dependencies) only:
|
21
22
|
# Still use ONLY the wheels built and stored by the Sage distribution (no PyPI).
|
@@ -125,7 +126,8 @@ sitepackages =
|
|
125
126
|
sitepackages: True
|
126
127
|
!sitepackages: False
|
127
128
|
|
128
|
-
extras =
|
129
|
+
extras =
|
130
|
+
!notest: test
|
129
131
|
|
130
132
|
passenv = {[pkgenv]passenv}
|
131
133
|
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.41
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|