- 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.
- Drop python-py requirement, no longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=46
This commit is contained in:
2025-09-10 17:13:50 +00:00
committed by Git OBS Bridge
parent 5aff691208
commit c84a87535b
4 changed files with 18 additions and 8 deletions

View File

@@ -1,7 +1,17 @@
-------------------------------------------------------------------
Wed Sep 10 17:13:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Mon Sep 2 01:46:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Drop python-py requirement, no longer required.
- Drop python-py requirement, no longer required.
-------------------------------------------------------------------
Mon Jul 8 10:47:18 UTC 2024 - Dirk Müller <dmueller@suse.com>