[Python-modules-commits] [python-pygraphviz] branch upstream updated (8db6874 -> 52fefae)

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 3 02:10:42 UTC 2016


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

morph pushed a change to branch upstream
in repository python-pygraphviz.

      from  8db6874   Imported Upstream version 1.3~rc2
       new  52fefae   Import python-pygraphviz_1.3.1.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:
 INSTALL.txt                              |  18 +-
 LICENSE                                  |  34 ++++
 MANIFEST.in                              |  13 +-
 Makefile                                 |  14 ++
 PKG-INFO                                 |   6 +-
 README.txt => README.rst                 |   2 +-
 doc/source/index.rst                     |   1 +
 doc/source/reference/news.rst            |  12 +-
 doc/source/static/contents.png           | Bin 0 -> 202 bytes
 doc/source/static/navigation.png         | Bin 0 -> 218 bytes
 doc/source/static/sphinxdoc.css          | 328 +++++++++++++++++++++++++++++++
 PKG-INFO => pygraphviz.egg-info/PKG-INFO |   6 +-
 pygraphviz.egg-info/SOURCES.txt          |  70 +++++++
 pygraphviz.egg-info/dependency_links.txt |   1 +
 pygraphviz.egg-info/top_level.txt        |   1 +
 pygraphviz/__init__.py                   |   5 +-
 pygraphviz/agraph.py                     |  57 +++---
 pygraphviz/graphviz.i                    | 302 ++++++++++++++++++++++++++++
 pygraphviz/graphviz.py                   |   2 +-
 pygraphviz/graphviz_wrap.c               |  16 +-
 pygraphviz/release.py                    |   7 +-
 pygraphviz/tests/test_clear.py           |  31 +++
 pygraphviz/tests/test_edge_attributes.py |  23 +++
 pygraphviz/tests/test_graph.py           |   2 +-
 pygraphviz/tests/test_node_attributes.py |  23 +++
 pygraphviz/tests/test_string.py          |   7 +-
 pygraphviz/tests/test_subgraph.py        |  15 ++
 pygraphviz/version.py                    |   4 +-
 pystrings.swg                            |  86 ++++++++
 setup.cfg                                |  21 +-
 setup.py                                 | 127 +++---------
 setup_commands.py                        |  65 ++++++
 setup_egg.py                             |  61 ------
 setup_extra.py                           | 165 ++++++++++++----
 tox.ini                                  |   9 +
 35 files changed, 1269 insertions(+), 265 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 Makefile
 rename README.txt => README.rst (94%)
 create mode 100644 doc/source/static/contents.png
 create mode 100644 doc/source/static/navigation.png
 create mode 100644 doc/source/static/sphinxdoc.css
 copy PKG-INFO => pygraphviz.egg-info/PKG-INFO (89%)
 create mode 100644 pygraphviz.egg-info/SOURCES.txt
 create mode 100644 pygraphviz.egg-info/dependency_links.txt
 create mode 100644 pygraphviz.egg-info/top_level.txt
 create mode 100644 pygraphviz/graphviz.i
 create mode 100644 pygraphviz/tests/test_clear.py
 create mode 100644 pystrings.swg
 create mode 100644 setup_commands.py
 delete mode 100755 setup_egg.py
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list