forked from pool/python-testfixtures
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:
committed by
Git OBS Bridge
parent
7eed7fb1bb
commit
ba624ef788
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b79324f35852eaacd4f5f440b20ee1b98df23001ff88db8b8bde3746f753f0a
|
||||
size 110223
|
||||
3
testfixtures-6.8.2.tar.gz
Normal file
3
testfixtures-6.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6e95634a80bd6e5adc7e861729f4abd84433e91b4215d48a2098a096c0261b7
|
||||
size 110838
|
||||
Reference in New Issue
Block a user