Re: [sage-release] Sage 10.3.beta3 released

2023-12-19 Thread Matthias Köppe
That's fixed in https://github.com/sagemath/sage/pull/36885

On Tuesday, December 19, 2023 at 12:16:11 AM UTC-8 vdelecroix wrote:

> Build does not work if python-flit is not present
>
> [editables-0.5] ModuleNotFoundError: No module named 'flit_core'
> [editables-0.5] Error building a wheel for editables-0.5
>
> On Tue, 19 Dec 2023 at 01:23, Volker Braun  wrote:
> >
> > 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
> >
> >
> > b002b63fb42 (github/develop, tag: 10.3.beta3) Updated SageMath version 
> to 10.3.beta3
> > 73e52a41981 gh-36900: Fix build of optional Cython modules broken in 
> #29386
> > 3c18c7c56d3 gh-36899: some ruff fixes and error links in the graphs 
> folder
> > 220208d75ab gh-36896: `src/sage/interfaces/{gap,kenzo,scilab}`: fix 
> doctests warnings
> > 9b10837a844 gh-36895: fix qepcad doctest
> > a8f38e8c2a2 gh-36894: Adjust the sync label bot to reflect recent GitHub 
> CLI changes
> > 74f82be197f gh-36890: pep8 cleanup for gap interface
> > 7ef39dd614b gh-36888: Fix failure of doc preview changes when an html is 
> removed
> > 8ba4c46262a gh-36883: `src/sage/modular/arithgroup/farey.cpp`: Fix 
> `#include` for `farey_symbol.h`
> > d818e0870ba gh-36880: various details fixed in coding (ruff, pep8, links 
> in the doc)
> > 2343c200113 gh-36873: add is_trivial method for groups
> > 2089d238c84 gh-36871: Fix a bug for .ci/create-changes-html.sh
> > b61a02ca693 gh-36866: doc: update pip installation instructions
> > ba40387b224 gh-36865: `sage.groups`, `sage.rings.number_field`: 
> Modularization fixes, `# needs`
> > bfb861b6818 gh-36849: Problem with orientations of simplices in 
> simplicial complex maps.
> > 1b1673b9104 gh-36847: Symengine 0.11.2
> > 50895710b19 gh-36846: Resolve nice tree decomp bug in #36843, and allow 
> `label_nice_tree_decomposition` to return a digraph
> > 340cf1e1711 gh-36839: Remove most `spkg-legacy-uninstall` scripts
> > 4adecd8b048 gh-36836: `sage --tox`, `sage --pytest`: Stop fallthrough 
> when `tox`, `pytest` are not installed (yet)
> > 44a0d2d2ff9 gh-36830: improved integer vectors efficiency -Enhancement
> > 5d0093c4cac gh-36814: Fast cardinality method for 
> IntegerVectorsModPermutationGroup
> > d6a2dcceb15 gh-36792: Use the system GAP
> > 9deea7bbef2 gh-36791: Improve the headings of the databases section of 
> the reference manual
> > 77cf3e643ec gh-36781: `libbraiding`: Actually update to version 1.2
> > f42ca663fa2 gh-36779: Remove the pycygwin package
> > cd279656163 gh-36774: `build/pkgs/nauty`: Update to 2.8.8; use VERSION 
> in all `upstream_url`s.
> > 1838bdf4fc7 gh-36751: Switch sage-conf to modern editable install
> > 0a69c2a46b1 gh-36678: CI conda: Ignore baseline test failures
> > 2017233044f gh-35121: `sage.sets.family`: Cythonize; change 
> `MIPVariable` to a subclass of `FiniteFamily`
> > e2e0f8db21e (tag: 10.3.beta2) Updated SageMath version to 10.3.beta2
> >
> > --
> > 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...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/f3d19be4-636e-4093-8457-40b461f057f0n%40googlegroups.com
> .
>

-- 
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/59e13138-8bb3-486b-9e7b-99c43f7ac359n%40googlegroups.com.


Re: [sage-release] Sage 10.3.beta3 released

2023-12-19 Thread Eric Gourgoulhon
Hi Vincent,

Le mardi 19 décembre 2023 à 09:16:11 UTC+1, vdelecroix a écrit :

Build does not work if python-flit is not present 

[editables-0.5] ModuleNotFoundError: No module named 'flit_core' 
[editables-0.5] Error building a wheel for editables-0.5 


For the record, I don't have this issue here (Ubuntu 22.04): Sage 
10.3.beta3 builds successfully, while the Ubuntu package flit is not 
installed. 

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/8fff0748-03fe-49f4-ab0e-01691690c1e0n%40googlegroups.com.


[sage-release] Sage 10.3.beta3 released

2023-12-18 Thread Volker Braun
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


b002b63fb42 (github/develop, tag: 10.3.beta3) Updated SageMath version to 
10.3.beta3
73e52a41981 gh-36900: Fix build of optional Cython modules broken in #29386
3c18c7c56d3 gh-36899: some ruff fixes and error links in the graphs folder
220208d75ab gh-36896: `src/sage/interfaces/{gap,kenzo,scilab}`: fix 
doctests warnings
9b10837a844 gh-36895: fix qepcad doctest
a8f38e8c2a2 gh-36894: Adjust the sync label bot to reflect recent GitHub 
CLI changes
74f82be197f gh-36890: pep8 cleanup for gap interface
7ef39dd614b gh-36888: Fix failure of  doc preview changes when an html is 
removed
8ba4c46262a gh-36883: `src/sage/modular/arithgroup/farey.cpp`: Fix 
`#include` for `farey_symbol.h`
d818e0870ba gh-36880: various details fixed in coding (ruff, pep8, links in 
the doc)
2343c200113 gh-36873: add is_trivial method for groups
2089d238c84 gh-36871: Fix a bug for .ci/create-changes-html.sh
b61a02ca693 gh-36866: doc: update pip installation instructions
ba40387b224 gh-36865: `sage.groups`, `sage.rings.number_field`: 
Modularization fixes, `# needs`
bfb861b6818 gh-36849: Problem with orientations of simplices in simplicial 
complex maps.
1b1673b9104 gh-36847: Symengine 0.11.2
50895710b19 gh-36846: Resolve nice tree decomp bug in #36843, and allow 
`label_nice_tree_decomposition` to return a digraph
340cf1e1711 gh-36839: Remove most `spkg-legacy-uninstall` scripts
4adecd8b048 gh-36836: `sage --tox`, `sage --pytest`: Stop fallthrough when 
`tox`, `pytest` are not installed (yet)
44a0d2d2ff9 gh-36830: improved integer vectors efficiency -Enhancement
5d0093c4cac gh-36814: Fast cardinality method for 
IntegerVectorsModPermutationGroup
d6a2dcceb15 gh-36792: Use the system GAP
9deea7bbef2 gh-36791: Improve the headings of the databases section of the 
reference manual
77cf3e643ec gh-36781: `libbraiding`: Actually update to version 1.2
f42ca663fa2 gh-36779: Remove the pycygwin package
cd279656163 gh-36774: `build/pkgs/nauty`: Update to 2.8.8; use VERSION in 
all `upstream_url`s.
1838bdf4fc7 gh-36751: Switch sage-conf to modern editable install
0a69c2a46b1 gh-36678: CI conda: Ignore baseline test failures
2017233044f gh-35121: `sage.sets.family`: Cythonize; change `MIPVariable` 
to a subclass of `FiniteFamily`
e2e0f8db21e (tag: 10.3.beta2) Updated SageMath version to 10.3.beta2

-- 
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/f3d19be4-636e-4093-8457-40b461f057f0n%40googlegroups.com.