forked from pool/python-syrupy
* support pytest 8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-syrupy?expand=0&rev=7
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 13 15:38:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.6.1:
|
|
* support pytest 8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 20:20:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.6.0:
|
|
* **serializer:** add support for FunctionType serialization
|
|
* support setting defaults
|
|
* **filter:** add paths_include filter
|
|
* add include option to snapshots, similar to exclude
|
|
* remove colored dependency
|
|
* support python 3.12
|
|
* **serializer:** add snapshot regex value matcher and bypass
|
|
custom repr helper
|
|
* preserve Falsy values in assertion diff function
|
|
* **amber:** expose serialize_custom_iterable method of
|
|
AmberDataSerializer
|
|
- drop no-colored.patch: obsolete
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 19:59:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.0.8:
|
|
* diffing excessively large snapshot lines (#778) (64b4265)
|
|
* large snapshot diff recursion error (#776) (24260b1)
|
|
* improve reporting around xfailed snapshots
|
|
* hide empty snapshot report (#768) (8f581d5)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 13 08:05:18 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Initial packaging (v4.0.4), needed by translate-toolkit
|