2025-10-10 01:05:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 10 01:04:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 5.0.0:
|
|
|
|
|
* New Features
|
|
|
|
|
+ A new option, --snapshot-dirname, is now available to change the
|
|
|
|
|
default directory snapshots are stored in.
|
|
|
|
|
+ The unnecessary underscore prefixes have been removed from public
|
|
|
|
|
methods for better code clarity.
|
|
|
|
|
* Bug Fixes
|
|
|
|
|
+ Resolve an issue where the terminal summary was not displayed correctly
|
|
|
|
|
with xdist workers.
|
|
|
|
|
+ Ensure pytest_assertrepr_compare hook is called first.
|
|
|
|
|
* Breaking Changes
|
|
|
|
|
+ Switch to the more permissive MIT license. This change applies to all
|
|
|
|
|
versions from 5.0.0 and beyond.
|
|
|
|
|
+ Now requires Python 3.10 or higher. Support for Python 3.8 has been
|
|
|
|
|
dropped. The minimum required version of pytest is v8.
|
|
|
|
|
|
2025-04-28 19:07:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2024-11-09 15:51:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2024-04-02 12:50:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 28 20:32:07 UTC 2024 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
2024-03-13 15:39:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 13 15:38:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 4.6.1:
|
|
|
|
|
* support pytest 8
|
|
|
|
|
|
2023-11-07 20:21:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2023-07-24 20:00:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2023-07-13 09:23:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 13 08:05:18 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Initial packaging (v4.0.4), needed by translate-toolkit
|