[Python-modules-commits] [python-igraph] 02/08: record new upstream branch created by importing python-igraph_0.7.1.post6.orig.tar.gz and merge it

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 04:54:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository python-igraph.

commit 975e4f65374785c7a3c3b936c103692e0b52146b
Merge: a6b1c3c c15dfb3
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 12:47:57 2015 +0900

    record new upstream branch created by importing python-igraph_0.7.1.post6.orig.tar.gz and merge it

 MANIFEST.in                        |    6 -
 PKG-INFO                           |    8 +-
 debian/.git-dpm                    |   14 +-
 igraph/__init__.py                 |  549 +++++++++----
 igraph/app/shell.py                |   24 +-
 igraph/clustering.py               |  121 +--
 igraph/compat.py                   |   14 +-
 igraph/configuration.py            |   73 +-
 igraph/drawing/__init__.py         |   68 +-
 igraph/drawing/colors.py           |    7 +-
 igraph/drawing/edge.py             |  220 ++++-
 igraph/drawing/graph.py            |  260 +++---
 igraph/drawing/text.py             |   45 +-
 igraph/drawing/utils.py            |   41 +-
 igraph/drawing/vertex.py           |   98 +++
 igraph/layout.py                   |   20 +-
 igraph/{ => remote}/nexus.py       |   14 +-
 igraph/statistics.py               |   26 +-
 igraph/summary.py                  |   10 +-
 igraph/test/__init__.py            |   56 +-
 igraph/test/attributes.py          |  141 ++--
 igraph/test/basic.py               |  306 +++----
 igraph/test/bipartite.py           |  111 +--
 igraph/test/cliques.py             |   48 +-
 igraph/test/colortests.py          |   26 +-
 igraph/test/conversion.py          |   42 +-
 igraph/test/decomposition.py       |  166 ++--
 igraph/test/edgeseq.py             |  229 ++++--
 igraph/test/flow.py                |  201 +++--
 igraph/test/foreign.py             |   93 +--
 igraph/test/games.py               |  108 ++-
 igraph/test/generators.py          |   80 +-
 igraph/test/indexing.py            |   26 +-
 igraph/test/isomorphism.py         |  165 +++-
 igraph/test/iterators.py           |    4 +-
 igraph/test/layouts.py             |  118 ++-
 igraph/test/operators.py           |  105 ++-
 igraph/test/rng.py                 |    6 +-
 igraph/test/separators.py          |   32 +-
 igraph/test/spectral.py            |   12 +-
 igraph/test/structural.py          |  325 ++++----
 igraph/test/utils.py               |   67 ++
 igraph/test/vertexseq.py           |  215 +++--
 igraph/utils.py                    |   37 +-
 python_igraph.egg-info/PKG-INFO    |    8 +-
 python_igraph.egg-info/SOURCES.txt |   11 +-
 scripts/epydoc-patched             |    2 +
 scripts/epydoc.cfg                 |    4 +-
 scripts/mkdoc.sh                   |    2 +-
 setup.cfg                          |    4 -
 setup.py                           |  876 ++++++++++++++++++--
 src/attributes.c                   |  173 +++-
 src/attributes.h                   |   11 +
 src/common.h                       |    8 +
 src/convert.c                      |  751 +++++++++++------
 src/convert.h                      |   16 +-
 src/edgeobject.c                   |  170 +++-
 src/edgeobject.h                   |    5 +
 src/edgeseqobject.c                |   19 +-
 src/filehandle.c                   |   50 +-
 src/filehandle.h                   |    1 +
 src/graphobject.c                  | 1571 +++++++++++++++++++++++++++---------
 src/graphobject.h                  |    5 +
 src/igraphmodule.c                 |   16 +-
 src/py2compat.c                    |   38 +
 src/py2compat.h                    |   13 +-
 src/vertexobject.c                 |  169 +++-
 src/vertexobject.h                 |    5 +
 src/vertexseqobject.c              |   20 +-
 test/doctests.py                   |    2 +-
 70 files changed, 6040 insertions(+), 2247 deletions(-)

diff --cc debian/.git-dpm
index 55479bf,0000000..59de2bf
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- ed77c467047ff1581f2e077073a788ee98fbb808
- ed77c467047ff1581f2e077073a788ee98fbb808
- ed77c467047ff1581f2e077073a788ee98fbb808
- ed77c467047ff1581f2e077073a788ee98fbb808
- python-igraph_0.6.5.orig.tar.gz
- 4617b50e666903170d6358cae1e6f0033f3053be
- 352687
++c15dfb37b030541e166a9b6d52e7937bb6bfc718
++c15dfb37b030541e166a9b6d52e7937bb6bfc718
++c15dfb37b030541e166a9b6d52e7937bb6bfc718
++c15dfb37b030541e166a9b6d52e7937bb6bfc718
++python-igraph_0.7.1.post6.orig.tar.gz
++9f81f7ecc2e43b0577e03e6ed13858dc70cb4ad9
++377298
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-igraph.git



More information about the Python-modules-commits mailing list