[Python-modules-commits] [tox] branch master updated (a7ebd46 -> 35203c4)

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


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

barry pushed a change to branch master
in repository tox.

      from  a7ebd46   Bump Standards-Version to 3.9.7 with no changes needed.
       new  8e7b0e3   record new upstream branch created by importing tox_2.4.1.orig.tar.gz
       new  ee9ae00   Import tox_2.4.1.orig.tar.gz
       new  a8faad3   Use local object inventory files for sphinx
       new  aaaa309   Remove the virtualenv versioned requirements.
       new  d46e99f   Skip some tests at build time, fix others.
       new  39bffc3   de-google-ify
       new  ce38c0c   merge patched into master
       new  35203c4   New upstream release.

The 8 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 +-
 debian/.git-dpm                                  |  14 +-
 debian/changelog                                 |   7 +
 debian/control                                   |   2 +-
 debian/patches/build-time-test-adjustments.patch |  14 +-
 debian/patches/de-google-ify.patch               |   2 +-
 debian/patches/hack-requires.patch               |   6 +-
 debian/patches/intersphinx-mapping.patch         |   2 +-
 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 +++++++----
 41 files changed, 927 insertions(+), 238 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