From 5e94b71b1842fb151c8a7bce9167582d95fc5ffbe7f3cb0a27b18285161a0d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Apr 2019 08:07:31 +0000 Subject: [PATCH] - Update to 1.10.4: * Fix plugin when 'terminal' plugin is disabled OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=8 --- pytest-mock-1.10.3.tar.gz | 3 --- pytest-mock-1.10.4.tar.gz | 3 +++ python-pytest-mock.changes | 6 ++++++ python-pytest-mock.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest-mock-1.10.3.tar.gz create mode 100644 pytest-mock-1.10.4.tar.gz diff --git a/pytest-mock-1.10.3.tar.gz b/pytest-mock-1.10.3.tar.gz deleted file mode 100644 index 7099b3b..0000000 --- a/pytest-mock-1.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:330bfa1a71c9b6e84e2976f01d70d8a174f755e7f9dc5b22f4b7335992e1e98b -size 18710 diff --git a/pytest-mock-1.10.4.tar.gz b/pytest-mock-1.10.4.tar.gz new file mode 100644 index 0000000..4f2c38f --- /dev/null +++ b/pytest-mock-1.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf5771b1db93beac965a7347dc81c675ec4090cb841e49d9d34637a25c30568 +size 18790 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index a76a06d..b00d606 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 29 08:07:10 UTC 2019 - Tomáš Chvátal + +- Update to 1.10.4: + * Fix plugin when 'terminal' plugin is disabled + ------------------------------------------------------------------- Mon Apr 1 08:34:55 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 004b6e1..baea0c2 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-mock -Version: 1.10.3 +Version: 1.10.4 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT