Skip to content

Commit 12bb9b2

Browse files
authored
Merge branch 'develop' into alt_nu_tamari
2 parents d7d93ef + 30b3d78 commit 12bb9b2

File tree

294 files changed

+5256
-2838
lines changed

Some content is hidden

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

294 files changed

+5256
-2838
lines changed

.github/workflows/ci-linux-incremental.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ name: CI Linux incremental
1717

1818
on:
1919
pull_request:
20-
types:
21-
# Defaults
22-
- opened
23-
- synchronize
24-
- reopened
25-
# When a CI label is added
26-
- labeled
2720
paths:
2821
- 'build/pkgs/**'
2922
- 'pkgs/**'
@@ -49,7 +42,7 @@ jobs:
4942
- uses: actions/checkout@v4
5043
- name: Get all packages that have changed
5144
id: changed-packages
52-
uses: tj-actions/changed-files@v41
45+
uses: tj-actions/changed-files@v42
5346
with:
5447
files_yaml: |
5548
configures:
@@ -81,14 +74,6 @@ jobs:
8174
8275
test:
8376
needs: [changed_files]
84-
if: |
85-
github.event_name != 'pull_request' ||
86-
((github.event.action != 'labeled' &&
87-
(contains(github.event.pull_request.labels.*.name, 'c: packages: standard') ||
88-
contains(github.event.pull_request.labels.*.name, 'c: packages: optional'))) ||
89-
(github.event.action == 'labeled' &&
90-
(github.event.label.name == 'c: packages: optional' ||
91-
github.event.label.name == 'c: packages: standard')))
9277
uses: ./.github/workflows/docker.yml
9378
with:
9479
# Build incrementally from published Docker image
@@ -139,7 +124,7 @@ jobs:
139124
# with only a small number of test failures as of 10.2.rc0
140125
tox_system_factors: >-
141126
["gentoo-python3.11",
142-
"archlinux"]
127+
"archlinux-latest"]
143128
tox_packages_factors: >-
144129
["standard-sitepackages"]
145130
docker_push_repository: ghcr.io/${{ github.repository }}/

.github/workflows/docker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,16 @@ jobs:
152152
EXTRA_SAGE_PACKAGES: ${{ inputs.extra_sage_packages }}
153153
steps:
154154
- name: Maximize build disk space
155-
uses: easimon/maximize-build-space@v8
155+
uses: easimon/maximize-build-space@v10
156156
with:
157157
# need space in /var for Docker images
158-
root-reserve-mb: 40000
158+
root-reserve-mb: 30000
159159
remove-dotnet: true
160160
remove-android: true
161161
remove-haskell: true
162162
remove-codeql: true
163163
remove-docker-images: true
164+
continue-on-error: true
164165
if: inputs.free_disk_space
165166
- name: Check out SageMath
166167
uses: actions/checkout@v4

.github/workflows/docker_hub.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Maximize build disk space
19-
uses: easimon/maximize-build-space@v8
19+
uses: easimon/maximize-build-space@v10
2020
with:
2121
# need space in /var for Docker images
22-
root-reserve-mb: 40000
22+
root-reserve-mb: 30000
2323
remove-dotnet: true
2424
remove-android: true
2525
remove-haskell: true
2626
remove-codeql: true
2727
remove-docker-images: true
28+
continue-on-error: true
2829

2930
- name: Checkout
3031
uses: actions/checkout@v4

CITATION.cff

+2-2
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.3.beta7
7+
version: 10.3.beta8
88
doi: 10.5281/zenodo.593563
9-
date-released: 2024-02-02
9+
date-released: 2024-02-13
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.3.beta7, Release Date: 2024-02-02
1+
SageMath version 10.3.beta8, Release Date: 2024-02-13

build/bin/testcc.sh

-136
This file was deleted.

build/bin/testcxx.sh

-129
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
python3.12
22
python3.12-dev
3-
python3.12-distutils
43
python3.12-venv

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=84c8bfc8a84399d50eac5f0e75672da0e36216ae
3-
md5=1171b0a7cd69002c426fb7b48e9026e4
4-
cksum=2998629640
2+
sha1=0c93ffbc40ee55c429b82c6070817c0133a05013
3+
md5=96e8d0c3aa48cab18b60499c4d303a73
4+
cksum=2523075193
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
128d437fcc7f3917b314662fdee34aeaab968b67
1+
81a374dc4dacba71cf071f981d496ff63b2b2acb
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=database_knotinfo-VERSION.tar.gz
2-
sha1=1c6746a2742b5fb5c6a2803249dd6988d6ec1890
3-
md5=b2cd3295f179fbbde2a970ba7f0c3db4
4-
cksum=1079889953
2+
sha1=d32a5640c59c25d49ee72770aedfc6daac7c3d0e
3+
md5=2d4104feee05547b542b1d86dd0f7675
4+
cksum=2620016485
55
upstream_url=https://pypi.io/packages/source/d/database_knotinfo/database_knotinfo-VERSION.tar.gz
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.6.1
1+
2024.2.1

0 commit comments

Comments
 (0)