Skip to content

Commit 9678717

Browse files
committed
Merge branch 'develop' of trac.sagemath.org:sage into t/33238/a_bijectionist_s_toolkit
2 parents db8947b + 047281e commit 9678717

File tree

352 files changed

+9397
-1979
lines changed

Some content is hidden

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

352 files changed

+9397
-1979
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ on:
4646
"centos-stream-9-python3.9",
4747
"gentoo-python3.9",
4848
"gentoo-python3.10",
49+
"gentoo-python3.11",
4950
"archlinux-latest",
5051
"opensuse-15.3-gcc_11-python3.9",
5152
"opensuse-15.4-gcc_11-python3.10",

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install relint
3636
run: pip install tox relint
3737
- name: Lint using relint
38-
run: tox -e relint src/sage/
38+
run: tox -e relint -- src/sage/
3939
lint-rst:
4040
name: Validate docstring markup as RST
4141
runs-on: ubuntu-latest

.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.beta6",
5-
"version": "9.8.beta6",
4+
"title": "sagemath/sage: 9.8.beta7",
5+
"version": "9.8.beta7",
66
"upload_type": "software",
7-
"publication_date": "2022-12-21",
7+
"publication_date": "2023-01-18",
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.beta6",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.8.beta7",
1919
"relation": "isSupplementTo"
2020
},
2121
{

README.md

Lines changed: 29 additions & 8 deletions

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.8.beta6, Release Date: 2022-12-21
1+
SageMath version 9.8.beta7, Release Date: 2023-01-18

build/pkgs/babel/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=Babel-VERSION.tar.gz
2-
sha1=1ce15f82eba5184cabe6ac1491cb58262e27adfd
3-
md5=7166099733d78aa857d74fa50d8ff58c
4-
cksum=1695340328
2+
sha1=75baeb68d7481a67ba203191aa460c56b0221fda
3+
md5=9ee7784fd452d456206ecd3a12694010
4+
cksum=227595701
55
upstream_url=https://pypi.io/packages/source/b/babel/Babel-VERSION.tar.gz

build/pkgs/babel/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1
1+
2.11.0

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=03fa7a341ddf380aa4fe54a85b0c41debd2ffe7e
3-
md5=6fdfcb62364de0e8c8d57f5d3a38c909
4-
cksum=3919137984
2+
sha1=7d95f0aa4a25b8160594f08bf5832fdad6774ee1
3+
md5=08d682dfb7eae43af051188205449f02
4+
cksum=1634731426
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7819a59980b78950a0eb4aa18c529efa380d687b
1+
272c557d1f34fab9617dcf289a13bc7f51e2854e

build/pkgs/contourpy/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN) pybind11
1+
$(PYTHON) numpy | $(PYTHON_TOOLCHAIN) pybind11
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)