diff --git a/pytest-mock-3.14.0.tar.gz b/pytest-mock-3.14.0.tar.gz deleted file mode 100644 index de2cf5a706d5ec5d92853ef94f4e422352df7580..0000000000000000000000000000000000000000 Binary files a/pytest-mock-3.14.0.tar.gz and /dev/null differ diff --git a/pytest_mock-3.14.1.tar.gz b/pytest_mock-3.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d7422cece041178640eff9b8986b89dce703f4aa Binary files /dev/null and b/pytest_mock-3.14.1.tar.gz differ diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index e374de2b6f86d192cd28fd022ce78db02cb8421a..c277446c90a065b7b9d5017e0964e1d24f082609 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -1,10 +1,10 @@ Name: python-pytest-mock -Version: 3.14.0 +Version: 3.14.1 Release: 1 Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT URL: https://pypi.python.org/pypi/pytest-mock -Source0: https://files.pythonhosted.org/packages/source/p/pytest-mock/pytest-mock-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pytest_mock/pytest_mock-%{version}.tar.gz Patch0001: pytest-mock-issue272-asyncio.patch BuildArch: noarch @@ -30,7 +30,7 @@ Besides undoing the mocking automatically after the end of the test, it also provides other nice utilities. %prep -%autosetup -n pytest-mock-%{version} -p1 +%autosetup -n pytest_mock-%{version} -p1 rm -rf *.egg-info sed -i 's/\r$//' README.rst @@ -56,6 +56,10 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{python3_sitelib}/pytest_mock/ %changelog +* Tue Aug 05 2025 yaoxin <1024769339@qq.com> - 3.14.1-1 +- Update to 3.14.1: + * Add support for Python 3.14 + * Sun Sep 29 2024 yaoxin - 3.14.0-1 - Update to 3.14.0: * #415: MockType and AsyncMockType can be imported from