Skip to content

Commit 025b921

Browse files
authored
Merge branch 'develop' into lie_algebras/enveloping_center
2 parents 6f50822 + ab1a517 commit 025b921

File tree

1,022 files changed

+4150
-4050
lines changed

Some content is hidden

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

1,022 files changed

+4150
-4050
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: ./.github/workflows/docker.yml
4040
with:
4141
# Build from scratch
42+
free_disk_space: true
4243
docker_targets: "with-system-packages configured with-targets-pre with-targets"
4344
# FIXME: duplicated from env.TARGETS
4445
targets_pre: all-sage-local

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.3.rc2
7+
version: 10.3.rc4
88
doi: 10.5281/zenodo.593563
9-
date-released: 2024-03-04
9+
date-released: 2024-03-17
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.3.rc2, Release Date: 2024-03-04
1+
SageMath version 10.3.rc4, Release Date: 2024-03-17

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=ff35813eb1168b754ab9470066b39aeaca9d462c
3-
md5=834bc382880b0cfea48fa00bdff79534
4-
cksum=4002007446
2+
sha1=f06e82486ef07850394e6b6d7f226b70c8330d47
3+
md5=9dd6037651626866f7b6cf790e45b2dd
4+
cksum=2951679715
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
872ca39ec422cacd1005dd6b1ccd9737d5d88712
1+
83d81f55354e4732096fbe0c0cd750eb6334e033

build/pkgs/h11/SPKG.rst

Lines changed: 18 additions & 0 deletions

build/pkgs/h11/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=h11-VERSION-py3-none-any.whl
2+
sha1=c502d56dc3288212142a398704a5109749331dd8
3+
md5=47f19bfed53c8f9278749c532490977e
4+
cksum=462065947
5+
upstream_url=https://pypi.io/packages/py3/h/h11/h11-VERSION-py3-none-any.whl

build/pkgs/h11/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.

build/pkgs/h11/install-requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h11

build/pkgs/h11/package-version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.14.0

0 commit comments

Comments
 (0)