passagemath-standard 10.5.43__tar.gz → 10.6.1rc1__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.1rc1}/PKG-INFO +5 -6
  2. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/README.rst +1 -1
  3. passagemath_standard-10.6.1rc1/VERSION.txt +1 -0
  4. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1/passagemath_standard.egg-info}/PKG-INFO +5 -6
  5. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/passagemath_standard.egg-info/requires.txt +2 -2
  6. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/pyproject.toml +3 -4
  7. passagemath_standard-10.5.43/VERSION.txt +0 -1
  8. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/LICENSE.txt +0 -0
  9. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/constraints_pkgs.txt +0 -0
  10. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/passagemath_standard.egg-info/SOURCES.txt +0 -0
  11. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/passagemath_standard.egg-info/dependency_links.txt +0 -0
  12. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/passagemath_standard.egg-info/top_level.txt +0 -0
  13. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/pyproject.toml.m4 +0 -0
  14. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/requirements.txt.m4 +0 -0
  15. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/setup.cfg +0 -0
  16. {passagemath_standard-10.5.43 → passagemath_standard-10.6.1rc1}/tox.ini +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.1rc1
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.1rc1
32
+ Requires-Dist: passagemath-symbolics==10.6.1rc1
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.rc1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-standard
3
- Version: 10.5.43
3
+ Version: 10.6.1rc1
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.1rc1
32
+ Requires-Dist: passagemath-symbolics==10.6.1rc1
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.1rc1
2
+ passagemath-symbolics==10.6.1rc1
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.1rc1',
14
+ 'passagemath-symbolics == 10.6.1rc1',
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"
@@ -1 +0,0 @@
1
- 10.5.43