14
0

- update to 6.17.1

- Fix bug where bug where duplicated entries in an ordered but partial
    :class:`SequenceComparison` could result in a failed match.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=38
This commit is contained in:
2021-05-09 17:11:57 +00:00
committed by Git OBS Bridge
parent 4e7ef42769
commit 0f368f4e9f
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun May 9 17:11:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 6.17.1
- Fix bug where bug where duplicated entries in an ordered but partial
:class:`SequenceComparison` could result in a failed match.
-------------------------------------------------------------------
Wed Apr 28 07:49:55 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>