[Python-modules-commits] [python-igraph] branch upstream updated (ed77c46 -> c15dfb3)

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


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

takaki pushed a change to branch upstream
in repository python-igraph.

      from  ed77c46   Imported Upstream version 0.6.5
       new  c15dfb3   Import python-igraph_0.7.1.post6.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 MANIFEST.in                        |    6 -
 PKG-INFO                           |    8 +-
 debian/changelog.in                |    5 -
 debian/compat                      |    1 -
 debian/control.in                  |   34 -
 debian/copyright.in                |   28 -
 debian/prepare                     |   15 -
 debian/rules                       |  105 ---
 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 +-
 75 files changed, 6033 insertions(+), 2428 deletions(-)
 delete mode 100644 debian/changelog.in
 delete mode 100644 debian/compat
 delete mode 100644 debian/control.in
 delete mode 100644 debian/copyright.in
 delete mode 100755 debian/prepare
 delete mode 100755 debian/rules
 create mode 100644 igraph/drawing/vertex.py
 rename igraph/{ => remote}/nexus.py (98%)
 create mode 100644 igraph/test/utils.py

-- 
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