From 49dfad6286fc3b37b1b696c36cc4fb3a87fb8f52d99ca30c922d28829d8cf5a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 08:18:17 +0000 Subject: [PATCH] - 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 --- python-testfixtures.changes | 14 ++++++++++++++ python-testfixtures.spec | 2 +- testfixtures-8.2.0.tar.gz | 3 --- testfixtures-8.3.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 testfixtures-8.2.0.tar.gz create mode 100644 testfixtures-8.3.0.tar.gz diff --git a/python-testfixtures.changes b/python-testfixtures.changes index bc2aaa5..efb8531 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jun 30 08:18:06 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 6153f22..f3c1e74 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -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 diff --git a/testfixtures-8.2.0.tar.gz b/testfixtures-8.2.0.tar.gz deleted file mode 100644 index 3274a77..0000000 --- a/testfixtures-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef43b657134c87e8a3044f4b02a32ae2ebddf44b2b97bc7989a20116403988ee -size 136662 diff --git a/testfixtures-8.3.0.tar.gz b/testfixtures-8.3.0.tar.gz new file mode 100644 index 0000000..855dd85 --- /dev/null +++ b/testfixtures-8.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c0b84af2f267610f908009b50d6f983a4e58ade22c67bab6787b5a402d59c0 +size 137420