[Python-modules-commits] [tox] branch master updated (256917e -> b2ad0c3)

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


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

barry pushed a change to branch master
in repository tox.

      from  256917e   * d/rules: Generate the manpage using known date, for reproducible builds.   (Closes: #783757) * d/manpage/conf.py: Update manpage version number.
       new  162dc67   record new upstream branch created by importing tox_2.1.1.orig.tar.gz
       new  6e320b4   Import tox_2.1.1.orig.tar.gz
       new  45ddbb7   Use local object inventory files for sphinx
       new  230b1e4   Remove the virtualenv versioned requirements.
       new  390037a   Skip some tests at build time, fix others.
       new  5921da6   de-google-ify
       new  55823c0   merge patched into master
       new  b1f034f   * New upstream release. * d/control:   - Added new dependency python3-pluggy to Build-Depends and Depends.   - Added python3-pytest-timeout to Build-Depends.   - Bump debhelper to version 9. * d/rules:   - Removed http_proxy/https_proxy settings since pybuild adds these     automatically.   - Disable build-time tests; they can't possibly run.  Rely on DEP-8     tests to ensure that tox is built and runs correctly. * d/compat: Bump to version 9.
       new  b2ad0c3   Update DEP-8 tests dependencies.

The 9 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 +-
 debian/.git-dpm                                  |   14 +-
 debian/changelog                                 |   16 +
 debian/compat                                    |    2 +-
 debian/control                                   |    5 +-
 debian/patches/build-time-test-adjustments.patch |  248 +----
 debian/patches/de-google-ify.patch               |    2 +-
 debian/patches/hack-requires.patch               |   33 +-
 debian/patches/intersphinx-mapping.patch         |    4 +-
 debian/rules                                     |   17 +-
 debian/tests/control                             |    3 +-
 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                                         |   35 +-
 tests/test_config.py                             |  627 ++++++++----
 tests/test_interpreters.py                       |   62 +-
 tests/test_result.py                             |   13 +-
 tests/test_venv.py                               |  172 ++--
 tests/test_z_cmdline.py                          |  140 +--
 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 ++--
 51 files changed, 2710 insertions(+), 1884 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