diff --git a/python-testfixtures.changes b/python-testfixtures.changes index 535daba..ffb4268 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jun 17 10:12:42 UTC 2019 - pgajdos@suse.com + +- version update to 6.9.0 + - Fix deprecation warning relating to :func:`getargspec`. + - Improve :doc:`mocking ` docs. + - Add ``strip_whitespace`` option to :class:`OutputCapture`. + - When ``separate`` is used with :class:`OutputCapture`, differences in ``stdout` and ``stderr`` + are now given in the same :class:`AssertionError`. + - :class:`ShouldRaise` no longer catches exceptions that are not of the required type. + - Fixed a problem that resulted in unhelpful :func:`compare` failures when + :func:`~unittest.mock.call` was involved and Python 3.6.7 was used. + ------------------------------------------------------------------- Tue May 21 08:14:30 UTC 2019 - pgajdos@suse.com diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 7131fb2..2ac215b 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-testfixtures -Version: 6.8.2 +Version: 6.9.0 Release: 0 Summary: A collection of helpers and mock objects for unit tests and doc tests License: MIT diff --git a/testfixtures-6.8.2.tar.gz b/testfixtures-6.8.2.tar.gz deleted file mode 100644 index 71afc61..0000000 --- a/testfixtures-6.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6e95634a80bd6e5adc7e861729f4abd84433e91b4215d48a2098a096c0261b7 -size 110838 diff --git a/testfixtures-6.9.0.tar.gz b/testfixtures-6.9.0.tar.gz new file mode 100644 index 0000000..35fe5a9 --- /dev/null +++ b/testfixtures-6.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772c9e3a2743782c9e432de4334da71d2896a94a35748d60dbcdd30271010beb +size 111506