14
0

Accepting request 923887 from home:bnavigator:branches:devel:languages:python

- update to 6.18.3
  * Fix bug when using :func:`compare` on two regular expressions
    that have very long patterns.
  * Fix bug that meant :class:`LogCapture` didn't preserve or
    provide a clean testing environment for filters.
  * Fix bug when showing differences between mappings found by
    :func:`compare` when mismatching values contained the same
    number more than once.
  * Add support for lazy resolution of prefix and suffix when using
    :func:`compare`.
- Drop appease-django-320.patch merged upstream
- Drop unresolvable Python 2 build

OBS-URL: https://build.opensuse.org/request/show/923887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=40
This commit is contained in:
2021-10-07 15:52:08 +00:00
committed by Git OBS Bridge
parent 0f368f4e9f
commit 03a239722a
5 changed files with 24 additions and 31 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 7 15:01:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 6.18.3
* Fix bug when using :func:`compare` on two regular expressions
that have very long patterns.
* Fix bug that meant :class:`LogCapture` didn't preserve or
provide a clean testing environment for filters.
* Fix bug when showing differences between mappings found by
:func:`compare` when mismatching values contained the same
number more than once.
* Add support for lazy resolution of prefix and suffix when using
:func:`compare`.
- Drop appease-django-320.patch merged upstream
- Drop unresolvable Python 2 build
-------------------------------------------------------------------
Sun May 9 17:11:41 UTC 2021 - Dirk Müller <dmueller@suse.com>