Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c89d275092 | |||
| 8901d8928a | |||
| a4d41d4c97 | |||
| 94a5361c64 |
@@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 16:18:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Apr 28 16:18:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-syrupy
|
# spec file for package python-syrupy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,21 +18,20 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-syrupy
|
Name: python-syrupy
|
||||||
Version: 5.0.0
|
Version: 4.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest Snapshot Test Utility
|
Summary: Pytest Snapshot Test Utility
|
||||||
License: MIT
|
License: Apache-2.0
|
||||||
URL: https://github.com/tophat/syrupy
|
URL: https://github.com/tophat/syrupy
|
||||||
Source: https://github.com/tophat/syrupy/archive/refs/tags/v%{version}.tar.gz#/syrupy-%{version}.tar.gz
|
Source: https://github.com/tophat/syrupy/archive/refs/tags/v%{version}.tar.gz#/syrupy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.10}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core >= 1.4.0}
|
BuildRequires: %{python_module poetry-core >= 1.4.0}
|
||||||
BuildRequires: %{python_module pytest >= 8.0.0}
|
BuildRequires: %{python_module pytest >= 7.0.0}
|
||||||
BuildRequires: %{python_module pytest-benchmark >= 5.1.0}
|
BuildRequires: %{python_module pytest-benchmark >= 4.0.0}
|
||||||
BuildRequires: %{python_module pytest-xdist >= 3.6.1}
|
BuildRequires: %{python_module pytest-xdist >= 3.1.0}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest >= 8.0.0
|
Requires: python-pytest >= 7.0.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
BIN
syrupy-4.9.1.tar.gz
LFS
Normal file
BIN
syrupy-4.9.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25b2b2bf698c9cd95eb177bb5a4b31c0e7e553f3d51847dfce93db0d303f9d7d
|
|
||||||
size 2324249
|
|
||||||
Reference in New Issue
Block a user