[Python-modules-commits] [tox] 18/69: Import tox 1.5.0-1

Barry Warsaw barry at moszumanska.debian.org
Fri Sep 5 23:26:25 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 e85cf2a5cf750268c95f73f43aa4eeae962409ef
Merge: 9f191bb 1fe271c
Author: Barry Warsaw <barry at python.org>
Date:   Fri Sep 5 17:08:08 2014 -0400

    Import tox 1.5.0-1

 .hg_archival.txt                          |   4 -
 .hgignore                                 |  16 --
 .hgtags                                   |  12 -
 CHANGELOG                                 |  75 +++++++
 CONTRIBUTORS                              |   8 +-
 ISSUES.txt                                |  75 +++++++
 LICENSE                                   |  24 +-
 PKG-INFO                                  |  52 +++++
 README.txt => README.rst                  |  11 +-
 debian/.git-dpm                           |  14 +-
 debian/changelog                          |  27 ++-
 debian/control                            |   6 +-
 debian/patches/fix-doctree.patch          |  16 +-
 debian/patches/intersphinx_mapping.patch  |  22 +-
 debian/patches/no-download.patch          |  33 +--
 debian/patches/pytest-dep-version.patch   |  18 ++
 debian/patches/series                     |   4 +-
 debian/patches/test-problems.patch        |  23 +-
 debian/patches/upstream-issue58.patch     |  14 +-
 debian/python-tox.docs                    |   2 +-
 debian/rules                              |  18 +-
 debian/watch                              |   2 +-
 doc/Makefile                              |   2 +-
 doc/announce/release-1.4.3.txt            |  97 ++++++++
 doc/announce/release-1.4.txt              |   2 +-
 doc/conf.py                               |   4 +-
 doc/config-v2.txt                         | 292 ++++++++++++++++++++++++
 doc/config.txt                            |  29 ++-
 doc/example/basic.txt                     |  17 ++
 doc/example/jenkins.txt                   |   2 -
 doc/example/pytest.txt                    |  28 ++-
 doc/index.txt                             |  21 +-
 doc/install.txt                           |   4 +-
 doc/links.txt                             |  26 +--
 doc/support.txt                           |  16 +-
 setup.cfg                                 |   5 +
 setup.py                                  |  58 ++---
 tests/conftest.py                         | 289 +-----------------------
 tests/test_config.py                      | 167 ++++++++++++--
 tests/test_quickstart.py                  | 362 ++++++++++++++++++++++++++++++
 tests/test_venv.py                        | 115 ++++++++--
 tests/test_z_cmdline.py                   |  39 +++-
 tox.egg-info/PKG-INFO                     |  52 +++++
 tox.egg-info/SOURCES.txt                  |  57 +++++
 tox.egg-info/dependency_links.txt         |   1 +
 tox.egg-info/entry_points.txt             |   4 +
 tox.egg-info/requires.txt                 |   2 +
 tox.egg-info/top_level.txt                |   1 +
 tox.egg-info/zip-safe                     |   1 +
 tox.ini                                   |  16 +-
 tox/__init__.py                           |   2 +-
 tox/_cmdline.py                           |  84 ++++---
 tox/_config.py                            | 216 ++++++++++++------
 tests/conftest.py => tox/_pytestplugin.py |  26 +--
 tox/_quickstart.py                        | 266 ++++++++++++++++++++++
 tox/_venv.py                              | 141 +++++++-----
 toxbootstrap.py                           |   9 +-
 57 files changed, 2168 insertions(+), 761 deletions(-)

diff --cc debian/.git-dpm
index 6c7de88,0000000..8e13861
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
- 296dc3dbdda57ca6af2ce32438200fa87a48fcd8
- 296dc3dbdda57ca6af2ce32438200fa87a48fcd8
- 8f69a952247455df80b2ae21016c73e630798a9d
- 8f69a952247455df80b2ae21016c73e630798a9d
- tox_1.4.2.orig.tar.gz
- 18a4df264ed6e98bf7310249ec563dc115d5e5d0
- 58738
++NONE
++641a14e1796f87d11b56a1fb602f72cb8e0160de
++fa3e42ce924fc77fe9f9e65bca75b955a1e5e17c
++fa3e42ce924fc77fe9f9e65bca75b955a1e5e17c
++tox_1.5.0.orig.tar.gz
++fd96f37bf73a1403db7f33f42b59411ab50b5239
++73866

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