[sage-release] Re: Sage 9.7.beta2 released

2022-06-20 Thread Eric Gourgoulhon
Le vendredi 17 juin 2022 à 19:49:31 UTC+2, matthia...@gmail.com a écrit :

> On Thursday, June 16, 2022 at 5:56:46 AM UTC-7 egourg...@gmail.com wrote:
>
>> this is the first version of Sage that refuses to use the system Python, 
>> which is 3.8.10. Although only Python 3.7 is officially dropped by this 
>> version, configure says:
>>  
>> checking for python3 >= 3.8.0, < 3.11.0 with modules sqlite3, ctypes, 
>> math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip... 
>> checking ... whether /usr/bin/python3 is good... no, the version is in 
>> the supported range but cannot import one of the required modules: sqlite3, 
>> ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip
>>
>
>  You may need to install the package "python3-venv".
>

Indeed, this solves the issue, thanks!
After having installed python3-venv, I could build Sage 9.7.beta3 from a 
fresh git clone with the system Python (3.8.10). 
I've updated 
https://sagemanifolds.obspm.fr/install_ubuntu.html
accordingly. 

Eric.  

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/1e5988fc-feba-4005-a27b-9b4eac40a65fn%40googlegroups.com.


[sage-release] Re: Sage 9.7.beta2 released

2022-06-17 Thread Matthias Köppe
On Thursday, June 16, 2022 at 5:56:46 AM UTC-7 egourg...@gmail.com wrote:

> this is the first version of Sage that refuses to use the system Python, 
> which is 3.8.10. Although only Python 3.7 is officially dropped by this 
> version, configure says:
>  
> checking for python3 >= 3.8.0, < 3.11.0 with modules sqlite3, ctypes, 
> math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip... 
> checking ... whether /usr/bin/python3 is good... no, the version is in the 
> supported range but cannot import one of the required modules: sqlite3, 
> ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip
>

 You may need to install the package "python3-venv".
 

> Le dimanche 12 juin 2022 à 15:16:00 UTC+2, Volker Braun a écrit :
>
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html
>>
>> a6e696e91d (tag: 9.7.beta2, trac/develop) Updated SageMath version to 
>> 9.7.beta2
>> [...]
>>
>  

> df2124f237 Trac #33822: python3 spkg-configure.m4: Require ensurepip
>>
>>



 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/452be396-5a5e-42d0-91ce-4b5558ab5676n%40googlegroups.com.


[sage-release] Re: Sage 9.7.beta2 released

2022-06-16 Thread Eric Gourgoulhon
Thanks for the new release.
On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM:

- incremental build (-j16) from Sage 9.7.beta1: OK (but see below)
- make ptestlong --> "All tests passed!"

Side note: this is the first version of Sage that refuses to use the system 
Python, which is 3.8.10. Although only Python 3.7 is officially dropped by 
this version, configure says: 
 
checking for python3 >= 3.8.0, < 3.11.0 with modules sqlite3, ctypes, math, 
hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip... 
checking ... whether /usr/bin/python3 is good... no, the version is in the 
supported range but cannot import one of the required modules: sqlite3, 
ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip

Consequently, Python 3.10.3 was installed as a SPKG during Sage build. 

Eric. 


Le dimanche 12 juin 2022 à 15:16:00 UTC+2, Volker Braun a écrit :

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> a6e696e91d (tag: 9.7.beta2, trac/develop) Updated SageMath version to 
> 9.7.beta2
> b95c1659af Trac #33865: direct computation of .formal()[1] for 
> elliptic-curve morphisms
> f0068fad25 Trac #33244: sage.arith.misc.power_mod() works in any ring with 
> %, not just ZZ
> 9de47303c2 Trac #15426: Performance of casting ZZ[x] to Qp[x]
> 93619a4835 Trac #33959: some improvements in sandpile.py
> d31947813b Trac #33958: cleaning two files in graphs/
> f8cb451fb6 Trac #33954: partial pep cleanup for sandpile.py
> 2ae859211b Trac #33948: fix pycodestyle E306 in all pyx files
> 93c1512579 Trac #33944: saving a tikzpicture to a local folder is now 
> broken
> b99762ba0c Trac #33943: 1 doctest failing in oeis.py
> 7280939142 Trac #33937: finite-field .extension() sets up wrong coercion
> fed1e4e89a Trac #33935: simplify some super(something) to super() outside 
> of combinat
> 1ffc363fae Trac #33934: simplify some super(something) to super() inside 
> combinat/
> c7e0784afe Trac #33913: FPLLL 5.4.2 and FPyLLL 0.5.7
> 1551d4fa23 Trac #33885: Reference undefined - pdf documentation
> 06efaa3178 Trac #33879: Run pytest on github workflow for pytest related 
> tickets
> df2124f237 Trac #33822: python3 spkg-configure.m4: Require ensurepip
> 96a04a85fe Trac #33745: Create direct sum of matroids
> 4c932d04a3 Trac #32072: trace of zero fails in padic extensions
> 8d796b6441 Trac #29941: Modularization of sagelib: Break out separate 
> packages sagemath-environment, sagemath-repl
> f112639e6d Trac #24949: Bug in p-adic expansion over ramified extensions
> da5e1ac57d Trac #23575: Geometric Frobenius is broken
> 67e08a3876 Trac #33933: Remove quickref and tutorial from sage.combinat.all
> 9fdcb698e0 Trac #32137: Update ncurses to 6.3 and readline to 8.1.2
> 0947cd9036 Trac #33930: failing doctest involving polymake and number field
> 16c763 Trac #33924: pep cleanup for giac and gp pexpect interfaces
> 17438c198d Trac #33911: remove class inheritance of object in misc, repl, 
> libs
> 2537707a5f Trac #33852: bootstrap, src/doc/Makefile: Remove use of the 
> SAGE_ROOT/sage script
> b15c91d8ae Trac #33926: Fix tox-docker builds
> 4ec6965256 Trac #32631: Typo in random_element of polynomial rings
> 4d74388add Trac #33912: remove trailing spaces in combinat
> 881da74fb0 Trac #33903: remove deprecation in nonexact.py
> 578204f49d Trac #33899: some fixes in arxiv links
> 8b8f67a9ad Trac #33889: get rid of some range(0,*) in pyx files
> 8d8c044584 Trac #33691: some care for pep8 in pyx in modular
> fbf034fdb2 Trac #33557: FormalPolyhedraModule should check polyhedra for 
> dimension
> 9015204871 <(901)%20520-4871> Trac #31017: build/bin/sage-spkg-info: 
> Format dependencies file; remove redundant "dependencies" sections from 
> SPKG.rst
> f5e8c5997a Trac #33916: tweak tox.ini: activate more pycodestyle checks in 
> cython files
> 564609f061 Trac #33914: remove class inheritance of object in 
> rings,structure,numerical,doctests
> 3853878b0a Trac #33910: installing jupyterlab causes sagelib rebuild
> 4d66bc90bb Trac #33905: pep and other details in dynamics
> 603a833979 Trac #33901: sage-bootstrap-python doesn't work when pyenv 
> shadows all usable pythons in PATH
> 788281e061 Trac #33739: Migrate gitpod to conda
> c2ca6af620 Trac #33601: Documentation: Add 'furo' theme
> a340bda639 Trac #33544: Use language_level=3 for Cython everywhere
> fa1477350a Trac #32937: Drop Python 3.7 support in Sage 9.7
> a8c488f4a2 Trac #31937: Update markupsafe to 2.1.1, jinja2 to 3.1.2
> cda7f69354 Trac #33917: Avoid Python 3.10 syntax in doctest introduced in 
> #33799
> 70ec4e67ab Trac #25872: Modular decomposition bug
> 5fb2a6ea44 (tag: 9.7.beta1) Updated SageMath version to 9.7.beta1
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

[sage-release] Re: Sage 9.7.beta2 released

2022-06-14 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, upgrading 9.7.beta1 to 
9.7.beta2 and running ptestlong givest the same two permanent failures already 
reported 
 for 
9.7.beta1 (and no transient failure).

HTH

Le dimanche 12 juin 2022 à 15:16:00 UTC+2, Volker Braun a écrit :

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> a6e696e91d (tag: 9.7.beta2, trac/develop) Updated SageMath version to 
> 9.7.beta2
> b95c1659af Trac #33865: direct computation of .formal()[1] for 
> elliptic-curve morphisms
> f0068fad25 Trac #33244: sage.arith.misc.power_mod() works in any ring with 
> %, not just ZZ
> 9de47303c2 Trac #15426: Performance of casting ZZ[x] to Qp[x]
> 93619a4835 Trac #33959: some improvements in sandpile.py
> d31947813b Trac #33958: cleaning two files in graphs/
> f8cb451fb6 Trac #33954: partial pep cleanup for sandpile.py
> 2ae859211b Trac #33948: fix pycodestyle E306 in all pyx files
> 93c1512579 Trac #33944: saving a tikzpicture to a local folder is now 
> broken
> b99762ba0c Trac #33943: 1 doctest failing in oeis.py
> 7280939142 Trac #33937: finite-field .extension() sets up wrong coercion
> fed1e4e89a Trac #33935: simplify some super(something) to super() outside 
> of combinat
> 1ffc363fae Trac #33934: simplify some super(something) to super() inside 
> combinat/
> c7e0784afe Trac #33913: FPLLL 5.4.2 and FPyLLL 0.5.7
> 1551d4fa23 Trac #33885: Reference undefined - pdf documentation
> 06efaa3178 Trac #33879: Run pytest on github workflow for pytest related 
> tickets
> df2124f237 Trac #33822: python3 spkg-configure.m4: Require ensurepip
> 96a04a85fe Trac #33745: Create direct sum of matroids
> 4c932d04a3 Trac #32072: trace of zero fails in padic extensions
> 8d796b6441 Trac #29941: Modularization of sagelib: Break out separate 
> packages sagemath-environment, sagemath-repl
> f112639e6d Trac #24949: Bug in p-adic expansion over ramified extensions
> da5e1ac57d Trac #23575: Geometric Frobenius is broken
> 67e08a3876 Trac #33933: Remove quickref and tutorial from sage.combinat.all
> 9fdcb698e0 Trac #32137: Update ncurses to 6.3 and readline to 8.1.2
> 0947cd9036 Trac #33930: failing doctest involving polymake and number field
> 16c763 Trac #33924: pep cleanup for giac and gp pexpect interfaces
> 17438c198d Trac #33911: remove class inheritance of object in misc, repl, 
> libs
> 2537707a5f Trac #33852: bootstrap, src/doc/Makefile: Remove use of the 
> SAGE_ROOT/sage script
> b15c91d8ae Trac #33926: Fix tox-docker builds
> 4ec6965256 Trac #32631: Typo in random_element of polynomial rings
> 4d74388add Trac #33912: remove trailing spaces in combinat
> 881da74fb0 Trac #33903: remove deprecation in nonexact.py
> 578204f49d Trac #33899: some fixes in arxiv links
> 8b8f67a9ad Trac #33889: get rid of some range(0,*) in pyx files
> 8d8c044584 Trac #33691: some care for pep8 in pyx in modular
> fbf034fdb2 Trac #33557: FormalPolyhedraModule should check polyhedra for 
> dimension
> 9015204871 <(901)%20520-4871> Trac #31017: build/bin/sage-spkg-info: 
> Format dependencies file; remove redundant "dependencies" sections from 
> SPKG.rst
> f5e8c5997a Trac #33916: tweak tox.ini: activate more pycodestyle checks in 
> cython files
> 564609f061 Trac #33914: remove class inheritance of object in 
> rings,structure,numerical,doctests
> 3853878b0a Trac #33910: installing jupyterlab causes sagelib rebuild
> 4d66bc90bb Trac #33905: pep and other details in dynamics
> 603a833979 Trac #33901: sage-bootstrap-python doesn't work when pyenv 
> shadows all usable pythons in PATH
> 788281e061 Trac #33739: Migrate gitpod to conda
> c2ca6af620 Trac #33601: Documentation: Add 'furo' theme
> a340bda639 Trac #33544: Use language_level=3 for Cython everywhere
> fa1477350a Trac #32937: Drop Python 3.7 support in Sage 9.7
> a8c488f4a2 Trac #31937: Update markupsafe to 2.1.1, jinja2 to 3.1.2
> cda7f69354 Trac #33917: Avoid Python 3.10 syntax in doctest introduced in 
> #33799
> 70ec4e67ab Trac #25872: Modular decomposition bug
> 5fb2a6ea44 (tag: 9.7.beta1) Updated SageMath version to 9.7.beta1
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/75a14518-6a27-4927-aac8-c1e1b5e1fba4n%40googlegroups.com.


[sage-release] Re: Sage 9.7.beta2 released

2022-06-12 Thread Matthias Köppe
On Sunday, June 12, 2022 at 6:16:00 AM UTC-7 Volker Braun wrote:

> a6e696e91d (tag: 9.7.beta2, trac/develop) Updated SageMath version to 
> 9.7.beta2
>
[...] 

> fa1477350a Trac #32937: Drop Python 3.7 support in Sage 9.7
>

Python 3.8 language and library features can now be used in the Sage 
library 
See https://trac.sagemath.org/ticket/29756 (Meta-ticket: Review of Python 3 
features )
:= Goo goo g'joob

 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/4251cff7-e641-44f3-9a41-23a56bc5f081n%40googlegroups.com.