[Python-modules-commits] [python-pygraphviz] branch master updated (32c20d2 -> 9afce22)

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


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

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

      from  32c20d2   Update Vcs fields for git migration
       new  11322e4   record new upstream branch created by importing python-pygraphviz_1.3.1.orig.tar.gz
       new  52fefae   Import python-pygraphviz_1.3.1.orig.tar.gz
       new  2ede535   dont_install_data
       new  2f50ab0   merge patched into master
       new  192e29f   New upstream release; Closes: #794444
       new  b082e05   extend upstream copyright years
       new  b8d5eef   extend packaging copyright years
       new  646a740   convert to DEP-5 format
       new  aa6fa95   add files from new upstream release
       new  a29e221   don't install README.*, not very informative
       new  b9e870f   print for which python flavour we're running the tests
       new  9afce22   increase test verbosity

The 12 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 +-
 debian/.git-dpm                          |  14 +-
 debian/changelog                         |  15 ++
 debian/copyright                         | 172 ++++++++--------
 debian/patches/dont_install_data.patch   |  10 +-
 debian/rules                             |   8 +-
 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 +
 40 files changed, 1384 insertions(+), 369 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