diff --git a/pytest-mock-1.10.1.tar.gz b/pytest-mock-1.10.1.tar.gz deleted file mode 100644 index ddb9aa4..0000000 --- a/pytest-mock-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d0d06d173eecf172703219a71dbd4ade0e13904e6bbce1ce660e2e0dc78b5c4 -size 22121 diff --git a/pytest-mock-1.10.2.tar.gz b/pytest-mock-1.10.2.tar.gz new file mode 100644 index 0000000..e0fd4a2 --- /dev/null +++ b/pytest-mock-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbec53e7cb0f2b57275220cb4f2822093ac89e486095555105ffe1a4e2f11df4 +size 23287 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index 93e2be4..66be346 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 26 09:33:33 UTC 2019 - John Vandenberg + +- Update to v1.10.2 + * Fix bug at the end of the test session when a call to + patch.stopall is done explicitly by user code. + ------------------------------------------------------------------- Wed Feb 13 09:46:47 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 69f6ef3..94d27b5 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-mock -Version: 1.10.1 +Version: 1.10.2 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT