[Python-modules-commits] [pytest-mock] branch master updated (65495c9 -> df8e9ab)

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 1 19:09:34 UTC 2016


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

bernat pushed a change to branch master
in repository pytest-mock.

      from  65495c9   Patch for pytest3 support
       new  144bb26   record new upstream branch created by importing pytest-mock_1.3.0.orig.tar.gz
       new  cc3055e   Import pytest-mock_1.3.0.orig.tar.gz
       new  6e13094   merge patched into master
       new  2c07835   New upstream version
       new  df8e9ab   d/control: Build-Depends on python{3,}-setuptools-scm

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:
 .gitignore                                         |   58 ++
 .travis.yml                                        |   25 +
 CHANGELOG.rst                                      |  214 +++++
 LICENSE                                            |   40 +-
 MANIFEST.in                                        |    2 +-
 PKG-INFO                                           |  566 +++++------
 README.rst                                         |  519 +++++-----
 _pytest_mock_version.py                            |    4 +
 appveyor.yml                                       |    7 +
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    2 +
 .../0001-Update-tests-to-work-with-pytest-3.patch  |   31 -
 debian/patches/series                              |    1 -
 pytest_mock.egg-info/PKG-INFO                      |  566 +++++------
 pytest_mock.egg-info/SOURCES.txt                   |    6 +
 pytest_mock.egg-info/top_level.txt                 |    1 +
 pytest_mock.py                                     |  522 +++++-----
 setup.cfg                                          |   16 +-
 setup.py                                           |   88 +-
 test_pytest_mock.py                                | 1000 ++++++++++----------
 tox.ini                                            |   24 +
 22 files changed, 2020 insertions(+), 1694 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.rst
 create mode 100644 _pytest_mock_version.py
 create mode 100644 appveyor.yml
 delete mode 100644 debian/patches/0001-Update-tests-to-work-with-pytest-3.patch
 delete mode 100644 debian/patches/series
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list