Skip to content

Commit 6dff841

Browse files
authored
Merge branch 'sagemath:develop' into hide_features_34185
2 parents c3da4d8 + 7404764 commit 6dff841

File tree

316 files changed

+10306
-6747
lines changed

Some content is hidden

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

316 files changed

+10306
-6747
lines changed

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ env:
2929
TARGETS: build doc-html
3030
TARGETS_OPTIONAL: ptest
3131

32+
permissions:
33+
packages: write
34+
3235
jobs:
3336

3437
standard-pre:

.github/workflows/doc-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Triggers after the documentation build has finished,
1+
# Triggers after the documentation build has finished,
22
# taking the artifact and uploading it to netlify
33
name: Publish documentation
44

@@ -47,7 +47,7 @@ jobs:
4747
});
4848
var fs = require('fs');
4949
fs.writeFileSync('${{github.workspace}}/docs.zip', Buffer.from(download.data));
50-
50+
5151
- name: Extract docs
5252
run: unzip docs.zip -d docs && unzip docs/docs.zip -d docs/docs
5353

@@ -72,9 +72,8 @@ jobs:
7272
header: preview-comment
7373
recreate: true
7474
message: |
75-
[Documentation preview for this PR](${{ steps.deploy-netlify.outputs.NETLIFY_URL }}) is ready! :tada:
76-
Built with commit: ${{ steps.source-run-info.outputs.sourceHeadSha }}
77-
75+
[Documentation preview for this PR](${{ steps.deploy-netlify.outputs.NETLIFY_URL }}) (built with commit ${{ steps.source-run-info.outputs.sourceHeadSha }}) is ready! :tada:
76+
7877
- name: Update deployment status PR check
7978
uses: myrotvorets/[email protected]
8079
if: ${{ always() }}

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ jobs:
147147
repository: ${{ inputs.sage_repo }}
148148
ref: ${{ inputs.sage_ref }}
149149
fetch-depth: 10000
150-
- name: fetch tags
151-
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
152150
- name: free disk space
153151
run: |
154152
df -h

.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: 10.0",
5-
"version": "10.0",
4+
"title": "sagemath/sage: 10.1.beta0",
5+
"version": "10.1.beta0",
66
"upload_type": "software",
7-
"publication_date": "2023-05-20",
7+
"publication_date": "2023-05-22",
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/10.0",
18+
"identifier": "https://github.com/sagemath/sage/tree/10.1.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 10.0, Release Date: 2023-05-20
1+
SageMath version 10.1.beta0, Release Date: 2023-05-22

build/pkgs/4ti2/checksums.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tarball=4ti2-VERSION.tar.gz
2-
sha1=9a9a6913bcd52b667355a7df7fa954ca101054cb
3-
md5=90def0d6b01a0247e439356777467497
4-
cksum=439147307
2+
sha1=3d41f30ea3ef94c293eae30c087494269fc1a6b9
3+
md5=1215872325ddfc561865ecb22b2bccb2
4+
cksum=2439180289
5+
upstream_url=https://github.com/4ti2/4ti2/releases/download/Release_1_6_10/4ti2-1.6.10.tar.gz

build/pkgs/4ti2/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.7.p0
1+
1.6.10

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=7460b5a298a1d6e1e22816174a89526fd3baeb6f
3-
md5=adab6d06997313cc52c8da7dfbcf94b2
4-
cksum=2723491418
2+
sha1=e55fd192510499ab59847906bf0abc0e1776aecb
3+
md5=7adfc7ea92837b419c9cf91085b4c0c2
4+
cksum=2479564476
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8476c4695880ff35d9e534e916d2841a67cba0de
1+
8455792fc708dc9b848e9d084e96a6a890bca822

build/pkgs/libgd/SPKG.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,4 @@ Upstream Contact
2323

2424
- https://libgd.github.io
2525
- Pierre Joye (http://blog.thepimp.net)
26-
- http://libgd.bitbucket.org/
27-
28-
Special Update/Build Instructions
29-
---------------------------------
30-
31-
See spkg-src script.
26+
- https://github.com/libgd/libgd

0 commit comments

Comments
 (0)