[Python-modules-commits] [tox] 33/69: Import tox 1.7.1-1

Barry Warsaw barry at moszumanska.debian.org
Fri Sep 5 23:26:27 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 f4180a815a95bf1070bb7d691d8a1dbee1c748d0
Merge: 5aa42ed f67bf30
Author: Barry Warsaw <barry at python.org>
Date:   Fri Sep 5 17:08:20 2014 -0400

    Import tox 1.7.1-1

 CHANGELOG                                |   95 ++
 CONTRIBUTORS                             |   12 +
 PKG-INFO                                 |    8 +-
 README.rst                               |    6 +-
 debian/.git-dpm                          |   14 +-
 debian/changelog                         |   34 +-
 debian/control                           |   31 +-
 debian/patches/build-time-tests.patch    |  227 +++
 debian/patches/de-google-ify.patch       |   16 +
 debian/patches/hack-requires.patch       |   35 +
 debian/patches/intersphinx_mapping.patch |   22 +-
 debian/patches/no-download.patch         |   23 -
 debian/patches/series                    |    6 +-
 debian/patches/test-fixes.patch          |   36 -
 debian/patches/testenv-deps.patch        |   31 -
 debian/python-tox.docs                   |    1 +
 debian/python-tox.pyremove               |    1 -
 debian/rules                             |   50 +-
 debian/tests/built                       |   25 +-
 debian/tests/control                     |    2 +-
 doc/_templates/layout.html               |    9 -
 doc/announce/release-1.4.txt             |    2 +-
 doc/conf.py                              |    2 +-
 doc/config.txt                           |   62 +-
 doc/example/basic.txt                    |   38 +-
 doc/example/devenv.txt                   |   85 +-
 doc/example/pytest.txt                   |   19 +-
 doc/index.txt                            |    7 +-
 doc/install.txt                          |    2 +-
 setup.py                                 |    9 +-
 tests/test_config.py                     |  319 +++-
 tests/test_quickstart.py                 |   38 +-
 tests/test_venv.py                       |   69 +-
 tests/test_z_cmdline.py                  |   32 +-
 tox.egg-info/PKG-INFO                    |    8 +-
 tox.egg-info/SOURCES.txt                 |    5 +-
 tox.egg-info/requires.txt                |    3 +-
 tox.egg-info/zip-safe                    |    1 -
 tox.ini                                  |   12 +-
 tox/__init__.py                          |    2 +-
 tox/__main__.py                          |    3 +
 tox/_cmdline.py                          |   15 +-
 tox/_config.py                           |  241 +--
 tox/_pytestplugin.py                     |   22 +-
 tox/_quickstart.py                       |    4 +-
 tox/_venv.py                             |   79 +-
 tox/interpreters.py                      |    4 +-
 tox/vendor/virtualenv.py                 | 2581 ------------------------------
 48 files changed, 1213 insertions(+), 3135 deletions(-)

diff --cc debian/.git-dpm
index 9f2fa74,0000000..392f57c
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
- c930efb1c2b57a4dc26f4dab31cad16a1a62052a
- c930efb1c2b57a4dc26f4dab31cad16a1a62052a
- 00c56c5cb03f6cbc2523e5dc3146a2ce8a34847c
- 00c56c5cb03f6cbc2523e5dc3146a2ce8a34847c
- tox_1.6.0.orig.tar.gz
- 9612e233b2aa7164313f4d86f6e50a0c519b6749
- 130734
++NONE
++b9d58c9b24e8ee134b204b0c8b3add829c157db8
++ef389f22ef7e0bcb93f1977c5357b6d33337d92b
++ef389f22ef7e0bcb93f1977c5357b6d33337d92b
++tox_1.7.1.orig.tar.gz
++216d24f241cd28769f2a6528d0277923ef0b9542
++84635

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