From 90850a03a3dcd3271d10e05b40dc3aa4f92d8676b3b2e2ef75b93c9b9660e2aa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Jul 2023 19:10:39 +0000 Subject: [PATCH] - update to 3.11.1: * Fixed introspection for failed ``assert_has_calls`` * Updated type annotations for ``mocker.patch`` and ``mocker.spy`` (`#364`_). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=36 --- pytest-mock-3.10.0.tar.gz | 3 --- pytest-mock-3.11.1.tar.gz | 3 +++ python-pytest-mock.changes | 8 ++++++++ python-pytest-mock.spec | 3 +-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pytest-mock-3.10.0.tar.gz create mode 100644 pytest-mock-3.11.1.tar.gz diff --git a/pytest-mock-3.10.0.tar.gz b/pytest-mock-3.10.0.tar.gz deleted file mode 100644 index 9ae1ea7..0000000 --- a/pytest-mock-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f -size 28384 diff --git a/pytest-mock-3.11.1.tar.gz b/pytest-mock-3.11.1.tar.gz new file mode 100644 index 0000000..f93529d --- /dev/null +++ b/pytest-mock-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f +size 31251 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index 7e46a5b..518dbfe 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 24 19:10:29 UTC 2023 - Dirk Müller + +- update to 3.11.1: + * Fixed introspection for failed ``assert_has_calls`` + * Updated type annotations for ``mocker.patch`` and + ``mocker.spy`` (`#364`_). + ------------------------------------------------------------------- Fri Apr 21 12:31:50 UTC 2023 - Dirk Müller diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 5071b87..1b50bf7 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -16,10 +16,9 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-mock -Version: 3.10.0 +Version: 3.11.1 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT