diff --git a/pytest-mock-3.11.1.tar.gz b/pytest-mock-3.11.1.tar.gz deleted file mode 100644 index f93529d..0000000 --- a/pytest-mock-3.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f -size 31251 diff --git a/pytest-mock-3.12.0.tar.gz b/pytest-mock-3.12.0.tar.gz new file mode 100644 index 0000000..5997f4f --- /dev/null +++ b/pytest-mock-3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9 +size 32139 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index 518dbfe..b288175 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 7 19:35:58 UTC 2023 - Dirk Müller + +- update to 3.12.0: + * Added support for Python 3.12. + * Dropped support for EOL Python 3.7. + * ``mocker.resetall()`` now also resets mocks created by + ``mocker.create_autospec`` (`#390`_). + ------------------------------------------------------------------- Mon Jul 24 19:10:29 UTC 2023 - Dirk Müller @@ -186,7 +195,7 @@ Fri Jul 26 12:26:36 UTC 2019 - Tomáš Chvátal ------------------------------------------------------------------- Thu Jul 18 08:52:38 UTC 2019 - Ondřej Súkup -- add upstream patch to test with pytest5 - fix_tests.patch +- add upstream patch to test with pytest5 - fix_tests.patch ------------------------------------------------------------------- Wed May 15 17:39:00 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 1b50bf7..66beeee 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pytest-mock -Version: 3.11.1 +Version: 3.12.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 +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pytest >= 5} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module py}