forked from pool/python-syrupy
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c89d275092 | |||
| 8901d8928a | |||
| a4d41d4c97 | |||
| 94a5361c64 |
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-syrupy
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-syrupy
|
||||
Version: 4.6.1
|
||||
Version: 4.9.1
|
||||
Release: 0
|
||||
Summary: Pytest Snapshot Test Utility
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e783984a8be1db631bd6dfbda72a8f43fbc060f2e886dfa9007331a37c50ef4c
|
||||
size 2309288
|
||||
BIN
syrupy-4.9.1.tar.gz
LFS
Normal file
BIN
syrupy-4.9.1.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user