[Python-modules-commits] [tox] branch upstream updated (75be52a -> 6e320b4)

Barry Warsaw barry at moszumanska.debian.org
Mon Jul 13 22:46:08 UTC 2015


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

barry pushed a change to branch upstream
in repository tox.

      from  75be52a   Import tox_1.9.2.orig.tar.gz
       new  6e320b4   Import tox_2.1.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:
 CHANGELOG                       |  104 ++++
 PKG-INFO                        |    6 +-
 README.rst                      |    4 +-
 doc/Makefile                    |    1 +
 doc/announce/release-2.0.txt    |  111 ++++
 doc/conf.py                     |    6 +-
 doc/config-v2.txt               |    4 +-
 doc/config.txt                  |   66 ++-
 doc/example/basic.txt           |   34 +-
 doc/example/general.txt         |    9 +-
 doc/example/jenkins.txt         |    2 +-
 doc/index.txt                   |   20 +-
 doc/install.txt                 |    2 +-
 doc/links.txt                   |    1 -
 doc/plugins.txt                 |   82 +++
 doc/support.txt                 |    3 +-
 setup.cfg                       |    3 +
 setup.py                        |   37 +-
 tests/test_config.py            |  626 +++++++++++++++-------
 tests/test_interpreters.py      |   62 ++-
 tests/test_result.py            |   13 +-
 tests/test_venv.py              |  171 +++---
 tests/test_z_cmdline.py         |  116 ++--
 tox.egg-info/PKG-INFO           |    6 +-
 tox.egg-info/SOURCES.txt        |   14 +-
 tox.egg-info/requires.txt       |    4 +
 tox.ini                         |   44 +-
 tox/__init__.py                 |   10 +-
 tox/__main__.py                 |    5 +-
 tox/_config.py                  |  818 ----------------------------
 tox/_exception.py               |   16 -
 tox/_pytestplugin.py            |   74 ++-
 tox/_quickstart.py              |   17 +-
 tox/_verlib.py                  |   16 +-
 tox/config.py                   | 1126 +++++++++++++++++++++++++++++++++++++++
 tox/hookspecs.py                |   32 ++
 tox/interpreters.py             |   98 ++--
 tox/result.py                   |   27 +-
 tox/{_cmdline.py => session.py} |  232 ++++----
 tox/vendor/__init__.py          |    1 -
 tox/{_venv.py => venv.py}       |  203 +++----
 41 files changed, 2651 insertions(+), 1575 deletions(-)
 create mode 100644 doc/announce/release-2.0.txt
 create mode 100644 doc/plugins.txt
 delete mode 100644 tox/_config.py
 delete mode 100644 tox/_exception.py
 create mode 100644 tox/config.py
 create mode 100644 tox/hookspecs.py
 rename tox/{_cmdline.py => session.py} (75%)
 delete mode 100644 tox/vendor/__init__.py
 rename tox/{_venv.py => venv.py} (68%)

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



More information about the Python-modules-commits mailing list