File python-syrupy.changes of Package python-syrupy
-------------------------------------------------------------------
Mon Apr 28 16:18:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.9.1
* **serializer:** preserve trailing newlines in ambr serialization (#950)
- from version 4.9.0
* **serializer:** raise TypeError when serializing non-byte like object
in binary mode (#951)
* Add --snapshot-ignore-file-extensions argument to support DVC (#943)
* Add compose_matchers utility for composing 1 or more matchers (#952)
* Add SingleFileAmberSnapshotExtension as a single-file variant of the
default amber extension (#959)
* Include details about created/updated snapshots in detailed report (#942)
- from version 4.8.3
* Snapshots of deselected parametrized tests wrongly marked as unused (#965)
- from version 4.8.2
* Avoid unnecessary env updates to reduce chances of segfault (#956)
- from version 4.8.1
* Check current session's pending-write queue when recalling snapshots
(e.g. diffing) (#927)
- from version 4.8.0
* Add option to disable diffing (#924)
-------------------------------------------------------------------
Sat Nov 9 15:51:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.7.2:
* allow snapshot dir to be different
* pytest-rerunfailures compatibility
* Added a new CLI flag: --snapshot-patch-pycharm-diff
* relax python version constraint, remove upperbound
* ignore unused snapshots for skipped test
* update classifiers, metadata
-------------------------------------------------------------------
Thu Mar 28 20:32:07 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
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