[Python-modules-commits] [nose2] branch master updated (feb4a51 -> 180e226)

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Sat Dec 23 18:32:35 UTC 2017


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

peb-guest pushed a change to branch master
in repository nose2.

      from  feb4a51   d/control: Put DPMT in Maintainers and move myself to Uploaders.
       new  45c6a05   record new upstream branch created by importing nose2_0.7.3.orig.tar.gz
       new  9932a69   Import nose2_0.7.3.orig.tar.gz
       new  47c0d21   merge patched into master
       new  e79ca63   removes_external_images_from_readme_rst
       new  3df5ae6   merge patched into master
       new  2f39a46   Adds a description to the 0001 patch
       new  104476c   New upstream release: 0.7.3
       new  65e78a3   Minimal adaptations for the new upstream release
       new  413f133   Bump compat to 11
       new  73ce565   Add a Testsuite
       new  b1335fc   wrap-and-sort
       new  ab4fb1f   Cleans d/rules
       new  ddab581   Bump Standards-Version to 4.1.2
       new  3046581   Add a patch reference to 0001 in d/changelog
       new  34bb36b   d/python-nose2-doc.links: add a clean link in the doc from html/_sources to rst.
       new  180e226   d/python-nose2-doc.doc-base: add a doc-base reference

The 16 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:
 MANIFEST.in                                        |   5 +-
 PKG-INFO                                           |  76 ++++--
 README.rst                                         |  80 ++++---
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  28 ++-
 debian/compat                                      |   2 +-
 debian/control                                     |  33 +--
 debian/copyright                                   |   2 +-
 ...1-removes_external_images_from_readme_rst.patch |  43 ++++
 debian/patches/requirements.patch                  |  30 ---
 debian/patches/series                              |   2 +-
 debian/python-nose2-doc.doc-base                   |  10 +
 debian/python-nose2-doc.links                      |   1 +
 debian/python3-nose2.manpages                      |   2 +-
 debian/rules                                       |  16 +-
 docs/changelog.rst                                 |  45 +++-
 docs/conf.py                                       | 227 ++----------------
 docs/configuration.rst                             |   6 +
 docs/dev/compat.rst                                |   6 -
 docs/dev/contributing.rst                          | 151 ++++++++----
 docs/dev/hook_reference.rst                        |  64 +++++
 docs/dev/internals.rst                             |   1 -
 docs/dev/writing_plugins.rst                       |   2 +-
 docs/differences.rst                               |   8 +-
 docs/getting_started.rst                           |   9 +-
 docs/plugins.rst                                   |  11 +-
 docs/plugins/layers.rst                            |  90 +++----
 docs/plugins/mp.rst                                |   2 +-
 docs/such_dsl.rst                                  |   2 +-
 nose2.egg-info/PKG-INFO                            |  76 ++++--
 nose2.egg-info/SOURCES.txt                         |  40 +++-
 nose2.egg-info/entry_points.txt                    |   2 +-
 nose2.egg-info/requires.txt                        |  39 ++-
 nose2/_version.py                                  |   4 +-
 nose2/backports/ordereddict.py                     | 264 ---------------------
 nose2/compat.py                                    |  37 ---
 nose2/events.py                                    | 157 +++++++++++-
 nose2/exceptions.py                                |   5 +
 nose2/loader.py                                    |   3 +-
 nose2/main.py                                      |   2 +-
 nose2/plugins/buffer.py                            |  50 +++-
 nose2/plugins/collect.py                           |   4 +-
 nose2/plugins/coverage.py                          |  75 ++++--
 nose2/plugins/junitxml.py                          |  91 +++++--
 nose2/plugins/layers.py                            | 233 ++++++++++++------
 nose2/plugins/loader/discovery.py                  |  13 +-
 nose2/plugins/loader/functions.py                  |  16 +-
 nose2/plugins/loader/generators.py                 |   9 +-
 nose2/plugins/loader/parameters.py                 |  16 +-
 nose2/plugins/loader/testcases.py                  |   5 +-
 nose2/plugins/loader/testclasses.py                |  12 +-
 nose2/plugins/mp.py                                | 130 ++++++----
 nose2/plugins/prof.py                              |   6 +
 nose2/plugins/result.py                            |   2 +-
 nose2/session.py                                   |  11 +-
 nose2/suite.py                                     |  57 ++++-
 nose2/tests/_common.py                             |   8 +-
 .../functional/support/lib/layer_hooks_plugin.py   |  34 +++
 .../coverage_of_imports/lib20171102/__init__.py    |   6 +
 .../coverage_of_imports/lib20171102/mod1.py        |  15 ++
 .../coverage_of_imports/test_import_coverage.py    |  11 +
 .../expected_failures/expected_failures.py         |   8 +-
 .../scenario/junitxml/chdir/test_junitxml_chdir.py |   3 +-
 .../support/scenario/layers/test_layers.py         |   4 +-
 .../test_layers_and_attributes.py                  |   2 +-
 .../scenario/layers_and_non_layers}/__init__.py    |   0
 .../scenario/layers_and_non_layers/common.py       |  60 +++++
 .../scenario/layers_and_non_layers/test_layers.py  |  67 ++++++
 .../test_such_with_has_setup.py                    |  24 ++
 .../test_such_with_uses_decorator.py               |  51 ++++
 .../scenario/layers_hooks/test_layers_simple.py    |  53 +++++
 .../scenario/layers_hooks/test_simple_such.py      |   9 +
 .../layers_with_errors/test_layers_with_errors.py  |   2 +-
 .../test_layers_with_inheritance.py                |   2 +-
 .../scenario/module_import_err/pkg}/__init__.py    |   0
 .../module_import_err/pkg/test_attribute_err.py    |  11 +
 .../module_import_err/{ => pkg}/test_import_err.py |   3 +-
 .../test_coverage_config/coveragerc/.coveragerc    |   2 +
 .../coveragerc/covered_lib_coveragerc}/__init__.py |   0
 .../coveragerc/covered_lib_coveragerc}/mod1.py     |   0
 .../coveragerc/test_coveragerc.py}                 |   2 +-
 .../nose2cfg/covered_lib_nose2cfg}/__init__.py     |   0
 .../nose2cfg/covered_lib_nose2cfg}/mod1.py         |   0
 .../test_coverage_config/nose2cfg/nose2.cfg        |   2 +
 .../nose2cfg/test_nose2cfg.py}                     |   2 +-
 .../tests_in_package/pkg1/test/test_things.py      |   5 +-
 .../pkgunegg/test/test_things.py                   |   5 +-
 .../functional/support/such/test_such_timing.py    |  50 ++++
 nose2/tests/functional/test_coverage.py            |  88 +++++--
 nose2/tests/functional/test_layers_hooks.py        | 132 +++++++++++
 nose2/tests/functional/test_layers_plugin.py       |  13 +-
 nose2/tests/functional/test_loading.py             |  63 ++++-
 nose2/tests/functional/test_mp_plugin.py           |  34 ++-
 nose2/tests/functional/test_session.py             |  30 +++
 nose2/tests/functional/test_such_dsl.py            |   7 +
 nose2/tests/functional/test_util.py                |  16 ++
 nose2/tests/unit/test_buffer_plugin.py             |  35 ++-
 nose2/tests/unit/test_collector.py                 |   2 +-
 nose2/tests/unit/test_config.py                    |   2 +-
 nose2/tests/unit/test_failfast.py                  |   2 +-
 nose2/tests/unit/test_functions_loader.py          |   2 +-
 nose2/tests/unit/test_junitxml.py                  |  63 ++++-
 nose2/tests/unit/test_layers_plugin.py             | 128 +++++++++-
 nose2/tests/unit/test_mp_plugin.py                 |  17 ++
 nose2/tests/unit/test_session.py                   |   2 +-
 nose2/tools/such.py                                |  37 +--
 nose2/util.py                                      | 156 +++++++++---
 requirements-2.7.txt                               |   1 +
 requirements-3.2.txt                               |   1 +
 .../backports/__init__.py => requirements-3.3.txt  |   0
 .../backports/__init__.py => requirements-3.4.txt  |   0
 .../backports/__init__.py => requirements-3.5.txt  |   0
 .../backports/__init__.py => requirements-3.6.txt  |   0
 .../backports/__init__.py => requirements-3.7.txt  |   0
 requirements-docs.txt                              |   4 +-
 requirements-py26.txt                              |   5 -
 requirements-pypy2.7.txt                           |   1 +
 requirements-pypy3.2.txt                           |   1 +
 requirements-pypy3.3.txt                           |   1 +
 .../__init__.py => requirements-pypy3.5.txt        |   0
 requirements.txt                                   |   2 +-
 setup.cfg                                          |   1 -
 setup.py                                           |  45 ++--
 tox.ini                                            |  38 +--
 124 files changed, 2490 insertions(+), 1207 deletions(-)
 create mode 100644 debian/patches/0001-removes_external_images_from_readme_rst.patch
 delete mode 100644 debian/patches/requirements.patch
 create mode 100644 debian/python-nose2-doc.doc-base
 create mode 100644 debian/python-nose2-doc.links
 delete mode 100644 docs/dev/compat.rst
 delete mode 100644 nose2/backports/ordereddict.py
 delete mode 100644 nose2/compat.py
 create mode 100644 nose2/tests/functional/support/lib/layer_hooks_plugin.py
 create mode 100644 nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.py
 create mode 100644 nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.py
 create mode 100644 nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.py
 copy nose2/{backports => tests/functional/support/scenario/layers_and_non_layers}/__init__.py (100%)
 create mode 100644 nose2/tests/functional/support/scenario/layers_and_non_layers/common.py
 create mode 100644 nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.py
 create mode 100644 nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.py
 create mode 100644 nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.py
 create mode 100644 nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.py
 create mode 100644 nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.py
 copy nose2/{backports => tests/functional/support/scenario/module_import_err/pkg}/__init__.py (100%)
 create mode 100644 nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.py
 copy nose2/tests/functional/support/scenario/module_import_err/{ => pkg}/test_import_err.py (79%)
 create mode 100644 nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/.coveragerc
 copy nose2/{backports => tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc}/__init__.py (100%)
 copy nose2/tests/functional/support/scenario/{test_with_module/lib => test_coverage_config/coveragerc/covered_lib_coveragerc}/mod1.py (100%)
 copy nose2/tests/functional/support/scenario/{test_with_module/test_coverage.py => test_coverage_config/coveragerc/test_coveragerc.py} (75%)
 copy nose2/{backports => tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg}/__init__.py (100%)
 copy nose2/tests/functional/support/scenario/{test_with_module/lib => test_coverage_config/nose2cfg/covered_lib_nose2cfg}/mod1.py (100%)
 create mode 100644 nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/nose2.cfg
 copy nose2/tests/functional/support/scenario/{test_with_module/test_coverage.py => test_coverage_config/nose2cfg/test_nose2cfg.py} (76%)
 create mode 100644 nose2/tests/functional/support/such/test_such_timing.py
 create mode 100644 nose2/tests/functional/test_layers_hooks.py
 create mode 100644 requirements-2.7.txt
 create mode 100644 requirements-3.2.txt
 copy nose2/backports/__init__.py => requirements-3.3.txt (100%)
 copy nose2/backports/__init__.py => requirements-3.4.txt (100%)
 copy nose2/backports/__init__.py => requirements-3.5.txt (100%)
 copy nose2/backports/__init__.py => requirements-3.6.txt (100%)
 copy nose2/backports/__init__.py => requirements-3.7.txt (100%)
 delete mode 100644 requirements-py26.txt
 create mode 100644 requirements-pypy2.7.txt
 create mode 100644 requirements-pypy3.2.txt
 create mode 100644 requirements-pypy3.3.txt
 rename nose2/backports/__init__.py => requirements-pypy3.5.txt (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose2.git



More information about the Python-modules-commits mailing list