[Python-modules-commits] [tox] 26/69: Import tox 1.6.0-1

Barry Warsaw barry at moszumanska.debian.org
Fri Sep 5 23:26:26 UTC 2014


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

barry pushed a commit to branch master
in repository tox.

commit 831b9ad27800cd8e7761b37771ff6643098ce659
Merge: 53928e4 26a98cb
Author: Barry Warsaw <barry at python.org>
Date:   Fri Sep 5 17:08:14 2014 -0400

    Import tox 1.6.0-1

 CHANGELOG                                |   42 +
 CONTRIBUTORS                             |    1 +
 MANIFEST.in                              |    3 +-
 PKG-INFO                                 |    2 +-
 debian/.git-dpm                          |   14 +-
 debian/changelog                         |   13 +
 debian/control                           |    2 +-
 debian/copyright                         |    2 +-
 debian/manpage/conf.py                   |    2 +-
 debian/patches/intersphinx_mapping.patch |   22 +-
 debian/patches/no-download.patch         |   16 +-
 debian/patches/pytest-dep-version.patch  |   30 -
 debian/patches/series                    |    3 +-
 debian/patches/test-fixes.patch          |   26 +
 debian/patches/testenv-deps.patch        |   21 +
 doc/announce/release-1.0.txt             |    2 +-
 doc/announce/release-1.1.txt             |    2 +-
 doc/announce/release-1.2.txt             |    2 +-
 doc/announce/release-1.3.txt             |    2 +-
 doc/announce/release-1.4.txt             |    2 +-
 doc/check_sphinx.py                      |    2 +-
 doc/conf.py                              |    6 +-
 doc/config.txt                           |   83 +-
 doc/example/basic.txt                    |   22 +
 doc/example/devenv.txt                   |   63 +
 doc/example/general.txt                  |   36 +-
 doc/example/jenkins.txt                  |    6 +-
 doc/example/result.txt                   |   44 +
 doc/examples.txt                         |    1 +
 doc/index.txt                            |   18 +-
 doc/install.txt                          |    4 +-
 doc/links.txt                            |    1 +
 setup.py                                 |    6 +-
 tests/test_config.py                     |  163 +-
 tests/test_interpreters.py               |   92 ++
 tests/test_quickstart.py                 |    6 +-
 tests/test_result.py                     |   51 +
 tests/test_venv.py                       |  172 +-
 tests/test_z_cmdline.py                  |  216 ++-
 tox.egg-info/PKG-INFO                    |    2 +-
 tox.egg-info/SOURCES.txt                 |   11 +-
 tox.ini                                  |   14 +-
 tox/__init__.py                          |    2 +-
 tox/_cmdline.py                          |  109 +-
 tox/_config.py                           |  117 +-
 tox/_pytestplugin.py                     |    3 +
 tox/_venv.py                             |  200 ++-
 tox/interpreters.py                      |  172 ++
 tox/result.py                            |   75 +
 tox/vendor/__init__.py                   |    1 +
 tox/vendor/virtualenv.py                 | 2581 ++++++++++++++++++++++++++++++
 toxbootstrap.py                          |  246 ---
 52 files changed, 4108 insertions(+), 626 deletions(-)

diff --cc debian/.git-dpm
index f092b5f,0000000..826659d
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- 641a14e1796f87d11b56a1fb602f72cb8e0160de
- 641a14e1796f87d11b56a1fb602f72cb8e0160de
- fa3e42ce924fc77fe9f9e65bca75b955a1e5e17c
- fa3e42ce924fc77fe9f9e65bca75b955a1e5e17c
- tox_1.5.0.orig.tar.gz
- fd96f37bf73a1403db7f33f42b59411ab50b5239
- 73866
++NONE
++c930efb1c2b57a4dc26f4dab31cad16a1a62052a
++00c56c5cb03f6cbc2523e5dc3146a2ce8a34847c
++00c56c5cb03f6cbc2523e5dc3146a2ce8a34847c
++tox_1.6.0.orig.tar.gz
++9612e233b2aa7164313f4d86f6e50a0c519b6749
++130734

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