17
0

- update to 6.14.2:

- Fix bug where ``ignore_eq`` had no effect on nested objects when using :func:`compare`
- remove python383.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=29
This commit is contained in:
2020-09-16 21:32:00 +00:00
committed by Git OBS Bridge
parent 05536cf736
commit c392ecbdd6
5 changed files with 11 additions and 28 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 16 21:30:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 6.14.2:
- Fix bug where ``ignore_eq`` had no effect on nested objects when using :func:`compare`
- remove python383.patch (upstream)
-------------------------------------------------------------------
Tue Jun 23 15:51:53 UTC 2020 - Benjamin Greiner <code@bnavigator.de>