[Python-modules-commits] [pytest] branch master updated (e3f78d1 -> 13f1f92)
Sebastian Ramacher
sramacher at moszumanska.debian.org
Tue Mar 21 20:52:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
sramacher pushed a change to branch master
in repository pytest.
from e3f78d1 Finalize changelog
new 9f3b734 record new upstream branch created by importing pytest_3.0.7.orig.tar.gz
new 7ffbaa4 Import pytest_3.0.7.orig.tar.gz
new f5680f6 Remove Google Analytics and Google+ javascript.
new 51fa133 Use local intersphinx mappings
new 2ba887a merge patched into master
new 1151b9d Remove obsolete mkdir
new 7f0eb1e Remove obsolete version constraints
new 13f1f92 Finalize changelog
The 8 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:
.gitattributes | 1 -
.gitignore | 36 -
AUTHORS | 9 +-
CHANGELOG.rst | 65 +-
PKG-INFO | 3 +-
_pytest/__init__.py | 2 +-
_pytest/_code/code.py | 6 +-
_pytest/assertion/rewrite.py | 3 +-
_pytest/cacheprovider.py | 2 +-
_pytest/config.py | 19 +-
_pytest/fixtures.py | 7 +-
_pytest/hookspec.py | 13 +-
_pytest/junitxml.py | 9 +-
_pytest/main.py | 2 +-
_pytest/mark.py | 2 +-
_pytest/pytester.py | 8 +-
_pytest/python.py | 4 +-
_pytest/skipping.py | 5 +-
_pytest/terminal.py | 4 +-
_pytest/tmpdir.py | 2 +-
_pytest/unittest.py | 24 +-
debian/.git-dpm | 14 +-
debian/changelog | 13 +
debian/control | 3 +-
debian/patches/intersphinx.patch | 2 +-
debian/patches/remove_google_js | 2 +-
debian/rules | 1 -
doc/en/announce/index.rst | 1 +
.../{release-3.0.6.rst => release-3.0.7.rst} | 34 +-
doc/en/assert.rst | 12 +-
doc/en/cache.rst | 16 +-
doc/en/capture.rst | 4 +-
doc/en/doctest.rst | 2 +-
doc/en/example/markers.rst | 56 +-
doc/en/example/nonpython.rst | 12 +-
doc/en/example/parametrize.rst | 32 +-
doc/en/example/pythoncollection.rst | 6 +-
doc/en/example/reportingdemo.rst | 32 +-
doc/en/example/simple.rst | 44 +-
doc/en/fixture.rst | 53 +-
doc/en/getting-started.rst | 8 +-
doc/en/index.rst | 4 +-
doc/en/parametrize.rst | 12 +-
doc/en/parametrize.rst.orig | 238 ----
doc/en/skipping.rst | 4 +-
doc/en/talks.rst | 4 +-
doc/en/tmpdir.rst | 4 +-
doc/en/unittest.rst | 21 +-
doc/en/writing_plugins.rst | 25 +-
pytest.egg-info/PKG-INFO | 3 +-
pytest.egg-info/SOURCES.txt | 5 +-
setup.cfg | 1 +
setup.py | 2 +-
testing/python/collect.py | 10 +
testing/python/metafunc.py.orig | 1494 --------------------
testing/test_assertion.py | 21 +-
testing/test_assertrewrite.py | 2 +-
testing/test_capture.py | 2 +-
testing/test_config.py | 17 +-
testing/test_junitxml.py | 19 +
testing/test_pdb.py | 15 +
testing/test_session.py | 2 +-
testing/test_skipping.py | 23 +
testing/test_terminal.py | 9 +
tox.ini | 3 +-
65 files changed, 487 insertions(+), 2026 deletions(-)
delete mode 100644 .gitattributes
delete mode 100644 .gitignore
copy doc/en/announce/{release-3.0.6.rst => release-3.0.7.rst} (53%)
delete mode 100644 doc/en/parametrize.rst.orig
delete mode 100644 testing/python/metafunc.py.orig
--
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