[Python-modules-commits] [python-pytest-benchmark] branch master updated (55dca30 -> 995c15a)

Hugo Lefeuvre hle at moszumanska.debian.org
Wed Apr 12 11:02:20 UTC 2017


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

hle pushed a change to branch master
in repository python-pytest-benchmark.

      from  55dca30   Update d/control to match new dependency indications in setup.py.
       new  1e89c14   Prepare next debian release 3.1.0a2-1
       new  d85aa13   Add forgotten Closes statement in d/changelog
       new  af97190   New upstream version 3.1.0a2
       new  995c15a   Merge tag 'upstream/3.1.0a2'

The 4 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:
 .bumpversion.cfg                  |    4 +-
 .cookiecutterrc                   |    8 +-
 .travis.yml                       |  893 ++++++++++++--------------
 AUTHORS.rst                       |    2 +
 CHANGELOG.rst                     |   19 +
 LICENSE                           |    2 +-
 README.rst                        |   19 +-
 appveyor.yml                      | 1264 ++++++++++++++-----------------------
 ci/appveyor-bootstrap.py          |   27 +-
 ci/templates/.travis.yml          |   23 +-
 ci/templates/appveyor.yml         |    2 +-
 ci/templates/tox.ini              |   22 +-
 debian/changelog                  |    9 +-
 debian/compat                     |    2 +-
 debian/control                    |    3 +-
 debian/copyright                  |    4 +-
 docs/conf.py                      |    4 +-
 docs/usage.rst                    |   13 +
 setup.cfg                         |    1 +
 setup.py                          |    7 +-
 src/pytest_benchmark/__init__.py  |    2 +-
 src/pytest_benchmark/cli.py       |    8 +-
 src/pytest_benchmark/fixture.py   |    1 +
 src/pytest_benchmark/histogram.py |    5 +-
 src/pytest_benchmark/logger.py    |    4 +-
 src/pytest_benchmark/plugin.py    |   30 +-
 src/pytest_benchmark/session.py   |    8 +-
 src/pytest_benchmark/stats.py     |    2 +
 src/pytest_benchmark/table.py     |    1 -
 src/pytest_benchmark/utils.py     |  129 +++-
 tests/test_benchmark.py           |   42 +-
 tests/test_cli.py                 |  194 ++++++
 tests/test_storage.py             |    1 +
 tests/test_utils.py               |   96 ++-
 tox.ini                           |  302 +--------
 35 files changed, 1472 insertions(+), 1681 deletions(-)
 create mode 100644 tests/test_cli.py

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



More information about the Python-modules-commits mailing list