Skip to content

Commit 0dae02b

Browse files
committed
Merge branch 't/21319/sequences/rec-hash' into t/21204/sequences/k-regular-guess
* t/21319/sequences/rec-hash: (140 commits) minor correction in doc remove zero() solve troubles with doc-building solve troubles with doc-building minor correction in doc Updated SageMath version to 7.4.beta2 Small change in a doctest Small fixes. All doctests pass (hopefully) Rewrite coerce_binop. Fix a bug exposed by this in fields.py removed base_ring option from abelian_variety() in ell_rational_field.py trac 21310 get rid of itervalues in the combinat folder trac 21308 better doc trac 21308 add one reference + more doc trac 21308 better doc implement the magnitude function of a graph 12364: adding doctest removal of another bunch of useless .keys() Add traceback line to doctest formatting changes to automorphims in rational_field added automorphisms to rational_field ...
2 parents 899e56e + c8a86db commit 0dae02b

File tree

196 files changed

+2806
-1017
lines changed

Some content is hidden

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

196 files changed

+2806
-1017
lines changed

COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ at the notice in config.guess or ltmain.sh.)
801801

802802
The atomic_ops library contains some code that is covered by the GNU General
803803
Public License, but is not needed by, nor linked into the collector library.
804-
It is included here only becuase the atomic_ops distribution is, for
804+
It is included here only because the atomic_ops distribution is, for
805805
simplicity, included in its entirety.
806806

807807
================================================================================

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 7.4.beta1, Release Date: 2016-08-17
1+
SageMath version 7.4.beta2, Release Date: 2016-08-26

build/pkgs/bliss/dependencies

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# no dependencies
2+
3+
----------
4+
All lines of this file are ignored except the first.
5+
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.

build/pkgs/configparser/SPKG.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
= configparser =
2+
3+
== Description ==
4+
5+
This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
6+
7+
The ancient ConfigParser module available in the standard library 2.x
8+
has seen a major update in Python 3.2. This is a backport of those
9+
changes so that they can be used directly in Python 2.6 - 3.5.
10+
11+
To use the configparser backport instead of the built-in version on both
12+
Python 2 and Python 3, simply import it explicitly as a backport:
13+
14+
from backports import configparser
15+
16+
If you'd like to use the backport on Python 2 and the built-in version
17+
on Python 3, use that invocation instead:
18+
19+
import configparser
20+
21+
For detailed documentation consult the vanilla version at
22+
http://docs.python.org/3/library/configparser.html.

build/pkgs/configparser/checksums.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tarball=configparser-VERSION.tar.gz
2+
sha1=8ee6b29c6a11977c0e094da1d4f5f71e7e7ac78b
3+
md5=cfdd915a5b7a6c09917a64a573140538
4+
cksum=3139292895

build/pkgs/configparser/dependencies

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$(PYTHON) | pip
2+
3+
----------
4+
All lines of this file are ignored except the first.
5+
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.5.0

build/pkgs/configparser/spkg-install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
cd src && pip install --verbose --no-index .

build/pkgs/configparser/type

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

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=7bf585bca9e2ee124152b7ff7268e63bdee8d5ba
3-
md5=71088e94c8b154037848cbf03ff823c4
4-
cksum=2410748983
2+
sha1=3d13a8f9dcaef6c048d0d21f91338b0b3d0fe125
3+
md5=63fc727ca070844c580b5a722d177cb1
4+
cksum=3010448970

0 commit comments

Comments
 (0)