[Python-modules-commits] [tox] branch upstream updated (f661456 -> ee9ae00)

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 17 22:53:55 UTC 2016


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

barry pushed a change to branch upstream
in repository tox.

      from  f661456   Import tox_2.3.1.orig.tar.gz
       new  ee9ae00   Import tox_2.4.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                                   | 159 ++++++++++++++++++++--------
 CONTRIBUTORS                                |   3 +-
 PKG-INFO                                    |  13 +--
 README.rst                                  |   9 +-
 doc/_getdoctarget.py                        |   2 +-
 doc/_templates/localtoc.html                |   2 +-
 doc/announce/release-2.4.0.txt              |  66 ++++++++++++
 doc/config-v2.txt                           |   6 +-
 doc/config.txt                              |  21 ++++
 doc/drafts/extend-envs-and-packagebuilds.md | 155 +++++++++++++++++++++++++++
 doc/drafts/tox_conda_notes_niccodemus.md    |  84 +++++++++++++++
 doc/example/basic.txt                       |  56 +++-------
 doc/example/jenkins.txt                     |  20 +++-
 doc/index.txt                               |   1 +
 doc/install.txt                             |   6 +-
 doc/support.txt                             |   4 +-
 setup.py                                    |   6 +-
 tests/test_config.py                        | 151 +++++++++++++++++++++++---
 tests/test_interpreters.py                  |   2 +-
 tests/test_venv.py                          |  64 ++++++++++-
 tests/test_z_cmdline.py                     |  15 +++
 tox.egg-info/PKG-INFO                       |  13 +--
 tox.egg-info/SOURCES.txt                    |   3 +
 tox.egg-info/requires.txt                   |   2 +-
 tox.ini                                     |  10 +-
 tox/__init__.py                             |   8 +-
 tox/_pytestplugin.py                        |   9 +-
 tox/_quickstart.py                          |   2 +-
 tox/config.py                               |  75 +++++++++----
 tox/hookspecs.py                            |  16 +++
 tox/interpreters.py                         |   6 +-
 tox/result.py                               |   6 +-
 tox/session.py                              |  48 ++++++---
 tox/venv.py                                 |  75 ++++++++-----
 34 files changed, 900 insertions(+), 218 deletions(-)
 mode change 100644 => 100755 doc/_getdoctarget.py
 create mode 100644 doc/announce/release-2.4.0.txt
 create mode 100644 doc/drafts/extend-envs-and-packagebuilds.md
 create mode 100644 doc/drafts/tox_conda_notes_niccodemus.md

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