[Python-modules-commits] [pytest] branch master updated (f5c8996 -> 5950747)

Sebastian Ramacher sramacher at moszumanska.debian.org
Sat Oct 1 10:17:00 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  f5c8996   New upstream release
       new  484da89   record new upstream branch created by importing pytest_3.0.3.orig.tar.gz
       new  4258035   Import pytest_3.0.3.orig.tar.gz
       new  20faf3a   Remove Google Analytics and Google+ javascript.
       new  5a235d4   Use local intersphinx mappings
       new  5950747   merge patched into master

The 5 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                                            |  3 ++
 CHANGELOG.rst                                      | 44 +++++++++++++++++++++-
 HOWTORELEASE.rst                                   | 12 +++---
 PKG-INFO                                           |  2 +-
 _pytest/__init__.py                                |  2 +-
 _pytest/_code/code.py                              |  3 ++
 _pytest/_code/source.py                            | 11 +++---
 _pytest/assertion/util.py                          |  2 +-
 _pytest/cacheprovider.py                           |  0
 _pytest/config.py                                  | 27 +++++++------
 _pytest/fixtures.py                                | 24 +++++++++++-
 _pytest/mark.py                                    |  2 +-
 _pytest/python.py                                  | 18 +++++----
 _pytest/vendored_packages/README.md                |  2 +-
 .../pluggy-0.3.1.dist-info/RECORD                  |  8 ----
 .../pluggy-0.3.1.dist-info/metadata.json           |  1 -
 .../pluggy-0.3.1.dist-info/pbr.json                |  1 -
 .../DESCRIPTION.rst                                |  1 +
 .../pluggy-0.4.0.dist-info/INSTALLER               |  1 +
 .../pluggy-0.4.0.dist-info/LICENSE.txt             | 15 ++++----
 .../METADATA                                       |  5 ++-
 .../pluggy-0.4.0.dist-info/RECORD                  |  9 +++++
 .../WHEEL                                          |  2 +-
 .../pluggy-0.4.0.dist-info/metadata.json           |  1 +
 .../top_level.txt                                  |  0
 _pytest/vendored_packages/pluggy.py                | 41 ++++++++++++++++----
 debian/.git-dpm                                    | 14 +++----
 debian/patches/intersphinx.patch                   |  6 +--
 debian/patches/remove_google_js                    |  2 +-
 doc/en/Makefile                                    | 19 +---------
 doc/en/_getdoctarget.py                            | 16 --------
 doc/en/_templates/links.html                       |  2 +-
 doc/en/announce/index.rst                          |  1 +
 doc/en/announce/release-3.0.2.rst                  | 10 ++---
 .../{release-3.0.2.rst => release-3.0.3.rst}       | 21 ++++++-----
 doc/en/assert.rst                                  |  4 +-
 doc/en/cache.rst                                   |  6 +--
 doc/en/capture.rst                                 |  2 +-
 doc/en/conf.py                                     |  7 +---
 doc/en/doctest.rst                                 |  2 +-
 doc/en/example/markers.rst                         | 28 +++++++-------
 doc/en/example/nonpython.rst                       |  6 +--
 doc/en/example/parametrize.rst                     | 12 +++---
 doc/en/example/pythoncollection.rst                |  6 +--
 doc/en/example/reportingdemo.rst                   |  2 +-
 doc/en/example/simple.rst                          | 22 +++++------
 doc/en/fixture.rst                                 | 10 ++---
 doc/en/getting-started.rst                         |  4 +-
 doc/en/index.rst                                   |  2 +-
 doc/en/monkeypatch.rst                             |  1 +
 doc/en/parametrize.rst                             |  7 +---
 doc/en/skipping.rst                                | 40 +++++++++++++++++++-
 doc/en/tmpdir.rst                                  |  2 +-
 doc/en/unittest.rst                                |  8 +++-
 pytest.egg-info/PKG-INFO                           |  2 +-
 pytest.egg-info/SOURCES.txt                        | 17 +++++----
 pytest.egg-info/entry_points.txt                   |  2 +-
 pytest.egg-info/top_level.txt                      |  2 +-
 testing/python/fixture.py                          | 16 ++++++++
 testing/python/metafunc.py                         | 16 ++++++++
 testing/test_assertion.py                          | 30 +++++++++++++--
 testing/test_cache.py                              |  0
 tox.ini                                            | 11 +++---
 63 files changed, 381 insertions(+), 214 deletions(-)
 mode change 100755 => 100644 _pytest/cacheprovider.py
 delete mode 100644 _pytest/vendored_packages/pluggy-0.3.1.dist-info/RECORD
 delete mode 100644 _pytest/vendored_packages/pluggy-0.3.1.dist-info/metadata.json
 delete mode 100644 _pytest/vendored_packages/pluggy-0.3.1.dist-info/pbr.json
 rename _pytest/vendored_packages/{pluggy-0.3.1.dist-info => pluggy-0.4.0.dist-info}/DESCRIPTION.rst (99%)
 create mode 100644 _pytest/vendored_packages/pluggy-0.4.0.dist-info/INSTALLER
 copy LICENSE => _pytest/vendored_packages/pluggy-0.4.0.dist-info/LICENSE.txt (60%)
 rename _pytest/vendored_packages/{pluggy-0.3.1.dist-info => pluggy-0.4.0.dist-info}/METADATA (95%)
 create mode 100644 _pytest/vendored_packages/pluggy-0.4.0.dist-info/RECORD
 rename _pytest/vendored_packages/{pluggy-0.3.1.dist-info => pluggy-0.4.0.dist-info}/WHEEL (70%)
 create mode 100644 _pytest/vendored_packages/pluggy-0.4.0.dist-info/metadata.json
 rename _pytest/vendored_packages/{pluggy-0.3.1.dist-info => pluggy-0.4.0.dist-info}/top_level.txt (100%)
 delete mode 100755 doc/en/_getdoctarget.py
 copy doc/en/announce/{release-3.0.2.rst => release-3.0.3.rst} (50%)
 mode change 100755 => 100644 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