4 Commits

Author SHA256 Message Date
c89d275092 Accepting request 1273246 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1273246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-syrupy?expand=0&rev=7
2025-04-30 17:02:32 +00:00
8901d8928a - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-syrupy?expand=0&rev=13
2025-04-28 19:07:34 +00:00
a4d41d4c97 Accepting request 1222986 from devel:languages:python:pytest
- 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

OBS-URL: https://build.opensuse.org/request/show/1222986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-syrupy?expand=0&rev=6
2024-11-11 12:43:30 +00:00
94a5361c64 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-syrupy?expand=0&rev=11
2024-11-09 15:51:53 +00:00
4 changed files with 39 additions and 5 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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

Binary file not shown.