Skip to content

Commit 7bb289c

Browse files
author
Matthias Koeppe
committed
Merge tag '10.0.beta0' into t/34946/sage__algebras_combinat_matroids___replace_imports_from_sage___all_for_namespace_packages
SageMath version 10.0.beta0, Release Date: 2023-02-12
2 parents f8bf304 + 3a044ad commit 7bb289c

File tree

175 files changed

+3460
-544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+3460
-544
lines changed

.zenodo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"description": "Mirror of the Sage https://sagemath.org/ source tree",
33
"license": "other-open",
4-
"title": "sagemath/sage: 9.8",
5-
"version": "9.8",
4+
"title": "sagemath/sage: 10.0.beta0",
5+
"version": "10.0.beta0",
66
"upload_type": "software",
7-
"publication_date": "2023-02-11",
7+
"publication_date": "2023-02-12",
88
"creators": [
99
{
1010
"affiliation": "SageMath.org",
@@ -15,7 +15,7 @@
1515
"related_identifiers": [
1616
{
1717
"scheme": "url",
18-
"identifier": "https://github.com/sagemath/sage/tree/9.8",
18+
"identifier": "https://github.com/sagemath/sage/tree/10.0.beta0",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.8, Release Date: 2023-02-11
1+
SageMath version 10.0.beta0, Release Date: 2023-02-12

build/bin/sage-bootstrap-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ "$LC_ALL" = "C" -o "$LANG" = "C" -o "$LC_CTYPE" = "C" ]; then
5353
export LANG
5454
fi
5555

56-
PYTHONS="python python3 python3.10 python3.9 python3.8 python3.7 python2.7 python3.6 python2"
56+
PYTHONS="python python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python2.7 python3.6 python2"
5757
# Trac #32405: Prefer a Python that provides ssl with SNI, which allows developers
5858
# to download from upstream URLs (configure --enable-download-from-upstream-url),
5959
# in particular from PyPI, which requires SNI.

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=a22c60b5adf1e70fc414df24a44fa390fe826b01
3-
md5=61556448c0562408a8b6f61f22d18692
4-
cksum=2169543810
2+
sha1=fc9c71ad5be4e3197007ddb150cba47d15716d89
3+
md5=0a707bcc4316b8c3e3faca6330fc5dc2
4+
cksum=3972886119
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
104dde9eaa8231e4f0755c6855c1eabb43239dec
1+
785ddef6338073b27082bb675446e3ae111b3b5d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/mkauers/ore_algebra@cfcb386f2cc1d3e044c71dfb149444355b16d775#egg=ore_algebra
1+
git+https://github.com/mkauers/ore_algebra@01c357f590685ff362c008229681ee08269457da#egg=ore_algebra
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-conf ~= 9.8
2+
sage-conf ~= 10.0b0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-docbuild ~= 9.8
2+
sage-docbuild ~= 10.0b0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-setup ~= 9.8
2+
sage-setup ~= 10.0b0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-sws2rst ~= 9.8
2+
sage-sws2rst ~= 10.0b0

0 commit comments

Comments
 (0)