From ba624ef7889e776accf1bc962198a5397ab3b022cb562bda9db238e9d59b92c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 May 2019 08:26:53 +0000 Subject: [PATCH] Accepting request 704378 from home:pgajdos - version update to 6.8.2 * Fix handling of the latest releases of the :mod:`mock` backport. * Fix bogus import in :class:`OutputCapture`. * Allow :class:`OutputCapture` to capture the underlying file descriptors for :attr:`sys.stdout` and :attr:`sys.stderr`. * Silence :class:`DeprecationWarning` relating to ``collections.abc`` on Python 3.7. OBS-URL: https://build.opensuse.org/request/show/704378 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=16 --- python-testfixtures.changes | 11 +++++++++++ python-testfixtures.spec | 2 +- testfixtures-6.7.0.tar.gz | 3 --- testfixtures-6.8.2.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 testfixtures-6.7.0.tar.gz create mode 100644 testfixtures-6.8.2.tar.gz diff --git a/python-testfixtures.changes b/python-testfixtures.changes index 8d34b5c..535daba 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 21 08:14:30 UTC 2019 - pgajdos@suse.com + +- version update to 6.8.2 + * Fix handling of the latest releases of the :mod:`mock` backport. + * Fix bogus import in :class:`OutputCapture`. + * Allow :class:`OutputCapture` to capture the underlying file descriptors for + :attr:`sys.stdout` and :attr:`sys.stderr`. + * Silence :class:`DeprecationWarning` relating to ``collections.abc`` on + Python 3.7. + ------------------------------------------------------------------- Thu Apr 18 14:41:23 UTC 2019 - Marketa Calabkova diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 1196d3f..7131fb2 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.7.0 +Version: 6.8.2 Release: 0 Summary: A collection of helpers and mock objects for unit tests and doc tests License: MIT diff --git a/testfixtures-6.7.0.tar.gz b/testfixtures-6.7.0.tar.gz deleted file mode 100644 index 670c9ba..0000000 --- a/testfixtures-6.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b79324f35852eaacd4f5f440b20ee1b98df23001ff88db8b8bde3746f753f0a -size 110223 diff --git a/testfixtures-6.8.2.tar.gz b/testfixtures-6.8.2.tar.gz new file mode 100644 index 0000000..71afc61 --- /dev/null +++ b/testfixtures-6.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e95634a80bd6e5adc7e861729f4abd84433e91b4215d48a2098a096c0261b7 +size 110838