15
0

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
This commit is contained in:
Tomáš Chvátal
2019-05-21 08:26:53 +00:00
committed by Git OBS Bridge
parent 7eed7fb1bb
commit ba624ef788
4 changed files with 15 additions and 4 deletions

View File

@@ -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 <mcalabkova@suse.com>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b79324f35852eaacd4f5f440b20ee1b98df23001ff88db8b8bde3746f753f0a
size 110223

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6e95634a80bd6e5adc7e861729f4abd84433e91b4215d48a2098a096c0261b7
size 110838