passagemath-giac 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 (24) hide show
  1. {passagemath_giac-10.5.43/passagemath_giac.egg-info → passagemath_giac-10.6.1rc1}/PKG-INFO +4 -5
  2. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/README.rst +1 -1
  3. passagemath_giac-10.6.1rc1/VERSION.txt +1 -0
  4. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1/passagemath_giac.egg-info}/PKG-INFO +4 -5
  5. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/passagemath_giac.egg-info/requires.txt +1 -1
  6. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/pyproject.toml +5 -6
  7. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/interfaces/giac.py +1 -1
  8. passagemath_giac-10.5.43/VERSION.txt +0 -1
  9. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/MANIFEST.in +0 -0
  10. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/passagemath_giac.egg-info/SOURCES.txt +0 -0
  11. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/passagemath_giac.egg-info/dependency_links.txt +0 -0
  12. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/passagemath_giac.egg-info/top_level.txt +0 -0
  13. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/all__sagemath_giac.py +0 -0
  14. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/interfaces/all__sagemath_giac.py +0 -0
  15. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/all__sagemath_giac.py +0 -0
  16. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/__init__.py +0 -0
  17. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/auto-methods.pxi +0 -0
  18. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/giac.pxd +0 -0
  19. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/giac.pyx +0 -0
  20. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/keywords.pxi +0 -0
  21. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/meson.build +0 -0
  22. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/sage/libs/giac/misc.h +0 -0
  23. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/setup.cfg +0 -0
  24. {passagemath_giac-10.5.43 → passagemath_giac-10.6.1rc1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-giac
3
- Version: 10.5.43
3
+ Version: 10.6.1rc1
4
4
  Summary: passagemath: Symbolic computation with GIAC
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -19,16 +19,15 @@ 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
- Requires-Dist: passagemath-categories~=10.5.43.0
30
+ Requires-Dist: passagemath-categories==10.6.1rc1
32
31
  Provides-Extra: test
33
32
  Requires-Dist: passagemath-repl; extra == "test"
34
33
  Requires-Dist: passagemath-symbolics; extra == "test"
@@ -74,7 +73,7 @@ passagemath attempts to support all major Linux distributions and recent version
74
73
  macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
75
74
  virtualization.
76
75
 
77
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
76
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
78
77
  Python 3.13.x is also supported, but some third-party packages are still missing wheels,
79
78
  so compilation from source is triggered for those.
80
79
 
@@ -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-giac
3
- Version: 10.5.43
3
+ Version: 10.6.1rc1
4
4
  Summary: passagemath: Symbolic computation with GIAC
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -19,16 +19,15 @@ 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
- Requires-Dist: passagemath-categories~=10.5.43.0
30
+ Requires-Dist: passagemath-categories==10.6.1rc1
32
31
  Provides-Extra: test
33
32
  Requires-Dist: passagemath-repl; extra == "test"
34
33
  Requires-Dist: passagemath-symbolics; extra == "test"
@@ -74,7 +73,7 @@ passagemath attempts to support all major Linux distributions and recent version
74
73
  macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
75
74
  virtualization.
76
75
 
77
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
76
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
78
77
  Python 3.13.x is also supported, but some third-party packages are still missing wheels,
79
78
  so compilation from source is triggered for those.
80
79
 
@@ -1,4 +1,4 @@
1
- passagemath-categories~=10.5.43.0
1
+ passagemath-categories==10.6.1rc1
2
2
 
3
3
  [test]
4
4
  passagemath-repl
@@ -3,9 +3,9 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
- 'passagemath-setup ~= 10.5.43.0',
7
- 'passagemath-environment ~= 10.5.43.0',
8
- 'passagemath-categories ~= 10.5.43.0',
6
+ 'passagemath-setup == 10.6.1rc1',
7
+ 'passagemath-environment == 10.6.1rc1',
8
+ 'passagemath-categories == 10.6.1rc1',
9
9
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
10
10
  'gmpy2 ~=2.1.b999',
11
11
  'cysignals >=1.11.2, != 1.12.0',
@@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"
17
17
  name = "passagemath-giac"
18
18
  description = "passagemath: Symbolic computation with GIAC"
19
19
  dependencies = [
20
- 'passagemath-categories ~= 10.5.43.0',
20
+ 'passagemath-categories == 10.6.1rc1',
21
21
  ]
22
22
  dynamic = ["version"]
23
23
  license = "GPL-2.0-or-later"
@@ -33,7 +33,6 @@ classifiers = [
33
33
  "Operating System :: POSIX",
34
34
  "Operating System :: MacOS :: MacOS X",
35
35
  "Programming Language :: Python :: 3 :: Only",
36
- "Programming Language :: Python :: 3.9",
37
36
  "Programming Language :: Python :: 3.10",
38
37
  "Programming Language :: Python :: 3.11",
39
38
  "Programming Language :: Python :: 3.12",
@@ -41,7 +40,7 @@ classifiers = [
41
40
  "Programming Language :: Python :: Implementation :: CPython",
42
41
  "Topic :: Scientific/Engineering :: Mathematics",
43
42
  ]
44
- requires-python = ">=3.9, <3.14"
43
+ requires-python = ">=3.10, <3.14"
45
44
 
46
45
  [project.urls]
47
46
  "release notes" = "https://github.com/passagemath/passagemath/releases"
@@ -363,7 +363,7 @@ class Giac(Expect):
363
363
 
364
364
  def _keyboard_interrupt(self):
365
365
  """
366
- The pexepect interface for giac has a very poor support of keyboard interruptions.
366
+ The pexpect interface for giac has a very poor support of keyboard interruptions.
367
367
  """
368
368
  print("Interrupting %s..." % self)
369
369
  self._expect.sendline(chr(3)) # send ctrl-c
@@ -1 +0,0 @@
1
- 10.5.43