forked from pool/python-testfixtures
- update to 8.3.0:
* :class:`ShouldRaise` now supports :class:`ExceptionGroup`. * Fixed bug where :func:`~testfixtures.comparison.compare_generator` did not respect strict=True. * Fixed bug in the type annotations for :class:`ShouldRaise` and :func:`~testfixtures.comparison.compare_exception`. * :class:`LogCapture` will now raise an exception if closed while still installed. This can be a source of particularly confusing bugs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 08:18:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.3.0:
|
||||
* :class:`ShouldRaise` now supports :class:`ExceptionGroup`.
|
||||
* Fixed bug where
|
||||
:func:`~testfixtures.comparison.compare_generator` did not
|
||||
respect strict=True.
|
||||
* Fixed bug in the type annotations for :class:`ShouldRaise`
|
||||
and :func:`~testfixtures.comparison.compare_exception`.
|
||||
* :class:`LogCapture` will now raise an exception if closed
|
||||
while still installed. This can be a source of particularly
|
||||
confusing bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 06:08:53 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-testfixtures%{psuffix}
|
||||
Version: 8.2.0
|
||||
Version: 8.3.0
|
||||
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:ef43b657134c87e8a3044f4b02a32ae2ebddf44b2b97bc7989a20116403988ee
|
||||
size 136662
|
BIN
testfixtures-8.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
testfixtures-8.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user