passagemath-standard 10.6.1rc1__tar.gz → 10.6.1rc2__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.
Files changed (16) hide show
  1. {passagemath_standard-10.6.1rc1/passagemath_standard.egg-info → passagemath_standard-10.6.1rc2}/PKG-INFO +3 -3
  2. passagemath_standard-10.6.1rc2/VERSION.txt +1 -0
  3. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2/passagemath_standard.egg-info}/PKG-INFO +3 -3
  4. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/requires.txt +2 -2
  5. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/pyproject.toml +2 -2
  6. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/tox.ini +1 -22
  7. passagemath_standard-10.6.1rc1/VERSION.txt +0 -1
  8. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/LICENSE.txt +0 -0
  9. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/README.rst +0 -0
  10. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/constraints_pkgs.txt +0 -0
  11. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/SOURCES.txt +0 -0
  12. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/dependency_links.txt +0 -0
  13. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/top_level.txt +0 -0
  14. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/pyproject.toml.m4 +0 -0
  15. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/requirements.txt.m4 +0 -0
  16. {passagemath_standard-10.6.1rc1 → passagemath_standard-10.6.1rc2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-standard
3
- Version: 10.6.1rc1
3
+ Version: 10.6.1rc2
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
@@ -28,8 +28,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
28
28
  Requires-Python: <3.14,>=3.10
29
29
  Description-Content-Type: text/x-rst
30
30
  License-File: LICENSE.txt
31
- Requires-Dist: passagemath-standard-no-symbolics==10.6.1rc1
32
- Requires-Dist: passagemath-symbolics==10.6.1rc1
31
+ Requires-Dist: passagemath-standard-no-symbolics==10.6.1rc2
32
+ Requires-Dist: passagemath-symbolics==10.6.1rc2
33
33
  Provides-Extra: 4ti2
34
34
  Requires-Dist: passagemath-latte-4ti2; extra == "4ti2"
35
35
  Provides-Extra: benzene
@@ -0,0 +1 @@
1
+ 10.6.1.rc2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-standard
3
- Version: 10.6.1rc1
3
+ Version: 10.6.1rc2
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
@@ -28,8 +28,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
28
28
  Requires-Python: <3.14,>=3.10
29
29
  Description-Content-Type: text/x-rst
30
30
  License-File: LICENSE.txt
31
- Requires-Dist: passagemath-standard-no-symbolics==10.6.1rc1
32
- Requires-Dist: passagemath-symbolics==10.6.1rc1
31
+ Requires-Dist: passagemath-standard-no-symbolics==10.6.1rc2
32
+ Requires-Dist: passagemath-symbolics==10.6.1rc2
33
33
  Provides-Extra: 4ti2
34
34
  Requires-Dist: passagemath-latte-4ti2; extra == "4ti2"
35
35
  Provides-Extra: benzene
@@ -1,5 +1,5 @@
1
- passagemath-standard-no-symbolics==10.6.1rc1
2
- passagemath-symbolics==10.6.1rc1
1
+ passagemath-standard-no-symbolics==10.6.1rc2
2
+ passagemath-symbolics==10.6.1rc2
3
3
 
4
4
  [4ti2]
5
5
  passagemath-latte-4ti2
@@ -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.6.1rc1',
14
- 'passagemath-symbolics == 10.6.1rc1',
13
+ 'passagemath-standard-no-symbolics == 10.6.1rc2',
14
+ 'passagemath-symbolics == 10.6.1rc2',
15
15
  ]
16
16
  dynamic = ["version"]
17
17
  license = "GPL-2.0-or-later"
@@ -54,11 +54,6 @@ envlist =
54
54
  #
55
55
  # ./sage -sh -c '(cd pkgs/sagemath-standard && tox -v -v -v -e sagepython-sagewheels)'
56
56
  #
57
- # Likewise, but using pipenv using Pipfile-dist (= SAGE_ROOT/Pipfile).
58
- # This also fixes the concrete dependencies (at least for some packages).
59
- #
60
- # ./sage -sh -c '(cd pkgs/sagemath-standard && tox -v -v -v -e sagepython-sagewheels-pipenv-dist)'
61
- #
62
57
  # Build using the dependencies declared in pyproject.toml (build-system requires, dependencies) only:
63
58
  # Use the wheels built and stored by the Sage distribution,
64
59
  # and additionally allow packages from PyPI.
@@ -68,10 +63,6 @@ envlist =
68
63
  #
69
64
  # ./sage -sh -c '(cd pkgs/sagemath-standard && tox -v -v -v -e sagepython-sagewheels-norequirements)'
70
65
  #
71
- # Likewise, but using pipenv
72
- #
73
- # ./sage -sh -c '(cd pkgs/sagemath-standard && tox -v -v -v -e sagepython-sagewheels-pipenv)'
74
- #
75
66
 
76
67
  requires =
77
68
  # Auto-provision a modern tox.
@@ -110,14 +101,10 @@ setenv =
110
101
  # PIP_NO_BUILD_ISOLATION=False means don't use build isolation.
111
102
  # See https://github.com/conda/conda-build/blob/8f1b3517fd0c816ec78b6dadf4a912b849ecd58a/conda_build/build.py#L2574
112
103
  nobuildisolation: PIP_NO_BUILD_ISOLATION=false
113
- # Do not write or use Pipfile.lock -- we cannot seem to set its location,
114
- # so we cannot isolate it in the tox environment.
115
- pipenv: PIPENV_SKIP_LOCK=true
116
104
 
117
105
  [testenv]
118
106
  deps =
119
- pipenv: pipenv
120
- !pipenv-!norequirements: -rrequirements.txt
107
+ !norequirements: -rrequirements.txt
121
108
  ## Needed for fpylll
122
109
  norequirements: Cython
123
110
  norequirements: cysignals
@@ -194,18 +181,10 @@ package_env = .pkg-sagepython-sagewheels-nopypi
194
181
  basepython = {env:SAGE_VENV}/bin/python3
195
182
  package_env = .pkg-sagepython
196
183
 
197
- [testenv:sagepython-sagewheels-pipenv-dist]
198
- basepython = {env:SAGE_VENV}/bin/python3
199
- package_env = .pkg-sagepython
200
-
201
184
  [testenv:sagepython-sagewheels-norequirements]
202
185
  basepython = {env:SAGE_VENV}/bin/python3
203
186
  package_env = .pkg-sagepython
204
187
 
205
- [testenv:sagepython-sagewheels-pipenv]
206
- basepython = {env:SAGE_VENV}/bin/python3
207
- package_env = .pkg-sagepython
208
-
209
188
  [testenv:sagepython-constraints_pkgs]
210
189
  basepython = {env:SAGE_VENV}/bin/python3
211
190
  package_env = .pkg-sagepython-constraints_pkgs
@@ -1 +0,0 @@
1
- 10.6.1.rc1