forked from pool/python-testfixtures
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user