[Python-modules-commits] [tox] branch master updated (319ab86 -> b1ff845)

Barry Warsaw barry at moszumanska.debian.org
Fri Dec 11 15:05:55 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  319ab86   d/copyright: Added missing licenses.  (Closes: #795216)
       new  4b4f78d   record new upstream branch created by importing tox_2.3.0.orig.tar.gz
       new  f378d89   Import tox_2.3.0.orig.tar.gz
       new  f5aeaef   Use local object inventory files for sphinx
       new  33cd3d2   Remove the virtualenv versioned requirements.
       new  8c04866   Skip some tests at build time, fix others.
       new  64e3d01   de-google-ify
       new  0630921   merge patched into master
       new  ae4eab6   New upstream release.
       new  b1ff845   d/rules: Update override_dh_installdocs locations... again.

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                                        |  32 +++
 PKG-INFO                                         |   2 +-
 debian/.git-dpm                                  |  14 +-
 debian/changelog                                 |   8 +
 debian/patches/build-time-test-adjustments.patch |  18 +-
 debian/patches/de-google-ify.patch               |   2 +-
 debian/patches/fix-sphinx-build.patch            |  26 ---
 debian/patches/hack-requires.patch               |   2 +-
 debian/patches/intersphinx-mapping.patch         |   6 +-
 debian/patches/series                            |   1 -
 debian/rules                                     |   2 +-
 doc/Makefile                                     |   4 +
 doc/_getdoctarget.py                             |  16 ++
 doc/conf.py                                      |  10 +-
 doc/config-v2.txt                                |   2 +-
 doc/config.txt                                   |  15 +-
 doc/example/basic.txt                            |   3 +
 doc/plugins.txt                                  |   6 +
 setup.cfg                                        |   4 +-
 setup.py                                         |   2 +-
 tests/test_config.py                             | 208 +++++++++++++-----
 tests/test_venv.py                               | 100 ++++++---
 tests/test_z_cmdline.py                          |  20 +-
 tox.egg-info/PKG-INFO                            |   2 +-
 tox.egg-info/SOURCES.txt                         |   1 +
 tox.ini                                          |   2 +-
 tox/__init__.py                                  |   2 +-
 tox/_pytestplugin.py                             |   9 +-
 tox/config.py                                    | 261 ++++++++++++++---------
 tox/hookspecs.py                                 |  11 +
 tox/session.py                                   |  16 +-
 tox/venv.py                                      | 104 +++++----
 32 files changed, 600 insertions(+), 311 deletions(-)
 delete mode 100644 debian/patches/fix-sphinx-build.patch
 create mode 100644 doc/_getdoctarget.py

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