14
0

Accepting request 1034933 from home:yarunachalam:branches:devel:languages:python

- Update to 7.0.3 (3 Nov 2022)
  * Further bugfixes around self-referential datastructures and :func:`compare`.
- Update to 7.0.2 (1 Nov 2022)
  * Reinstate support for self-referential data structures in :func:`compare`. The new implementation provides more clarity about
    what's going on and also ignores more immutable data types.
- Update to 7.0.1 (1 Nov 2022)
  * Remove non-functional support for self-referential data structures in :func:`compare`. The functionality didn't work but did cause
    erroneous reported equality of values in dictionaries that were actually not equal.

OBS-URL: https://build.opensuse.org/request/show/1034933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=46
This commit is contained in:
2022-11-14 07:52:57 +00:00
committed by Git OBS Bridge
parent 524ac7fbe0
commit 8b0779023e
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 9 19:29:23 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 7.0.3 (3 Nov 2022)
* Further bugfixes around self-referential datastructures and :func:`compare`.
- Update to 7.0.2 (1 Nov 2022)
* Reinstate support for self-referential data structures in :func:`compare`. The new implementation provides more clarity about
what's going on and also ignores more immutable data types.
- Update to 7.0.1 (1 Nov 2022)
* Remove non-functional support for self-referential data structures in :func:`compare`. The functionality didn't work but did cause
erroneous reported equality of values in dictionaries that were actually not equal.
-------------------------------------------------------------------
Tue Oct 4 15:30:20 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-testfixtures
Version: 7.0.0
Version: 7.0.3
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:8ecac5a308793451640594d9ca42ce89b987711e1e4c9312855321ec21f6ccb4
size 126163

View File

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