Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-syrupy for openSUSE:Factory checked in at 2025-10-11 22:48:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-syrupy (Old) and /work/SRC/openSUSE:Factory/.python-syrupy.new.5300 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-syrupy" Sat Oct 11 22:48:11 2025 rev:8 rq:1310412 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-syrupy/python-syrupy.changes 2025-04-30 19:02:39.858028742 +0200 +++ /work/SRC/openSUSE:Factory/.python-syrupy.new.5300/python-syrupy.changes 2025-10-11 22:48:15.868306260 +0200 @@ -1,0 +2,19 @@ +Fri Oct 10 01:04:51 UTC 2025 - Steve Kowalik <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- syrupy-4.9.1.tar.gz New: ---- syrupy-5.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-syrupy.spec ++++++ --- /var/tmp/diff_new_pack.EDpDqM/_old 2025-10-11 22:48:16.584336167 +0200 +++ /var/tmp/diff_new_pack.EDpDqM/_new 2025-10-11 22:48:16.584336167 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-syrupy # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,21 @@ %{?sle15_python_module_pythons} Name: python-syrupy -Version: 4.9.1 +Version: 5.0.0 Release: 0 Summary: Pytest Snapshot Test Utility -License: Apache-2.0 +License: MIT URL: https://github.com/tophat/syrupy 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 poetry-core >= 1.4.0} -BuildRequires: %{python_module pytest >= 7.0.0} -BuildRequires: %{python_module pytest-benchmark >= 4.0.0} -BuildRequires: %{python_module pytest-xdist >= 3.1.0} +BuildRequires: %{python_module pytest >= 8.0.0} +BuildRequires: %{python_module pytest-benchmark >= 5.1.0} +BuildRequires: %{python_module pytest-xdist >= 3.6.1} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 7.0.0 +Requires: python-pytest >= 8.0.0 BuildArch: noarch %python_subpackages ++++++ syrupy-4.9.1.tar.gz -> syrupy-5.0.0.tar.gz ++++++ ++++ 4308 lines of diff (skipped)
