[Python-modules-commits] [tox] branch master updated (ced7a4b -> 35ada5f)

Barry Warsaw barry at moszumanska.debian.org
Tue Apr 28 17:44:44 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  ced7a4b   Release
       new  47d696d   Use pypi.debian.net mirror.
       new  6dabb4b   record new upstream branch created by importing tox_1.9.2.orig.tar.gz
       new  5266482   Import tox_1.9.2.orig.tar.gz
       new  56c0712   Use local object inventory files for sphinx
       new  61e94dd   Remove the virtualenv versioned requirements.
       new  9b65089   Skip some tests at build time, fix others.
       new  91f472c   de-google-ify
       new  a82bc2b   merge patched into master
       new  e2a252a   * New upstream release. * d/watch: Use the pypi.debian.net mirror.
       new  fb8cffd   record new upstream branch created by importing tox_1.9.2.orig.tar.gz
       new  75be52a   Import tox_1.9.2.orig.tar.gz
       new  e434596   Use local object inventory files for sphinx
       new  f61ab73   Remove the virtualenv versioned requirements.
       new  002b070   Skip some tests at build time, fix others.
       new  2fbc3ae   de-google-ify
       new  d368fdb   merge patched into master
       new  1e57d0a   d/control: Bump Standards-Version to 3.9.6.
       new  35ada5f   Release.

The 18 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                                        |  61 ++++++++++++-
 CONTRIBUTORS                                     |   2 +
 PKG-INFO                                         |   2 +-
 debian/.git-dpm                                  |  14 +--
 debian/changelog                                 |   8 ++
 debian/control                                   |   2 +-
 debian/patches/build-time-test-adjustments.patch |  20 ++---
 debian/patches/de-google-ify.patch               |   2 +-
 debian/patches/hack-requires.patch               |  16 ++--
 debian/patches/intersphinx-mapping.patch         |   4 +-
 debian/watch                                     |   3 +-
 doc/announce/release-1.8.txt                     |   2 +-
 doc/announce/release-1.9.txt                     |  66 ++++++++++++++
 doc/conf.py                                      |   4 +-
 doc/config.txt                                   |  37 +++++++-
 doc/example/basic.txt                            |  43 +++++++++-
 setup.py                                         |   2 +-
 tests/test_config.py                             | 104 +++++++++++++++++++++++
 tests/test_quickstart.py                         |  23 +++--
 tests/test_result.py                             |  12 +++
 tests/test_venv.py                               |  23 ++++-
 tests/test_z_cmdline.py                          |   6 +-
 tox.egg-info/PKG-INFO                            |   2 +-
 tox.egg-info/SOURCES.txt                         |   1 +
 tox.ini                                          |   7 +-
 tox/__init__.py                                  |   2 +-
 tox/_cmdline.py                                  |  61 +++++++++----
 tox/_config.py                                   |  39 ++++++---
 tox/_pytestplugin.py                             |  15 ++--
 tox/_quickstart.py                               |   2 +-
 tox/_venv.py                                     |  21 ++++-
 tox/result.py                                    |  11 +--
 32 files changed, 511 insertions(+), 106 deletions(-)
 create mode 100644 doc/announce/release-1.9.txt

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