Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-mock for openSUSE:Factory checked in at 2025-09-11 14:38:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-mock (Old) and /work/SRC/openSUSE:Factory/.python-pytest-mock.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-mock" Thu Sep 11 14:38:17 2025 rev:29 rq:1303678 version:3.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-mock/python-pytest-mock.changes 2024-09-03 13:37:52.599597195 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-mock.new.1977/python-pytest-mock.changes 2025-09-11 14:39:37.516519113 +0200 @@ -1,0 +2,10 @@ +Wed Sep 10 17:13:40 UTC 2025 - Dirk Müller <[email protected]> + +- update to 3.15.0: + * Python 3.8 (EOL) is no longer supported. + * #524: Added spy_return_iter to mocker.spy, which contains a + duplicate of the return value of the spied method if it is an + Iterator. + * #503: Python 3.14 is now officially supported. + +------------------------------------------------------------------- Old: ---- pytest-mock-3.14.0.tar.gz New: ---- pytest_mock-3.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-mock.spec ++++++ --- /var/tmp/diff_new_pack.9mtSk4/_old 2025-09-11 14:39:38.188547532 +0200 +++ /var/tmp/diff_new_pack.9mtSk4/_new 2025-09-11 14:39:38.192547701 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-mock # -# Copyright (c) 2024 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,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-pytest-mock -Version: 3.14.0 +Version: 3.15.0 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT URL: https://github.com/pytest-dev/pytest-mock -Source: https://files.pythonhosted.org/packages/source/p/pytest-mock/pytest-mock-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytest-mock/pytest_mock-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 5} @@ -43,7 +43,7 @@ patches at the end of a test %prep -%autosetup -p1 -n pytest-mock-%{version} +%autosetup -p1 -n pytest_mock-%{version} %build %pyproject_wheel
