Skip to content

Commit a451352

Browse files
authored
Merge branch 'develop' into ww2
2 parents 83c4a14 + b0f09d9 commit a451352

File tree

199 files changed

+3903
-1886
lines changed

Some content is hidden

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

199 files changed

+3903
-1886
lines changed

.ci/retrofit-worktree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ git worktree add --detach $WORKTREE_NAME
4343
rm -rf $WORKTREE_DIRECTORY/.git && mv $WORKTREE_NAME/.git $WORKTREE_DIRECTORY/
4444
rm -rf $WORKTREE_NAME && ln -s $WORKTREE_DIRECTORY $WORKTREE_NAME
4545
if [ ! -f $WORKTREE_NAME/.gitignore ]; then cp .gitignore $WORKTREE_NAME/; fi
46-
(cd $WORKTREE_NAME && git add -A && git commit --quiet --allow-empty -m "old" -a && git tag -f old && git checkout new && git status)
46+
(cd $WORKTREE_NAME && git add -A && git commit --quiet --allow-empty -m "old" -a && git tag -f old && git checkout -f new && git clean -fd && git status)

.github/workflows/doc-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
(cd doc && mv .git ../git && mv .gitattributes ../gitattributes)
214214
mv CHANGES.html doc
215215
fi
216+
# Create the robots.txt file to discourage web crawlers from indexing doc preview webpages
217+
echo "User-agent: *" > doc/robots.txt
218+
echo "Disallow: /" >> doc/robots.txt
216219
# Zip everything for increased performance
217220
zip -r doc.zip doc
218221

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: SageMath
44
abstract: SageMath is a free open-source mathematics software system.
55
authors:
66
- name: "The SageMath Developers"
7-
version: 10.5.beta5
7+
version: 10.5.beta6
88
doi: 10.5281/zenodo.8042260
9-
date-released: 2024-09-22
9+
date-released: 2024-09-29
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.5.beta5, Release Date: 2024-09-22
1+
SageMath version 10.5.beta6, Release Date: 2024-09-29

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=2cdffd348b8a4de62b51e1f6c37a7d414004c09e
3-
sha256=273c37842eedefc3575e34bb14819ab3738a32c39ae634f2342bb50baa740c60
2+
sha1=140d921780212198287a0d626b8c9655d4408f7a
3+
sha256=4f82ec8bdb67c4dffd43daddd5160e8f9c624f6a5cf16c4128bfab2e5ddca459
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b58ceaa68960b38142f27fdfc04373301da4e46
1+
2b4fe39e420df022d34a67fbc820252618e15f83

build/pkgs/fricas/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=fricas-VERSION-full.tar.bz2
2-
sha1=2f1e1bbbad7e04a7114ffbd93eeedadc5db32272
3-
sha256=fc2112ad45ba7b45ac423165f32bd5b244622107a1e4e1d56b9136f96746f2a0
2+
sha1=c5104c92808ff01a02ecdd3f412d44da3b2c21fb
3+
sha256=32b87461ef079659e97247ad0a771ec8cf0d5a0f934788d67d37fb7acf63f9c4
44
upstream_url=https://github.com/fricas/fricas/releases/download/VERSION/fricas-VERSION-full.tar.bz2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.10
1+
1.3.11

build/pkgs/gc/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=gc-VERSION.tar.gz
2-
sha1=3f543532c47e592a8f5ea6f7a529c8ed7465a5c7
3-
sha256=b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
2+
sha1=1c8d7bde86aa98df957563982f38c583c2c6707f
3+
sha256=7649020621cb26325e1fb5c8742590d92fb48ce5c259b502faf7d9fb5dabb160
44
upstream_url=https://github.com/ivmai/bdwgc/releases/download/vVERSION/gc-VERSION.tar.gz

build/pkgs/gc/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.6
1+
8.2.8

0 commit comments

Comments
 (0)