Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 65e2fc5

Browse files
committed
Merge tag '7.6.beta2' into t/21855/public/21855
SageMath version 7.6.beta2 * tag '7.6.beta2': (610 commits) Updated SageMath version to 7.6.beta2 trac 22188: fix duplicate reference, reST capitalization Revert change py3 imports in sage/matrix trac 22188: add missing ` trac 22259 some details py3 get rid of cmp() in element_wrapper Trailing whitespace isomorphic function returned False, not None, when no isomorphism found 21117: fix issues from review Fixing last doctest. Making the error messages consistent. Use relative imports in sage_setup/autogen/pari Import upstream PR 185 to deal with newer sed Add aspect multipliers to offsets Updated SageMath version to 7.6.beta1 format arxiv link correctly py3 : do not call cmp() in code of real_mpfr trac #22254: remove period at the end of INPUT: section py3 remove cmp() in padics/morphism.pyx ...
2 parents 11707ed + 375d4ee commit 65e2fc5

File tree

608 files changed

+32505
-7263
lines changed

Some content is hidden

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

608 files changed

+32505
-7263
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 7.5.1, Release Date: 2017-01-15
1+
SageMath version 7.6.beta2, Release Date: 2017-02-01

build/bin/sage-pip-install

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
# --no-deps : Don't install runtime dependencies from PyPI.
1616
# --no-index : Don't look at the package index.
1717
# This also disables pip's version self-check.
18-
pip_install_flags="--ignore-installed --verbose --no-deps --no-index"
18+
# --isolated : Don't read configuration files such as
19+
# ~/.pydistutils.cfg
20+
pip_install_flags="--ignore-installed --verbose --no-deps --no-index --isolated"
1921

2022
# Consume any additional pip install arguments except the last one
2123
while [ $# -gt 1 ]; do

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=a0c708866e3815006805e43db024a21b8ec46003
3-
md5=6632be3a1a99ac37eeb3446eab48691f
4-
cksum=3033031400
2+
sha1=c7e593913a4949263d8b13b178cdf98ddd7b4f5a
3+
md5=2206355c3f51dba81a33578469ef9351
4+
cksum=3793129936
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
201
1+
204
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=database_pari-VERSION.tar.bz2
2-
sha1=92dcb68e7a6def53ffc5fb82e3593d5b80c940cb
3-
md5=652d36d18ea300193957120815298be7
4-
cksum=2257060384
2+
sha1=dd2b168da033a9fca98ce5d9d81ad76fbc1739fb
3+
md5=0fb372a3c8de787f84c066f81511a276
4+
cksum=3988008667
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20140908
1+
20161017

build/pkgs/dot2tex/SPKG.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ by Graphviz a more LaTeX friendly look and feel. This is accomplished
77
by converting xdot output from Graphviz to a series of PSTricks or
88
PGF/TikZ commands.
99

10-
See http://www.fauskes.net/code/dot2tex/
11-
or http://dot2tex.googlecode.com/
10+
See https://github.com/kjellmf/dot2tex/
1211

1312
== License ==
1413
* MIT

build/pkgs/eclib/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=eclib-VERSION.tar.bz2
2-
sha1=acd51ec5e7ab7be6a3151fe645320f71c6a11ede
3-
md5=ac1eee9c42b1b6987173f574b6f43744
4-
cksum=673064945
2+
sha1=b5098fe705dcea8f492e5e331ad8a69f5721898f
3+
md5=af8c339c44155ed813cb40f39fcfe344
4+
cksum=2757924773
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20160720
1+
20170104

build/pkgs/enum34/SPKG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= enum34 =
2+
3+
== Description ==
4+
5+
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
6+
7+
An enumeration is a set of symbolic names (members) bound to unique,
8+
constant values. Within an enumeration, the members can be compared by
9+
identity, and the enumeration itself can be iterated over.

0 commit comments

Comments
 (0)