diff --git a/pytest_mock-3.14.1.tar.gz b/pytest_mock-3.14.1.tar.gz deleted file mode 100644 index d7422cece041178640eff9b8986b89dce703f4aa..0000000000000000000000000000000000000000 Binary files a/pytest_mock-3.14.1.tar.gz and /dev/null differ diff --git a/pytest_mock-3.15.1.tar.gz b/pytest_mock-3.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fcafef03b9dd0dd5e4d2499610075a0efe80dc71 Binary files /dev/null and b/pytest_mock-3.15.1.tar.gz differ diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index c277446c90a065b7b9d5017e0964e1d24f082609..44466248d474e7260ce04357e5760d6a1700cbdb 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -1,5 +1,5 @@ Name: python-pytest-mock -Version: 3.14.1 +Version: 3.15.1 Release: 1 Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -56,6 +56,12 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{python3_sitelib}/pytest_mock/ %changelog +* Mon Sep 29 2025 lifeifei - 3.15.1-1 +- update package to 3.15.1 + * Python 3.8 (EOL) is no longer supported. + * Added ''spy_return_iter'' to ''mocker.spy''. + * Fixed ''itertools._tee object has no attribute error''. + * Tue Aug 05 2025 yaoxin <1024769339@qq.com> - 3.14.1-1 - Update to 3.14.1: * Add support for Python 3.14