Skip to content

Commit e17f1de

Browse files
committed
Merge branch 'p/fix-pytest-error' of https://github.com/kwankyu/sage into p/fix-pytest-error
2 parents 8326140 + fe2d841 commit e17f1de

File tree

312 files changed

+11193
-6168
lines changed

Some content is hidden

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

312 files changed

+11193
-6168
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,32 @@ build/bin/sage-build-env-config
176176
/pkgs/*/.tox
177177

178178
/pkgs/sagemath-objects/setup.cfg
179+
/pkgs/sagemath-bliss/setup.cfg
180+
/pkgs/sagemath-coxeter3/setup.cfg
181+
/pkgs/sagemath-mcqd/setup.cfg
182+
/pkgs/sagemath-meataxe/setup.cfg
183+
/pkgs/sagemath-sirocco/setup.cfg
184+
/pkgs/sagemath-tdlib/setup.cfg
179185
/pkgs/sagemath-categories/setup.cfg
180186
/pkgs/sagemath-environment/setup.cfg
181187
/pkgs/sagemath-repl/setup.cfg
182188
/pkgs/sagemath-objects/pyproject.toml
189+
/pkgs/sagemath-bliss/pyproject.toml
190+
/pkgs/sagemath-coxeter3/pyproject.toml
191+
/pkgs/sagemath-mcqd/pyproject.toml
192+
/pkgs/sagemath-meataxe/pyproject.toml
193+
/pkgs/sagemath-sirocco/pyproject.toml
194+
/pkgs/sagemath-tdlib/pyproject.toml
183195
/pkgs/sagemath-categories/pyproject.toml
184196
/pkgs/sagemath-environment/pyproject.toml
185197
/pkgs/sagemath-repl/pyproject.toml
186198
/pkgs/sagemath-objects/requirements.txt
199+
/pkgs/sagemath-bliss/requirements.txt
200+
/pkgs/sagemath-coxeter3/requirements.txt
201+
/pkgs/sagemath-mcqd/requirements.txt
202+
/pkgs/sagemath-meataxe/requirements.txt
203+
/pkgs/sagemath-sirocco/requirements.txt
204+
/pkgs/sagemath-tdlib/requirements.txt
187205
/pkgs/sagemath-categories/requirements.txt
188206
/pkgs/sagemath-environment/requirements.txt
189207
/pkgs/sagemath-repl/requirements.txt

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.1.beta7
7+
version: 10.1.beta8
88
doi: 10.5281/zenodo.593563
9-
date-released: 2023-07-20
9+
date-released: 2023-07-30
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

README.md

Lines changed: 1 addition & 1 deletion

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.1.beta7, Release Date: 2023-07-20
1+
SageMath version 10.1.beta8, Release Date: 2023-07-30

build/make/Makefile.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,13 @@ PYPI_WHEEL_PACKAGES = \
135135
sagemath_environment \
136136
sagemath_objects \
137137
sagemath_repl \
138-
sagemath_categories
138+
sagemath_categories \
139+
sagemath_bliss \
140+
sagemath_mcqd \
141+
sagemath_tdlib \
142+
sagemath_coxeter3 \
143+
sagemath_sirocco \
144+
sagemath_meataxe
139145

140146
# sage_docbuild is here, not in PYPI_WHEEL_PACKAGES, because it depends on sagelib
141147
WHEEL_PACKAGES = $(PYPI_WHEEL_PACKAGES) \

build/pkgs/bliss/distros/gentoo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sci-libs/bliss

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=017780512407f8da87a091c485cf8c7162b5adaf
3-
md5=4e3e25464ee850c2593f16364bd6b206
4-
cksum=531215747
2+
sha1=5930a5bb8c0164176122d6ffb1143df61b990213
3+
md5=b70ab1eaa247dce59a59910ec8e89051
4+
cksum=3869087595
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98520945e069c603400cf2ae902a843f7a1bda13
1+
79dc3510abb05344ac7ef23d42d1228f186b7493
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-conf ~= 10.1b7
2+
sage-conf ~= 10.1b8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-docbuild ~= 10.1b7
2+
sage-docbuild ~= 10.1b8

0 commit comments

Comments
 (0)