[sage-release] Re: Sage 10.2.beta6 released

2023-10-08 Thread John H Palmieri
I see some error message (aside from those already reported) but the build 
completes anyway. These are probably not new.

In pythran's log:

ERROR: Could not find a version that satisfies the requirement numpy (from 
pythran) (from versions: none)
ERROR: No matching distribution found for numpy

In notebook's log:

  ERROR: Could not find a version that satisfies the requirement 
jupyter_packaging~=0.9 (from versions: none)
  ERROR: No matching distribution found for jupyter_packaging~=0.9

Should we be concerned about these?

On Sunday, October 8, 2023 at 12:54:18 PM UTC-7 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
>
> This release drops support for GCC < 8.4 (Debian 10 "Buster")
>
> 2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath version to 
> 10.2.beta6
> 46997739f9b gh-36388: fix typographic typos
> 970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.0
> 6d838ba174a gh-36382: `configure --enable-system-site-packages`: First 
> check all non-site packages
> 5da52a71923 gh-36381: Python package upgrades cherry-picked from notebook 
> 7 upgrade PR
> 726c438330b gh-36378: Add README.md Table of Contents and Links
> f1ac6c1c573 gh-36377: clean one test file
> d2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace tmp_dir()
> aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py: replace 
> tmp_dir()
> bc8d82abede gh-36374: refresh the cython file real_roots (pep8, range, etc)
> 16c78cab8ca gh-36373: Enable conda ci for all PRs and remove experimental 
> label
> 17f07d5f076 gh-36371: fix remaining W605 warnings in pxi files
> d8e55296e17 gh-36369: partial cython-lint cleanup in padics/
> 0405d07dde8 gh-36367: Simplify experimental all-conda installation 
> instructions via `pkgs/sage-conf_conda`
> 1af197b2066 gh-36365: Libgap cubegroup
> 16aaae1e34d gh-36364: Do not run sage-env more than once, for real.
> dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update `flit_core` 
> to 3.9.0, `pip` to 23.2.1
> 56533be695f gh-36362: a few more links to errors in the doc
> e33c041bd73 gh-36359: a few details in combinat (designs)
> afd8d0e8194 gh-36358: CI: Fix the multi-stage build in ci-linux.yml, fix 
> conda/centos/archlinux system packages
> b30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard
> 8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/
> 0421fd1745f gh-36352: fix E228 and E225 in coding, crypto, dynamics, 
> geometry, manifolds, modular
> a4017212c20 gh-36348: .github/workflows/build.yml, doc-build.yml: Fix 
> get_ci_fixes
> e1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()
> 0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace tmp_dir()
> 14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()
> cb0cea09278 gh-36314: add q-Fuss-Catalan numbers
> fe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the Steenrod 
> algebra
> 119429042c2 gh-36285: add Rémy Oudompheng's implementation of the BMSS 
> algorithm
> 7591b1efafc gh-36277: `sage.graphs`: some care with return ... else 
> statements in `graph.py`, `digraph.py` and `bipartite_graph.py`
> 71428337f16 gh-36273: `sage.graphs`, `sage.combinat.{designs,posets}`, 
> `sage.sandpiles`: Update # needs
> 7c62ef8112b gh-36272: `sage.sets`: Update `# needs`
> 8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes (modularization)
> ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9
> 868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2
> fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch
> 1738235b962 gh-35546: compute traces of elliptic-curve endomorphisms
> bd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"
> 1ed5b510362 gh-35285: System package information   tox ini   gh actions 
> for alpine linux
> d687f2e7a73 gh-35062: Enable merge_group trigger for merge queues
> d5d7c461a11 gh-35008: Implement Covering Arrays
> 1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5
>

-- 
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/7aa351aa-2f96-4843-b873-7cbaeb3c278fn%40googlegroups.com.


Re: [sage-release] Sage 10.2.beta6 released

2023-10-08 Thread François Bissey
Yes, I think you are right. I am probably guilty for the fact it is not 
included in this release. I should have hurried up.


On 9/10/23 17:02, Matthias Köppe wrote:
The failure involving setuptools_scm is likely fixed 
by https://github.com/sagemath/sage/pull/36400, which is waiting for review.


On Sunday, October 8, 2023 at 7:47:02 PM UTC-7 furutaka@gmail.com wrote:

A build "Using conda to provide system packages for the Sage
distribution

"
 failed in building setuptools-68.2.2 as before...


2023年10月9日(月) 4:54 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




This release drops support for GCC < 8.4 (Debian 10 "Buster")

2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath
version to 10.2.beta6
46997739f9b gh-36388: fix typographic typos
970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.0
6d838ba174a gh-36382: `configure --enable-system-site-packages`:
First check all non-site packages
5da52a71923 gh-36381: Python package upgrades cherry-picked from
notebook 7 upgrade PR
726c438330b gh-36378: Add README.md Table of Contents and Links
f1ac6c1c573 gh-36377: clean one test file
d2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace
tmp_dir()
aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py:
replace tmp_dir()
bc8d82abede gh-36374: refresh the cython file real_roots (pep8,
range, etc)
16c78cab8ca gh-36373: Enable conda ci for all PRs and remove
experimental label
17f07d5f076 gh-36371: fix remaining W605 warnings in pxi files
d8e55296e17 gh-36369: partial cython-lint cleanup in padics/
0405d07dde8 gh-36367: Simplify experimental all-conda
installation instructions via `pkgs/sage-conf_conda`
1af197b2066 gh-36365: Libgap cubegroup
16aaae1e34d gh-36364: Do not run sage-env more than once, for real.
dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update
`flit_core` to 3.9.0, `pip` to 23.2.1
56533be695f gh-36362: a few more links to errors in the doc
e33c041bd73 gh-36359: a few details in combinat (designs)
afd8d0e8194 gh-36358: CI: Fix the multi-stage build in
ci-linux.yml, fix conda/centos/archlinux system packages
b30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard
8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/
0421fd1745f gh-36352: fix E228 and E225 in coding, crypto,
dynamics, geometry, manifolds, modular
a4017212c20 gh-36348: .github/workflows/build.yml,
doc-build.yml: Fix get_ci_fixes
e1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()
0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace
tmp_dir()
14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()
cb0cea09278 gh-36314: add q-Fuss-Catalan numbers
fe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the
Steenrod algebra
119429042c2 gh-36285: add Rémy Oudompheng's implementation of
the BMSS algorithm
7591b1efafc gh-36277: `sage.graphs`: some care with return ...
else statements in `graph.py`, `digraph.py` and `bipartite_graph.py`
71428337f16 gh-36273: `sage.graphs`,
`sage.combinat.{designs,posets}`, `sage.sandpiles`: Update # needs
7c62ef8112b gh-36272: `sage.sets`: Update `# needs`
8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes
(modularization)
ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9
868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2
fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch
1738235b962 gh-35546: compute traces of elliptic-curve endomorphisms
bd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"
1ed5b510362 gh-35285: System package information   tox ini   gh
actions for alpine linux
d687f2e7a73 gh-35062: Enable merge_group trigger for merge queues
d5d7c461a11 gh-35008: Implement Covering Arrays
1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5

-- 


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


Re: [sage-release] Sage 10.2.beta6 released

2023-10-08 Thread Matthias Köppe
The failure involving setuptools_scm is likely fixed 
by https://github.com/sagemath/sage/pull/36400, which is waiting for review.

On Sunday, October 8, 2023 at 7:47:02 PM UTC-7 furutaka@gmail.com wrote:

> A build "Using conda to provide system packages for the Sage distribution 
> "
>  
> failed in building setuptools-68.2.2 as before...
>
>
> 2023年10月9日(月) 4:54 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
>
>
>>
>> This release drops support for GCC < 8.4 (Debian 10 "Buster")
>>
>> 2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath version to 
>> 10.2.beta6
>> 46997739f9b gh-36388: fix typographic typos
>> 970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.0
>> 6d838ba174a gh-36382: `configure --enable-system-site-packages`: First 
>> check all non-site packages
>> 5da52a71923 gh-36381: Python package upgrades cherry-picked from notebook 
>> 7 upgrade PR
>> 726c438330b gh-36378: Add README.md Table of Contents and Links
>> f1ac6c1c573 gh-36377: clean one test file
>> d2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace tmp_dir()
>> aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py: replace 
>> tmp_dir()
>> bc8d82abede gh-36374: refresh the cython file real_roots (pep8, range, 
>> etc)
>> 16c78cab8ca gh-36373: Enable conda ci for all PRs and remove experimental 
>> label
>> 17f07d5f076 gh-36371: fix remaining W605 warnings in pxi files
>> d8e55296e17 gh-36369: partial cython-lint cleanup in padics/
>> 0405d07dde8 gh-36367: Simplify experimental all-conda installation 
>> instructions via `pkgs/sage-conf_conda`
>> 1af197b2066 gh-36365: Libgap cubegroup
>> 16aaae1e34d gh-36364: Do not run sage-env more than once, for real.
>> dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update `flit_core` 
>> to 3.9.0, `pip` to 23.2.1
>> 56533be695f gh-36362: a few more links to errors in the doc
>> e33c041bd73 gh-36359: a few details in combinat (designs)
>> afd8d0e8194 gh-36358: CI: Fix the multi-stage build in ci-linux.yml, fix 
>> conda/centos/archlinux system packages
>> b30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard
>> 8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/
>> 0421fd1745f gh-36352: fix E228 and E225 in coding, crypto, dynamics, 
>> geometry, manifolds, modular
>> a4017212c20 gh-36348: .github/workflows/build.yml, doc-build.yml: Fix 
>> get_ci_fixes
>> e1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()
>> 0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace tmp_dir()
>> 14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()
>> cb0cea09278 gh-36314: add q-Fuss-Catalan numbers
>> fe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the Steenrod 
>> algebra
>> 119429042c2 gh-36285: add Rémy Oudompheng's implementation of the BMSS 
>> algorithm
>> 7591b1efafc gh-36277: `sage.graphs`: some care with return ... else 
>> statements in `graph.py`, `digraph.py` and `bipartite_graph.py`
>> 71428337f16 gh-36273: `sage.graphs`, `sage.combinat.{designs,posets}`, 
>> `sage.sandpiles`: Update # needs
>> 7c62ef8112b gh-36272: `sage.sets`: Update `# needs`
>> 8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes (modularization)
>> ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9
>> 868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2
>> fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch
>> 1738235b962 gh-35546: compute traces of elliptic-curve endomorphisms
>> bd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"
>> 1ed5b510362 gh-35285: System package information   tox ini   gh actions 
>> for alpine linux
>> d687f2e7a73 gh-35062: Enable merge_group trigger for merge queues
>> d5d7c461a11 gh-35008: Implement Covering Arrays
>> 1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5
>>
>> -- 
>>
> 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/e55f00f5-a5ad-40b2-8128-7ba3d5b34f21n%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Kazuyoshi Furutaka
>

-- 
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 

Re: [sage-release] Sage 10.2.beta6 released

2023-10-08 Thread Kenji Iohara
On Mac OS 13.6 with Intel iCore i5, Xcode 15, homebrew updated, Its compilation from the first built failed because of  scipy-1.11.2 and attrs-23.1.0.



-- 
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/2CCB4764-01F2-4113-917C-8AA5183F7C48%40gmail.com.


attrs-23.1.0.log
Description: Binary data




-- 
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/2CCB4764-01F2-4113-917C-8AA5183F7C48%40gmail.com.


scipy-1.11.2.log
Description: Binary data
09/10/2023 5:16、Matthias Köppe のメール:Thanks for the report. This is fixed in https://github.com/sagemath/sage/pull/36429, and before that you can work around it by using "make -k build" until everything has been built.On Sunday, October 8, 2023 at 7:43:11 PM UTC-7 furutaka@gmail.com wrote:Hi,A conventional build failed in building attrs-23.1.0:2023年10月9日(月) 4:54 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.htmlThis release drops support for GCC < 8.4 (Debian 10 "Buster")2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath version to 10.2.beta646997739f9b gh-36388: fix typographic typos970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.06d838ba174a gh-36382: `configure --enable-system-site-packages`: First check all non-site packages5da52a71923 gh-36381: Python package upgrades cherry-picked from notebook 7 upgrade PR726c438330b gh-36378: Add README.md Table of Contents and Linksf1ac6c1c573 gh-36377: clean one test filed2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace tmp_dir()aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py: replace tmp_dir()bc8d82abede gh-36374: refresh the cython file real_roots (pep8, range, etc)16c78cab8ca gh-36373: Enable conda ci for all PRs and remove experimental label17f07d5f076 gh-36371: fix remaining W605 warnings in pxi filesd8e55296e17 gh-36369: partial cython-lint cleanup in padics/0405d07dde8 gh-36367: Simplify experimental all-conda installation instructions via `pkgs/sage-conf_conda`1af197b2066 gh-36365: Libgap cubegroup16aaae1e34d gh-36364: Do not run sage-env more than once, for real.dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update `flit_core` to 3.9.0, `pip` to 23.2.156533be695f gh-36362: a few more links to errors in the doce33c041bd73 gh-36359: a few details in combinat (designs)afd8d0e8194 gh-36358: CI: Fix the multi-stage build in ci-linux.yml, fix conda/centos/archlinux system packagesb30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/0421fd1745f gh-36352: fix E228 and E225 in coding, crypto, dynamics, geometry, manifolds, modulara4017212c20 gh-36348: .github/workflows/build.yml, doc-build.yml: Fix get_ci_fixese1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace tmp_dir()14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()cb0cea09278 gh-36314: add q-Fuss-Catalan numbersfe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the Steenrod algebra119429042c2 gh-36285: add Rémy Oudompheng's implementation of the BMSS algorithm7591b1efafc gh-36277: `sage.graphs`: some care with return ... else statements in `graph.py`, `digraph.py` and `bipartite_graph.py`71428337f16 gh-36273: `sage.graphs`, `sage.combinat.{designs,posets}`, `sage.sandpiles`: Update # needs7c62ef8112b gh-36272: `sage.sets`: Update `# needs`8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes (modularization)ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch1738235b962 gh-35546: compute traces of elliptic-curve endomorphismsbd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"1ed5b510362 gh-35285: System package information   tox ini   gh actions for alpine linuxd687f2e7a73 gh-35062: Enable merge_group trigger for merge queuesd5d7c461a11 gh-35008: Implement Covering Arrays1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5

-- 
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 

Re: [sage-release] Sage 10.2.beta6 released

2023-10-08 Thread Matthias Köppe
Thanks for the report. This is fixed 
in https://github.com/sagemath/sage/pull/36429, and before that you can 
work around it by using "make -k build" until everything has been built.

On Sunday, October 8, 2023 at 7:43:11 PM UTC-7 furutaka@gmail.com wrote:

> Hi,
>
> A conventional build failed in building attrs-23.1.0:
>
>
> 2023年10月9日(月) 4:54 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
>>
>> This release drops support for GCC < 8.4 (Debian 10 "Buster")
>>
>> 2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath version to 
>> 10.2.beta6
>> 46997739f9b gh-36388: fix typographic typos
>> 970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.0
>> 6d838ba174a gh-36382: `configure --enable-system-site-packages`: First 
>> check all non-site packages
>> 5da52a71923 gh-36381: Python package upgrades cherry-picked from notebook 
>> 7 upgrade PR
>> 726c438330b gh-36378: Add README.md Table of Contents and Links
>> f1ac6c1c573 gh-36377: clean one test file
>> d2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace tmp_dir()
>> aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py: replace 
>> tmp_dir()
>> bc8d82abede gh-36374: refresh the cython file real_roots (pep8, range, 
>> etc)
>> 16c78cab8ca gh-36373: Enable conda ci for all PRs and remove experimental 
>> label
>> 17f07d5f076 gh-36371: fix remaining W605 warnings in pxi files
>> d8e55296e17 gh-36369: partial cython-lint cleanup in padics/
>> 0405d07dde8 gh-36367: Simplify experimental all-conda installation 
>> instructions via `pkgs/sage-conf_conda`
>> 1af197b2066 gh-36365: Libgap cubegroup
>> 16aaae1e34d gh-36364: Do not run sage-env more than once, for real.
>> dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update `flit_core` 
>> to 3.9.0, `pip` to 23.2.1
>> 56533be695f gh-36362: a few more links to errors in the doc
>> e33c041bd73 gh-36359: a few details in combinat (designs)
>> afd8d0e8194 gh-36358: CI: Fix the multi-stage build in ci-linux.yml, fix 
>> conda/centos/archlinux system packages
>> b30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard
>> 8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/
>> 0421fd1745f gh-36352: fix E228 and E225 in coding, crypto, dynamics, 
>> geometry, manifolds, modular
>> a4017212c20 gh-36348: .github/workflows/build.yml, doc-build.yml: Fix 
>> get_ci_fixes
>> e1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()
>> 0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace tmp_dir()
>> 14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()
>> cb0cea09278 gh-36314: add q-Fuss-Catalan numbers
>> fe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the Steenrod 
>> algebra
>> 119429042c2 gh-36285: add Rémy Oudompheng's implementation of the BMSS 
>> algorithm
>> 7591b1efafc gh-36277: `sage.graphs`: some care with return ... else 
>> statements in `graph.py`, `digraph.py` and `bipartite_graph.py`
>> 71428337f16 gh-36273: `sage.graphs`, `sage.combinat.{designs,posets}`, 
>> `sage.sandpiles`: Update # needs
>> 7c62ef8112b gh-36272: `sage.sets`: Update `# needs`
>> 8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes (modularization)
>> ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9
>> 868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2
>> fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch
>> 1738235b962 gh-35546: compute traces of elliptic-curve endomorphisms
>> bd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"
>> 1ed5b510362 gh-35285: System package information   tox ini   gh actions 
>> for alpine linux
>> d687f2e7a73 gh-35062: Enable merge_group trigger for merge queues
>> d5d7c461a11 gh-35008: Implement Covering Arrays
>> 1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5
>>
>> -- 
>> 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/e55f00f5-a5ad-40b2-8128-7ba3d5b34f21n%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Kazuyoshi Furutaka
>

-- 
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/3d32c1ed-bd99-479b-ab45-d69d742f62fdn%40googlegroups.com.


Re: [sage-release] Sage 10.2.beta6 released

2023-10-08 Thread Kazuyoshi Furutaka
A build "Using conda to provide system packages for the Sage distribution
"
failed in building setuptools-68.2.2 as before...


2023年10月9日(月) 4:54 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
>
> This release drops support for GCC < 8.4 (Debian 10 "Buster")
>
> 2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath version to
> 10.2.beta6
> 46997739f9b gh-36388: fix typographic typos
> 970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.0
> 6d838ba174a gh-36382: `configure --enable-system-site-packages`: First
> check all non-site packages
> 5da52a71923 gh-36381: Python package upgrades cherry-picked from notebook
> 7 upgrade PR
> 726c438330b gh-36378: Add README.md Table of Contents and Links
> f1ac6c1c573 gh-36377: clean one test file
> d2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace tmp_dir()
> aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py: replace
> tmp_dir()
> bc8d82abede gh-36374: refresh the cython file real_roots (pep8, range, etc)
> 16c78cab8ca gh-36373: Enable conda ci for all PRs and remove experimental
> label
> 17f07d5f076 gh-36371: fix remaining W605 warnings in pxi files
> d8e55296e17 gh-36369: partial cython-lint cleanup in padics/
> 0405d07dde8 gh-36367: Simplify experimental all-conda installation
> instructions via `pkgs/sage-conf_conda`
> 1af197b2066 gh-36365: Libgap cubegroup
> 16aaae1e34d gh-36364: Do not run sage-env more than once, for real.
> dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update `flit_core`
> to 3.9.0, `pip` to 23.2.1
> 56533be695f gh-36362: a few more links to errors in the doc
> e33c041bd73 gh-36359: a few details in combinat (designs)
> afd8d0e8194 gh-36358: CI: Fix the multi-stage build in ci-linux.yml, fix
> conda/centos/archlinux system packages
> b30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard
> 8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/
> 0421fd1745f gh-36352: fix E228 and E225 in coding, crypto, dynamics,
> geometry, manifolds, modular
> a4017212c20 gh-36348: .github/workflows/build.yml, doc-build.yml: Fix
> get_ci_fixes
> e1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()
> 0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace tmp_dir()
> 14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()
> cb0cea09278 gh-36314: add q-Fuss-Catalan numbers
> fe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the Steenrod
> algebra
> 119429042c2 gh-36285: add Rémy Oudompheng's implementation of the BMSS
> algorithm
> 7591b1efafc gh-36277: `sage.graphs`: some care with return ... else
> statements in `graph.py`, `digraph.py` and `bipartite_graph.py`
> 71428337f16 gh-36273: `sage.graphs`, `sage.combinat.{designs,posets}`,
> `sage.sandpiles`: Update # needs
> 7c62ef8112b gh-36272: `sage.sets`: Update `# needs`
> 8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes (modularization)
> ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9
> 868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2
> fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch
> 1738235b962 gh-35546: compute traces of elliptic-curve endomorphisms
> bd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"
> 1ed5b510362 gh-35285: System package information   tox ini   gh actions
> for alpine linux
> d687f2e7a73 gh-35062: Enable merge_group trigger for merge queues
> d5d7c461a11 gh-35008: Implement Covering Arrays
> 1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5
>
> --
> 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/e55f00f5-a5ad-40b2-8128-7ba3d5b34f21n%40googlegroups.com
> 
> .
>


-- 
Kazuyoshi Furutaka

-- 
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/CANjERveAvzvY_sSbx46JO5YkwS0mF%3DkBdg%3DN6ukBP6J4y4%3D2eg%40mail.gmail.com.


config.log.gz
Description: application/gzip


install.log.gz
Description: application/gzip
Attempting to download package setuptools-68.2.2.tar.gz from mirrors
Downloading the Sage mirror list
Searching fastest mirror
  146ms: http://files.sagemath.org/
  278ms: 

[sage-release] Sage 10.2.beta6 released

2023-10-08 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

This release drops support for GCC < 8.4 (Debian 10 "Buster")

2f1a76dc24a (tag: 10.2.beta6, github/develop) Updated SageMath version to 
10.2.beta6
46997739f9b gh-36388: fix typographic typos
970fd9f1864 gh-36383: Update flint to 2.9.0, arb to 2.23.0
6d838ba174a gh-36382: `configure --enable-system-site-packages`: First 
check all non-site packages
5da52a71923 gh-36381: Python package upgrades cherry-picked from notebook 7 
upgrade PR
726c438330b gh-36378: Add README.md Table of Contents and Links
f1ac6c1c573 gh-36377: clean one test file
d2fa61b433c gh-36376: src/sage/databases/sql_db.py: replace tmp_dir()
aadad8bf506 gh-36375: src/sage/interfaces/gap_workspace.py: replace 
tmp_dir()
bc8d82abede gh-36374: refresh the cython file real_roots (pep8, range, etc)
16c78cab8ca gh-36373: Enable conda ci for all PRs and remove experimental 
label
17f07d5f076 gh-36371: fix remaining W605 warnings in pxi files
d8e55296e17 gh-36369: partial cython-lint cleanup in padics/
0405d07dde8 gh-36367: Simplify experimental all-conda installation 
instructions via `pkgs/sage-conf_conda`
1af197b2066 gh-36365: Libgap cubegroup
16aaae1e34d gh-36364: Do not run sage-env more than once, for real.
dfcd25fab60 gh-36363: Fix dependencies of `packaging`, update `flit_core` 
to 3.9.0, `pip` to 23.2.1
56533be695f gh-36362: a few more links to errors in the doc
e33c041bd73 gh-36359: a few details in combinat (designs)
afd8d0e8194 gh-36358: CI: Fix the multi-stage build in ci-linux.yml, fix 
conda/centos/archlinux system packages
b30cc4b7751 gh-36357: CI: Remove ci-wsl, ci-cygwin-standard
8550060f96a gh-36355: fixing pep8 E275 in rings/ and combinat/
0421fd1745f gh-36352: fix E228 and E225 in coding, crypto, dynamics, 
geometry, manifolds, modular
a4017212c20 gh-36348: .github/workflows/build.yml, doc-build.yml: Fix 
get_ci_fixes
e1a0794ba97 gh-36344: src/sage/misc/cython.py: replace tmp_dir()
0c63ee37742 gh-36343: src/sage/repl/interpreter.py: replace tmp_dir()
14c055e0818 gh-36324: src/sage/tests/cmdline.py: replace tmp_dir()
cb0cea09278 gh-36314: add q-Fuss-Catalan numbers
fe963ca5a4d gh-36310: Mod 2 (co)homology as a module over the Steenrod 
algebra
119429042c2 gh-36285: add Rémy Oudompheng's implementation of the BMSS 
algorithm
7591b1efafc gh-36277: `sage.graphs`: some care with return ... else 
statements in `graph.py`, `digraph.py` and `bipartite_graph.py`
71428337f16 gh-36273: `sage.graphs`, `sage.combinat.{designs,posets}`, 
`sage.sandpiles`: Update # needs
7c62ef8112b gh-36272: `sage.sets`: Update `# needs`
8ebaeff5496 gh-36261: `sage.rings.padics`: Import fixes (modularization)
ab6f53b50f2 gh-36161: Upgrade pplpy to 0.8.9
868fefa1289 gh-36123: Upgrade numpy to 1.26.0, setuptools to 68.2.2
fdf30fbb1bc gh-35786: onetbb: Upgrade to 2021.9.0 + GCC13 patch
1738235b962 gh-35546: compute traces of elliptic-curve endomorphisms
bd434dae42a gh-35373: Fix workflow "Build documentation (PDF)"
1ed5b510362 gh-35285: System package information   tox ini   gh actions for 
alpine linux
d687f2e7a73 gh-35062: Enable merge_group trigger for merge queues
d5d7c461a11 gh-35008: Implement Covering Arrays
1cf0c13e527 (tag: 10.2.beta5) Updated SageMath version to 10.2.beta5

-- 
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/e55f00f5-a5ad-40b2-8128-7ba3d5b34f21n%40googlegroups.com.