From 30379a6a38a45f861fc16e4da1831f80e6d90f00d79272b11ac0c28298b61733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Apr 2019 08:36:12 +0000 Subject: [PATCH] - Update to 1.10.3: * Fix test suite in Python 3.8. Thanks @hroncok for the report and @blueyed for the PR (#140). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=6 --- pytest-mock-1.10.2.tar.gz | 3 --- pytest-mock-1.10.3.tar.gz | 3 +++ python-pytest-mock.changes | 6 ++++++ python-pytest-mock.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest-mock-1.10.2.tar.gz create mode 100644 pytest-mock-1.10.3.tar.gz diff --git a/pytest-mock-1.10.2.tar.gz b/pytest-mock-1.10.2.tar.gz deleted file mode 100644 index e0fd4a2..0000000 --- a/pytest-mock-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbec53e7cb0f2b57275220cb4f2822093ac89e486095555105ffe1a4e2f11df4 -size 23287 diff --git a/pytest-mock-1.10.3.tar.gz b/pytest-mock-1.10.3.tar.gz new file mode 100644 index 0000000..7099b3b --- /dev/null +++ b/pytest-mock-1.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330bfa1a71c9b6e84e2976f01d70d8a174f755e7f9dc5b22f4b7335992e1e98b +size 18710 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index 66be346..a76a06d 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 1 08:34:55 UTC 2019 - Tomáš Chvátal + +- Update to 1.10.3: + * Fix test suite in Python 3.8. Thanks @hroncok for the report and @blueyed for the PR (#140). + ------------------------------------------------------------------- Tue Mar 26 09:33:33 UTC 2019 - John Vandenberg diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 94d27b5..004b6e1 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.2 +Version: 1.10.3 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT @@ -60,7 +60,7 @@ of a test %check export PYTHONDONTWRITEBYTECODE=1 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} test_pytest_mock.py +%pytest test_pytest_mock.py %files %{python_files} %doc CHANGELOG.rst