passagemath-standard 10.5.43__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.5.43/passagemath_standard.egg-info → passagemath_standard-10.6.1rc2}/PKG-INFO +5 -6
  2. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/README.rst +1 -1
  3. passagemath_standard-10.6.1rc2/VERSION.txt +1 -0
  4. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2/passagemath_standard.egg-info}/PKG-INFO +5 -6
  5. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/requires.txt +2 -2
  6. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/pyproject.toml +3 -4
  7. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/tox.ini +1 -22
  8. passagemath_standard-10.5.43/VERSION.txt +0 -1
  9. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/LICENSE.txt +0 -0
  10. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/constraints_pkgs.txt +0 -0
  11. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/SOURCES.txt +0 -0
  12. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/dependency_links.txt +0 -0
  13. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/passagemath_standard.egg-info/top_level.txt +0 -0
  14. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/pyproject.toml.m4 +0 -0
  15. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc2}/requirements.txt.m4 +0 -0
  16. {passagemath_standard-10.5.43 → 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.5.43
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
@@ -19,18 +19,17 @@ Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
20
  Classifier: Operating System :: MacOS :: MacOS X
21
21
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
28
+ Requires-Python: <3.14,>=3.10
30
29
  Description-Content-Type: text/x-rst
31
30
  License-File: LICENSE.txt
32
- Requires-Dist: passagemath-standard-no-symbolics~=10.5.43.0
33
- Requires-Dist: passagemath-symbolics~=10.5.43.0
31
+ Requires-Dist: passagemath-standard-no-symbolics==10.6.1rc2
32
+ Requires-Dist: passagemath-symbolics==10.6.1rc2
34
33
  Provides-Extra: 4ti2
35
34
  Requires-Dist: passagemath-latte-4ti2; extra == "4ti2"
36
35
  Provides-Extra: benzene
@@ -166,7 +165,7 @@ passagemath attempts to support all major Linux distributions and recent version
166
165
  macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
167
166
  virtualization.
168
167
 
169
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
168
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
170
169
  Python 3.13.x is also supported, but some third-party packages are still missing wheels,
171
170
  so compilation from source is triggered for those.
172
171
 
@@ -39,7 +39,7 @@ passagemath attempts to support all major Linux distributions and recent version
39
39
  macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
40
40
  virtualization.
41
41
 
42
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
42
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
43
43
  Python 3.13.x is also supported, but some third-party packages are still missing wheels,
44
44
  so compilation from source is triggered for those.
45
45
 
@@ -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.5.43
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
@@ -19,18 +19,17 @@ Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
20
  Classifier: Operating System :: MacOS :: MacOS X
21
21
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
28
+ Requires-Python: <3.14,>=3.10
30
29
  Description-Content-Type: text/x-rst
31
30
  License-File: LICENSE.txt
32
- Requires-Dist: passagemath-standard-no-symbolics~=10.5.43.0
33
- Requires-Dist: passagemath-symbolics~=10.5.43.0
31
+ Requires-Dist: passagemath-standard-no-symbolics==10.6.1rc2
32
+ Requires-Dist: passagemath-symbolics==10.6.1rc2
34
33
  Provides-Extra: 4ti2
35
34
  Requires-Dist: passagemath-latte-4ti2; extra == "4ti2"
36
35
  Provides-Extra: benzene
@@ -166,7 +165,7 @@ passagemath attempts to support all major Linux distributions and recent version
166
165
  macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
167
166
  virtualization.
168
167
 
169
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
168
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
170
169
  Python 3.13.x is also supported, but some third-party packages are still missing wheels,
171
170
  so compilation from source is triggered for those.
172
171
 
@@ -1,5 +1,5 @@
1
- passagemath-standard-no-symbolics~=10.5.43.0
2
- passagemath-symbolics~=10.5.43.0
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.5.43.0',
14
- 'passagemath-symbolics ~= 10.5.43.0',
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"
@@ -27,7 +27,6 @@ classifiers = [
27
27
  "Operating System :: POSIX",
28
28
  "Operating System :: MacOS :: MacOS X",
29
29
  "Programming Language :: Python :: 3 :: Only",
30
- "Programming Language :: Python :: 3.9",
31
30
  "Programming Language :: Python :: 3.10",
32
31
  "Programming Language :: Python :: 3.11",
33
32
  "Programming Language :: Python :: 3.12",
@@ -35,7 +34,7 @@ classifiers = [
35
34
  "Programming Language :: Python :: Implementation :: CPython",
36
35
  "Topic :: Scientific/Engineering :: Mathematics",
37
36
  ]
38
- requires-python = ">=3.9, <3.14"
37
+ requires-python = ">=3.10, <3.14"
39
38
 
40
39
  [project.urls]
41
40
  "release notes" = "https://github.com/passagemath/passagemath/releases"
@@ -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.5.43