[Python-modules-commits] [pytest] branch master updated (b2ca46d -> 1be01d3)

Sebastian Ramacher sramacher at moszumanska.debian.org
Thu Jun 2 20:03:53 UTC 2016


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

sramacher pushed a change to branch master
in repository pytest.

      from  b2ca46d   Finalize changelog
       new  f48fd1b   record new upstream branch created by importing pytest_2.9.2.orig.tar.gz
       new  25454da   Import pytest_2.9.2.orig.tar.gz
       new  8009823   Remove Google Analytics and Google+ javascript.
       new  fbb23c4   drop entrypoint logic as it missmatches setup time and wheel install time
       new  4d222a3   merge patched into master
       new  ebfbaa9   New upstream release
       new  b7fe891   Bump Standards-Version
       new  153abe4   Move some parts of the clean override
       new  1be01d3   Finalize changelog

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:
 AUTHORS                                    |   4 ++
 CHANGELOG.rst                              |  67 +++++++++++++++----
 PKG-INFO                                   |   2 +-
 _pytest/__init__.py                        |   2 +-
 _pytest/_code/code.py                      |  22 ++++--
 _pytest/cacheprovider.py                   |   0
 _pytest/config.py                          |   2 +-
 _pytest/genscript.py                       |   0
 _pytest/junitxml.py                        |   2 +-
 _pytest/mark.py                            |   2 +-
 _pytest/python.py                          |  34 +++++-----
 _pytest/skipping.py                        |  23 ++++---
 _pytest/standalonetemplate.py              |   0
 debian/.git-dpm                            |  14 ++--
 debian/changelog                           |   8 +++
 debian/{python3-pytest.manpages => clean}  |   1 +
 debian/control                             |   2 +-
 debian/patches/drop-entrypoint-logic.patch |   4 +-
 debian/patches/remove_google_js            |   2 +-
 debian/rules                               |   1 -
 doc/en/_getdoctarget.py                    |   0
 doc/en/announce/index.rst                  |   3 +-
 doc/en/announce/release-2.9.0.rst          |   4 +-
 doc/en/announce/release-2.9.2.rst          |  73 ++++++++++++++++++++
 doc/en/assert.rst                          |   6 +-
 doc/en/bash-completion.rst                 |   2 +-
 doc/en/cache.rst                           |   6 +-
 doc/en/capture.rst                         |   2 +-
 doc/en/doctest.rst                         |   2 +-
 doc/en/example/markers.rst                 |  36 +++++-----
 doc/en/example/nonpython.rst               |  12 ++--
 doc/en/example/parametrize.rst             |  19 +++---
 doc/en/example/pythoncollection.rst        |  52 +++++++++------
 doc/en/example/reportingdemo.rst           |  10 +--
 doc/en/example/simple.rst                  |  30 ++++-----
 doc/en/fixture.rst                         | 103 ++++++++++++++++++++---------
 doc/en/getting-started.rst                 |   4 +-
 doc/en/goodpractices.rst                   |   4 +-
 doc/en/links.inc                           |   4 +-
 doc/en/nose.rst                            |   2 +-
 doc/en/parametrize.rst                     |   6 +-
 doc/en/plugins.rst                         |   2 +-
 doc/en/projects.rst                        |   2 +-
 doc/en/skipping.rst                        |   2 +-
 doc/en/test/attic.rst                      |   2 +-
 doc/en/test/plugin/helpconfig.rst          |   2 +-
 doc/en/test/plugin/terminal.rst            |   2 +-
 doc/en/tmpdir.rst                          |   2 +-
 doc/en/unittest.rst                        |   2 +-
 doc/en/usage.rst                           |  12 +++-
 doc/en/writing_plugins.rst                 |  15 ++++-
 extra/get_issues.py                        |  70 +++++++++++---------
 pytest.egg-info/PKG-INFO                   |   2 +-
 pytest.egg-info/SOURCES.txt                |   1 +
 pytest.egg-info/entry_points.txt           |   2 +-
 pytest.egg-info/requires.txt               |   6 +-
 setup.py                                   |   2 +-
 testing/acceptance_test.py                 |   5 ++
 testing/code/test_excinfo.py               |  18 ++++-
 testing/python/fixture.py                  |  32 +++++++++
 testing/python/metafunc.py                 |   7 ++
 testing/test_cache.py                      |   0
 testing/test_config.py                     |  12 +++-
 testing/test_junitxml.py                   |   8 +--
 testing/test_skipping.py                   |  28 +++++++-
 tox.ini                                    |   7 +-
 66 files changed, 566 insertions(+), 249 deletions(-)
 mode change 100644 => 100755 _pytest/cacheprovider.py
 mode change 100644 => 100755 _pytest/genscript.py
 mode change 100644 => 100755 _pytest/standalonetemplate.py
 copy debian/{python3-pytest.manpages => clean} (52%)
 mode change 100644 => 100755 doc/en/_getdoctarget.py
 create mode 100644 doc/en/announce/release-2.9.2.rst
 mode change 100644 => 100755 testing/test_cache.py

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



More information about the Python-modules-commits mailing list