Skip to content

Commit 17f83a5

Browse files
author
Matthias Köppe
authored
Merge branch 'develop' into t/34957/sage__finance_interacts_libs_numerical_statistics_tests___replace_imports_from_sage___all_for_namespace_packages
2 parents d68c2af + 46a6105 commit 17f83a5

File tree

85 files changed

+821
-252
lines changed

Some content is hidden

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

85 files changed

+821
-252
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/config.status
2020
/configure
2121
/conftest*
22+
/confdefs.h
2223

2324
/m4/sage_spkg_configures.m4
2425

.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.beta2",
5-
"version": "10.0.beta2",
4+
"title": "sagemath/sage: 10.0.beta3",
5+
"version": "10.0.beta3",
66
"upload_type": "software",
7-
"publication_date": "2023-02-23",
7+
"publication_date": "2023-03-02",
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.beta2",
18+
"identifier": "https://github.com/sagemath/sage/tree/10.0.beta3",
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.beta2, Release Date: 2023-02-23
1+
SageMath version 10.0.beta3, Release Date: 2023-03-02

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=a9dd38e83511f7f7911c94366c1c7b9e213cea3e
3-
md5=e341828a3c4d17b37887cd93c298286f
4-
cksum=2811082803
2+
sha1=b9a6c30f4f1c828ca611527d104643d8c0b89ed9
3+
md5=37a7a99a528efa8a4eea1beff33985db
4+
cksum=1112286999
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bbd91d34c346cbb308e6bfac72ac414b365f190c
1+
a822a2132aa0e85069ec8b6efa48ad6db08cc044

build/pkgs/giac/checksums.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ tarball=giac-VERSION.tar.bz2
22
sha1=78c15badd19b49b7d111ac204b611a4378ce3d15
33
md5=8fbd43a5c60848b6813b7fc8698a0199
44
cksum=1923149665
5-
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/31563/giac-VERSION.tar.bz2

build/pkgs/iml/checksums.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ tarball=iml-VERSION.tar.bz2
22
sha1=8aba468a62e6fb0584be9b014350b734663c0670
33
md5=a8083e70c0c4378f69eb772c1eeed6f0
44
cksum=2793221462
5-
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/33195/iml-1.0.4p2.tar.bz2

build/pkgs/mathjax/checksums.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ tarball=mathjax-VERSION.tar.gz
22
sha1=3f7abecf8cacd7f5d7f9ae6c3baca7739101c17d
33
md5=ba1a65ab58aaad6c84f39735c619bc34
44
cksum=1142131398
5-
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/25833/mathjax-3.2.0.tar.gz

build/pkgs/msolve/checksums.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ tarball=msolve-VERSION.tar.gz
22
sha1=5b227de8b222bfe8d143e1d7ea77ad71cd209dc8
33
md5=2f34bd9ccb089688ae169201281108dc
44
cksum=941373315
5-
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/31664/msolve-VERSION.tar.gz
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.0b2
2+
sage-conf ~= 10.0b3

0 commit comments

Comments
 (0)